@charset "utf-8";
/* CSS Document */

*{
	margin: 0 auto ;
	padding: 0 ;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666;
	list-style-type:none;
}

h2{
	font-size:20px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:2px;
	padding-left : 15px;
	background-image:url(../img/h2.jpg);
	color:#333;
}
h3{
	font-size:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	border-left:solid 3px #666;
	margin-top:20px;
	margin-bottom:15px;
}
#main_m h4{
	margin-top:10px;
	margin-bottom:10px;
	color:#0CF;
}
.err{
	color:#C00;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:15px;
}

body{
	background-color:#ffffff;
	background-image:url(../img/back.jpg);
	background-repeat:repeat-x;
}

/* ページ最上部 */
/* トップページだけ（index） */
#index{
	height:268px;
	width:950px;
	overflow:hidden;
	clear:both
}
/* 各ページバナー */
#baner_size{
	height:142px;
	width:100%;
}
.b_size p{
	margin-top:10px;
	margin-bottom:10px;
	margin-right:25px;
	margin-left:30px;
}
.b_size a{
	color:#0CF;
	text-decoration:none;
}
b_size a:hover{
	text-decoration:underline;
}

#contents{
	height:25px;
	background-color:#333;
	border-bottom:2px solid #CCC;
	color:#CCC;
	font-size:small;
	padding-top:5px;
	text-align:center;
}

/* 全体の枠幅を指定するとセンター揃え */
#body{
	width:950px ;
}

/* ヘッダの設定 */
#head{
	height: 150px;
	width: 100% ;
}

/* ロゴ枠 */
#logo a{
	width:300px;
	height:150px;
	float:left;
	overflow: hidden;
	display:block;
	background-image:url(../img/logo.jpg);
}

/* トラストのタグｈ１のタイトルをディスプレイより消す。 */
#logo h1{
	position: relative;
	top: -1000px;
}

/* ロゴの右側の枠 */
#logo_r{
	width:650px;
	height:100%;
	float:left ;
	overflow: hidden;
}

/* カテゴリリンク(ロゴの右側) */
.hard a{
	width:150px;
	height:150px;
	float:left;
	overflow: hidden;
	display:block;
	background-image:url(../img/hard.jpg);
}
.soft a{
	width:150px;
	height:150px;
	float:left;
	overflow: hidden;
	display:block;
	background-image:url(../img/soft.jpg);
}
.security a{
	width:150px;
	height:150px;
	float:left;
	overflow: hidden;
	display:block;
	background-image:url(../img/security.jpg);
}
.hard a:hover{
	width:150px;
	height:150px;
	float:left;
	overflow: hidden;
	display:block;
	background-image:url(../img/hard_r.jpg);
}
.soft a:hover{
	width:150px;
	height:150px;
	float:left;
	overflow: hidden;
	display:block;
	background-image:url(../img/soft_r.jpg);
}
.security a:hover{
	width:150px;
	height:150px;
	float:left;
	overflow: hidden;
	display:block;
	background-image:url(../img/security_r.jpg);
}

/* トップのリンク文字を1000ピクセルを指定して、ブラウザから放出。 */
.hard p{
	position: relative;
	top: -1000px;
}
.soft p{
	position: relative;
	top: -1000px;
}
.security p {
	position: relative;
	top: -1000px;
}
/* トップの一番右のナビゲーション */
#top_navi{
	background-image:url(../img/top-right.jpg);
	width:200px;
	height:150px;
	float:left;
}
#top_navi ul li{
	padding-top : 15px;
	padding-left: 20px;
	color:#CCC;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type:none;
}
#top_navi a{
	color:#CCC;
	text-decoration: none;
}
#top_navi a:hover{
	color:#0CF;
	font-weight:lighter;
}

/* メインコンテンツ */
#main{
	width:650px ;
	float:right ;
}

/* メインコンテンツマージン指定 */
#main_m{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:30px;
}
/* メインコンテンツ内のテキストを表示するエリアのクラス */
.m_text{
	padding-left:25px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}
/* indexのニュース一覧をボックスでスクロールさせる */
.news {
	width: 100%;
	height: 350px;
	overflow: auto;
}

ol.ol_style01 li{
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:30px;
}
ol.ol_style02 li{
	list-style-type:upper-roman;
	list-style-position:outside;
	margin-left:30px;
}
ol.ol_style03 li{
	list-style-type:lower-roman;
	list-style-position:outside;
	margin-left:30px;
}
h5{
	font-size:16px;
	margin-bottom:10px;
	margin-top:15px;
}
h6{
	font-size:16px;
	color:#9C0;
	margin-top:15px;
	margin-bottom:10px;
}
/* テキスト右詰配置 */
.r_txt{
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
}
.r_txt div{
	padding-right:20px;
	margin-top:15px;
	margin-bottom:15px;
}
ul.list3 li{
	padding-left:30px;
	background-image:url(../img/list005.jpg);
	background-repeat: no-repeat;
}
ul.tyu li{
	font-size:12px;
	color:#900;
	padding-left:15px;
}
ul.ul_list li{
	list-style-type:upper-roman;
	list-style-position:outside;
	margin-left:30px;
}
ul.ul_list2 li{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:30px;
}
/* 横並びリストのクラス */
#main_m dl.list dd div{
   display:inline-block;
}
dl.list {
   border-bottom:1px solid #999;
}

