@charset "utf-8";

/*-----------------------------

　リセットCSS + サイト共通設定

------------------------------*/

/* 全ての要素に対する余白初期値設定 */
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe,img{
	margin:0;
	padding:0;
	font-size:100%;
	border:0;
}

/* デフォルト文字設定 */
body{
	color:#000000;
	font-family: "ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	font-size:24px;
	line-height:48pt;
}


/* リストマーカーを非表示 */
ul,ol{
	list-style-type:none;
}

/* テーブルセルのボーダーの設定 */ 
table {
	border-collapse: collapse; 
	border-spacing: 0;
}

/* 画像とフォームパーツの上下位置をテキストの真ん中に */
img, input, select, textarea { 
	vertical-align: middle;
}


/* デフォルトリンク色の設定 */
a{
	color:#0000FF;
}

a:hover{
	color:#00C4AB;
}

/* 画像リンクの設定 */
a img{
	opacity:1;
	filter: alpha(opacity=100);
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=75);
}

/*	clearfix
------------------------------*/
.clearfix:after {/*for modern browser*/
   content: "";
   display: block;
   clear: both;
}

* html .clearfix { zoom:1; } /*for IE6*/
*:first-child+html .clearfix { zoom:1; } /*for IE7*/



/*--------------------------

　レイアウト

---------------------------*/
body{
	width:940px;
	margin:0 auto;
	border-top:#cce739 5px solid;
}


#mt{
	color:#000000;
	font-family: "ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	font-size:24px;
	line-height:48pt;
}

p span{
	background-color: #ffff00;
}



/* ヘッダー
---------------------------*/
#header{
	width:940px;
	margin:0 auto;
	border-top:#00c4ab 5px solid;
	background:#cceeff;
}

#header .inner{
	width:940px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

/* コンテンツエリア
---------------------------*/
#contents{
	width:920px;
	padding:0px 20px 0 0px;
	margin:0 auto;
	border-left:#e6e6e6 1px solid;
	border-right:#e6e6e6 1px solid;
	border-top:#00c4ab 10px solid;
}

/* パンくず
---------------------------*/
#pankuzu{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:#ccc 1px dotted;
}

#pankuzu li{
	display:inline;
	font-size:83%;
}

#pankuzu a{
	padding-right:15px;
	background:url(../img/ico_arw01.gif) right center no-repeat;
}

/* メインコンテンツ
---------------------------*/
#main{
	width:900px;
	margin-bottom:100px;
	float:right;
} 

/* サイドバー
---------------------------*/
#side{
	width:220px;
	margin-bottom:40px;
	float:left;
}

#menu{
	border-top:#e6e6e6 1px solid;
	margin-bottom:15px;
}

#menu a{
	display:block;
	padding:10px;
	color:#666;
	text-decoration:none;
	border-bottom:#00c4ab 2px solid;
	background:url(../img/bg_menu.gif) left top repeat-x  #f2f2f2;
}

#menu a:hover{
	border-bottom:#cce739 2px solid;
	background:url(../img/bg_menu_on.gif) left bottom repeat-x #fff;
	font-weight:bold;
}

#menu .selected a{
	border-bottom:#cce739 2px solid;
	background:url(../img/bg_menu_on.gif) repeat-x;
	font-weight:bold;
}

#banner p{
	margin-bottom:10px;
}

/* フッター
---------------------------*/
/* ページトップ */
.pagetop{
	clear:both;
	text-align:right;
}

.pagetop a{
	padding:10px;
	background:#e6e6e6;
	font-size:83%;
	color:#666;
	text-decoration:none;
}

.pagetop a:hover{
	text-decoration:underline;
}

#footer{
	padding:10px 0;
	background:#e6e6e6;
}

#footer .inner{
	width:940px;
	margin:0 auto;
	overflow:hidden;
}

#footer ul{
	float:left;
}

#copyright{
	float:right;
	font-size:83%;
}

#footer li{
	display:inline;
}

#footer a{
	padding:0 10px;
	background:url(../img/ico_arw01.gif) left center no-repeat;
	color:#666;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}



/*--------------------------

　共有スタイル

---------------------------*/
/*ページ大見出し*/
#main h1{
	color: #000000;
	font-size: 40px;
	text-indent: 0em;
	line-height: 50pt;
	font-family: "ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	font-weight:900;
	margin: 1em 0em 0em 0em;
	border-bottom: thick groove #00a0e9;
}

#main h2{
	color: #000000;
	font-size: 30px;
	text-indent: 1em;
	line-height: 70pt;
	font-family:  "ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	font-weight: bold;
	margin: 1em 0em 1em 0em;
	background-color: #c0ffff;
	border-left: thick groove #00a0e9;
}

#main h3{
	color: #600;
	font-size: 24px;
	text-indent: 1em;
	line-height: 48pt;
	font-family:  "ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	font-weight: bold;
	margin: 1em 0em 1em 0em;
}

#main table{
	width:100%;
	border:#000000 2px solid;
}

#main th,td{
	border:#000000 1px solid;
	padding:5px 10px;
}

/*段落スタイル*/
#main p{
	margin-left:0px;
	margin-bottom:15px;
	line-height:1.7;
}

#main ul{
	list-style-type:disc;
}

#main ol{
	list-style-type:decimal;
}

#main li{
	margin-left:70px;
	margin-bottom:15px;
	line-height:1.7;
}

/*「もっと見る」リンクの設定*/
.more{
	text-align:right;
	background:url(../img/icon-arw01.png) no-repeat right center;
	padding-right:20px;
}

/*セクション間隔*/
.sec{
	margin-bottom:30px;
}

/*小見出し*/
.hdg{
	padding-left:20px;
	margin-bottom:15px;
	background:url(../img/bg_heading.gif) no-repeat;
	height:30px;
	line-height:30px;
}

/*注意書き*/
.note{
	padding:5px;
	background:#f2f2f2;
	font-size:83%;
}

/*アイコンリンク*/
.icon{
	text-align:right;
}

.icon a{
	padding-left:10px;
	background:url(../img/ico_arw02.gif) left center no-repeat;
}

/*問い合わせボタン*/
.contact-btn{
	text-align:center;
}

/*角丸枠*/
.r-box{
	padding-top:10px;
	background:url(../img/prts_r_st.gif) left top no-repeat;
}

.r-box .ed{
	padding-bottom:10px;
	background:url(../img/prts_r_ed.gif) left bottom no-repeat;
}

.r-box .bd{
	padding:10px 15px;
	background:url(../img/prts_r_bd.gif) repeat-y;
}
