/* 
---------------------------------------------------------
	 :::: 目次 :::: 
--------------------------------------------------------- 

	(1)ページの基本設定
	(2)ヘッダ
	(3)ナビゲーション
	(4)サイドバー
	(5)コンテンツ
	(6)フッタ
	
*/
/* =====================================================
	(1)ページの基本設定
===================================================== */
body,div,ul,li,a,h1,h2,h3,table,tr,td,th{
	margin:0px;
	padding:0px;
}
html{
	overflow-y:scroll;
	font-size:10pt;
}
body{
	background-image:url(../images/share/back-shadow.gif);
	background-repeat:repeat-x;
}
img{
	border:none;
}
hr{
	width:100%;
    border: 0 none; 
    height: 1px; 
    color: #cccccc;
    background-color: #cccccc;
}
/* リンク設定 */
a:link		{ text-decoration:none; color:#666;}
a:hover		{ text-decoration:none; color:#333;}
a:visited	{ text-decoration:none; color:#999;}

/* =====================================================
	(2)ヘッダ
===================================================== */
div#header{
	width:751px;
	text-align:center;
	margin:0px auto 0px auto;
	font-size:0px;
}
img#header-img{
	margin-bottom:3px;
	padding-bottom:0px;
}

/* =====================================================
	(3)ナビゲーション
===================================================== */
ul#nav{
	list-style:none;
	width:751px;
}
ul#nav li{
	display:inline;
}
/* =====================================================
	(4)サイドバー
===================================================== */

/* =====================================================
	(5)コンテンツ
===================================================== */
/* ラッパー */
div#wrap{
	width:766px;
	border:1px solid #ccc;
	text-align:center;
	margin:11px auto 10px auto;
	background-color:#FFFFFF;
	padding-top:9px;
}
div#contents{
	width:750px;
	margin:0px auto;
	text-align:center;
	padding-bottom:20px;
}
td.sidebar{
	width:185px;
}
td.main{
	width:555px;
	background-image:url(../images/back-blue.gif);
	background-repeat:repeat-x;
	background-position:left top;
}
td.main-prof{
	background-image:url(../images/back-blue.gif);
	background-repeat:repeat-x;
	background-position:left top;
}
/* =====================================================
	(6)フッタ
===================================================== */
/*---トップ---*/

div#footer0_t{
	width:750px;
	height:95px;
	text-align:left;
	background-color:#F5F6FA;
	padding-top:10px;
	margin:0 8px;
}

div#footer0_t .footer-kouenkai{
	padding:9px 0px 0px 16px;
}

div#footer0_t .footer-ad {
	margin:8px 10px 12px 0px;
}

div#footer0_t .footer-right{
	float:right;
}

div#footer0_t .qr_code{
 margin-right:16px;
 text-align:center;
 margin-top:5px;

}

div#footer0_t .qr_code .qr_left{
	float:left;
	text-align:right;
	vertical-align:bottom;
	padding-top:40px;
	padding-right:3px;
}

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

div#footer0{
	width:750px;
	height:50px;
	text-align:center;
	background-color:#F5F6FA;
	padding-top:10px;
	margin:0 8px;
}
div#footer0 .footer-ad {
	margin:10px 10px 12px 25px;
}
div#footer1{
	width:750px;
	height:28px;
	text-align:center;
	margin:0px auto 0px auto;
	background-image:url(../images/share/foot-back1.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-top:10px;
	
}
div#footer1 li{
	display:inline;
	list-style:none;
	border-left:1px solid #999;
	padding:0px 15px 0px 15px;
}
li#last-list{
	border-right:1px solid #999;
}
div#footer2{
	width:750px;
	text-align:center;
	margin:0px auto 8px auto;
	background-image:url(../images/share/foot-back2.gif);
	height:30px;
	color:#fff;
}
/* コピーライト */
address{
	font-style:normal;
	text-align:center;
	padding-top:8px;
}