dl.list dt {
   float:left;
   width:12em;
   border-top:1px solid #999;
   padding-top:10px;
   padding-bottom:0;
   padding-right:0;
}
dl.list span{
	border-left:5px solid #666;
	margin-left:5px;
	padding-left:8px;
	padding-top:2px;
}

dl.list dd {
   margin-left:12em;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
   border-top:1px solid #999;
}
dl.list ol li{
	list-style-type:square;
	list-style-position:inside;
	padding-left:15px;
}
dl.list2 dt{
	padding-left:30px;
	color:#06F;
}
dl.list2 dd{
	padding-left:50px;
	padding-top:8px;
	padding-bottom:10px;
}
/* チェックリスト(info.php用) */
ul.check li{
	list-style-image:url(../img/check.jpg);
	height: 36px;
	margin-left:56px;
	padding-left : 14px;
	margin-right:30px;
	padding-bottom:5px;
	padding-top:5px;
}


/* メインコンテンツの枠ライン */
#main_m .mc{
	border:2px solid #CCC;
	padding-top: 5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:10px;
}

/* メインコンテンツ内のリンクのアクション */
#main_m a{
	color:#09F;
	text-decoration:none;
}
#main_m a:hover{
	border-bottom:solid 2px #0CF;
}


/* ナビゲーション */
#left{
	width:300px ;
	float:right ;
}

/* ナビゲーションのマージン指定 */
#left_m{
	margin-top:10px ;
	margin-bottom: 10px ;
	margin-left: 30px;
	margin-right: 8px;
}

/* ナビゲーション枠 */
.navi_top{
	background-image:url(../img/menu_top.jpg);
	height:66px;
}
.navi_top h4{
	padding-top:18px;
	padding-left:30px;
	font-size:16px;
	color:#333;
}
.navi_body{
	background-image:url(../img/menu_body.jpg);
	background-repeat:repeat-y;										/* 枠の縦への繰り返し表示 */
}
.navi_body ul li{													/* ナビゲーションのリスト */
	list-style-type:none;
	margin-left:29px;
	color:#333;
	padding-bottom:8px;
}
																	/* ナビゲーションのリストリンクアクション */
.navi_body a{
	color:#09F;
	text-decoration:none;
}
.navi_body a:hover{
	border-bottom:solid 2px #0CF;
}
.navi_bottom{
	background-image:url(../img/menu_bottom.jpg);
	height:34px;
}

/* フッター */
#footer{
	clear:both ;
	height: 200px ;
	width: 100% ;
	background-image:url(../img/footer.jpg);
}
#footer_m{
	padding-top:50px;
	padding-bottom:20px;
	padding-left:60px;
	padding-right:30px;
}
#footer_m li{
	margin-bottom:3px;
	margin-top:2px;
}
#footer_m a{
	list-style-type:circle;
	color:#FFF;
	text-decoration:none;
}
#footer_m a:hover{
	border-bottom : 1px solid #0FF ;
	border-top : 1px solid #0FF ;
	color:#0FF;
}
/*問い合わせフォームのスタイル*/
input[type="text"] ,textarea{
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px;
	padding-left:5px;
	border:1px solid #CCC;
}
input[type="text"]:focus ,textarea:focus{
	background-color:#CFF;
	color:#09F;
}
/* テーブルのクラス */
.tab{
	width:100%;
	border:1px solid #999;
	margin-bottom:15px;
}
.tab td{
	padding:10px;
}
.tab img{
	padding:3px;
	border:1px solid #999;
}
.tab tr ul{
	margin-left:20px;
	margin-top:15px;
}

table.pri_tab{
	border-collapse: collapse;
	width:100%;
}

table.pri_tab th{
	background-color:#CFF;
	border:1px solid #999;
	color:#09F;
	padding:5px;
}
table.pri_tab td{
	border:1px solid #999;
	color:#666;
	padding:5px;
}
table.pri_tab ul li{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:30px;
}
table.pri_tab caption{
	color:#0C9;
	font-weight:bold;
}
table.pri_tab2 {
	border-collapse: collapse;
	width:100%;
}
table.pri_tab2 th{
	background-color:#CFF;
	border:1px solid #999;
	color:#09F;
	padding:5px;
}
table.pri_tab2 td{
	border:1px solid #999;
	color:#666;
	padding:5px;
	text-align:center;
	font-size:14px;
}

.strong{
	color:#F96;
	padding-left:8px;
	margin-left:5px;
	font-size:22px;
	margin-bottom:10px;
}
.navi_strong{
	color:#C30;
	font-weight:normal;
}