@charset "utf-8";

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

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

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

/* 全ての要素に対する余白初期値設定 */
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,

form,select,option,input
address,pre,strong,em,iframe,img{
	margin:0;
	padding:0;
	font-size:100%;
	border:0;
}

/* デフォルト文字設定 */
body{
	color:#000000;
	font-family:sans-serif;
	font-size:15px;
	*font-size:small;
	line-height:1.4;
}

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

h3 {
	background-color: salmon;
}

h4 {
	color: maroon;
}

/* テーブルセルのボーダーの設定 */ 
#main table {
	border="100";
}

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


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

a:hover{
	color:#99FFFF;
}

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

/* ヘッダー
---------------------------*/
#header{
	padding:10px 0;
	/*border-top:#00c4ab 5px solid;*/
/*	background:url(../img/open_church.jpg) #e6e6e6;*/
}

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

#info{
	float:right;
	width:30%;
	padding:10px;
	background:#fff;
}

#info dt{
	clear:left;
	float:left;
	width:7em;
}

#logo{
	float:left;
	width:65%;
}

/* グローバルナビゲーション
---------------------------*/
#gnav{
	background:#0066ff;
}

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

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

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

#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:#0066ff;
	font-weight:bold;
}

/* コンテンツエリア
---------------------------*/
#contents{
	width:900px;
	padding:10px 20px 0 20px;
	margin:0 auto;
	border-left:#e6e6e6 1px solid;
	border-right:#e6e6e6 1px 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(ico_arw01.gif) right center no-repeat;
}

/* メインコンテンツ
---------------------------*/
#main{
	width:680px;
	margin-bottom:40px;
	float:right;
}
 
#main2{
	width:580px;
	margin-bottom:40px;
	float:right;
} 

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

#side2{
	width:280px;
	margin-bottom:40px;
	float:left;
}

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

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

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

#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;
}


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

　共有スタイル

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

