﻿@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:#666666;
	font-family:sans-serif;
	font-size:13px;
	*font-size:small;
	line-height:1.4;
}

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

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

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


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

a:hover{
	color:#CCE739;
}

/* 画像リンクの設定 */
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{
	border-top:#00cc66 5px solid;
}


/*ヘッダー　開始
--------------------------------------------------*/
#header{
	padding:10px 0;
	border-top:#ccff00 5px solid;
	background:url(../images/bg-header-1.png);
}

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

#company{
	float:right;
	width:7em;
	padding:10px;
	background:#fff;
	border:#ccc 1px solid;
	text-align:center;
	margin:25px 0;

}

#logo{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-43px;
}

#catch{
	position:absolute;
	left:176px;
	top:50%;
	margin-top:-1.5em;
	font-size:90%;
	font-weight:bold;
	color:#0088cc;
}
/*ヘッダー　終了
--------------------------------------------------*/


/*グローバルナビゲーション開始
--------------------------------------------------*/
#gnav{
	background:#00ccff;
}

#gnav ul{
	width:771px;
	margin:0 auto;
	border-right:#fff 1px solid;
	overflow:hidden;
}

#gnav li{
	float:left;
	width:127px;
	border-left:#fff 1px solid;
}

#gnav li.gnav01{
	width:128px;
}

#gnav li.gnav02{
	width:128px;
}

#gnav li.gnav03{
	width:128px;
}

#gnav a{
	display:block;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	color:#fff
}

#gnav a:hover{
	background:#66ffff;
}

#gnav a.selected{
	background:#fff;
	color:#00ccff;
	font-weight:bold;
}
/*グローバルナビゲーション終了
--------------------------------------------------*/


/*大見出し(h2)の設定　開始
--------------------------------------------------*/
#main h2{
	color:#0099cc;
	border:#00ccff 1px dotted;
	border-left:#66ffff 15px solid;
	padding:10px 20px;
	margin-bottom:30px;
}
/*大見出し(h2)の設定　終了
--------------------------------------------------*/


/*小見出し(h3)の設定　開始
--------------------------------------------------*/
#main h3{
	border:#66ffff 1px dotted;
	padding:2px 20px;
	margin-bottom:15px;
	background-color:#ccffff;
	text-align:center;
}
/*小見出し(h3)の設定　終了
--------------------------------------------------*/


/*段落スタイル　開始
--------------------------------------------------*/
#main p{
	margin-bottom:15px;
	line-height:1.7;
}
/*段落スタイル　終了
--------------------------------------------------*/


/*セクション間隔　開始
--------------------------------------------------*/
.sec{
	margin-bottom:40px;
}
/*セクション間隔　終了
--------------------------------------------------*/


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

.icon a{
	padding-left:10px;
	background:url(../images/icon-arw02.gif) left center no-repeat;
}
/*アイコンリンク　終了
--------------------------------------------------*/


/*コンテンツエリア　開始
--------------------------------------------------*/
#contents{
	width:730px;
	padding:10px 20px 0 20px;
	margin:0 auto;
	border-left:#00ccff 1px solid;
	border-right:#00ccff 1px solid;
}

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

#pankuzu li{
	display:inline;
	font-size:83%;
}
#pankuzu a{
	padding-right:15px;
	background:url(../images/icon-arw01.gif) right center no-repeat;
}
/*パンくず　終了
--------------------------------------------------*/


/*コンテンツエリア　終了
--------------------------------------------------*/


/*フッター　開始
--------------------------------------------------*/
.pagetop{
	clear:both;
	text-align:right;
}

.pagetop a{
	padding:10px 10px 2px 10px;
	background:url(../images/bg-header-1.png);
	font-size:83%;
	color:#666;
	text-decoration:none;
	margin:0;
}

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



#footer{
	padding:10px 0;
	border-bottom:#ccff00 5px solid;
	background:url(../images/bg-header-1.png);
}

#footer .inner{
	width:770px;
	margin:0 auto;
}

#footer #copyright{
	text-align:right;
}

#footer li{
	display:inline;
}

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

#footer a:hover{
	text-decoration:underline;
}
/*フッター　終了
--------------------------------------------------*/


body{
	border-bottom:#00cc66 5px solid;
}
