/*-----全体構造-----*/
body{
	margin:0px;
	background-image:url(../images/base/bg_belt.png);	
	background-position:0px 400px;
	background-repeat:no-repeat;
	background-color:#edfcff;
	color:#222222;
	font-size:10pt;
	text-align:center;
}

/* design on tags */
h1, h2, h3, h4, h5, h6{
	margin:0px;
}

h1{
	font-size:9px;
	position:relative;
	top:-100px;
	left:-100px;
}

/* address tag for copyright. */
address{
	font-style:normal;
}

em{
	font-weight:bold;
	font-style:normal;
}

img{
	border:0px;
}

/* put on center */
.center{
	margin:0px auto;
}

/* contact */
a.contact{
	display:block;
	background-image:url(../images/base/contact.png);
	width:245px;
	height:55px;
	margin:0px auto;
}

a.contact:hover{
	background-position:0px 55px;
}



#background{
	position:relative;
	width:1000px;
	margin:0 auto;
	text-align:center;
	background-image:url(../images/base/page_bg.png);
}

#container{
	position:relative;
	width:950px;
	margin:0px auto;
	text-align:center;
}

#description{
	position:absolute;
	top:293px;
	left:280px;
	width:510px;
	height:20px;
	line-height:20px;
}

#description h2{
	margin-left:20px;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
}

#header{
	position:relative;
	top:0px;
	left:0px;
	background-repeat:no-repeat;
	background-position:center;
}

#header h1{
	text-align:left;
	height:70px;
	line-height:70px;
}

#header h1 img{
	vertical-align:middle;
	margin-left:0px;
}

#header .body{
	position:relative;
	width:950px;
	margin:0px auto;
}

/* category navigation */
#category{
	width:288px;
}

#category div.top{
	display:inline;
	background-image:url(../images/g_menu/category/top.png);
	width:237px;
	height:50px;
	float:left;
	margin-left:23px;
}

#category a{
	width:230px;
	height:50px;
	float:left;
	margin-left:30px;
}

#category a:hover{
	background-position:0px 56px;
}

#category a.category1{
	background-image:url(../images/g_menu/category/category1.png);
}

#category a.category2{
	background-image:url(../images/g_menu/category/category2.png);
}

#category a.category3{
	background-image:url(../images/g_menu/category/category3.png);
}

#category a.category4{
	background-image:url(../images/g_menu/category/category4.png);
}

#category a.category5{
	background-image:url(../images/g_menu/category/category5.png);
}

#category a.category6{
	background-image:url(../images/g_menu/category/category6.png);
}

#category a.category7{
	background-image:url(../images/g_menu/category/category7.png);
}

#category a.category8{
	background-image:url(../images/g_menu/category/category8.png);
}

#category a.category9{
	background-image:url(../images/g_menu/category/category9.png);
}

#category a.category10{
	background-image:url(../images/g_menu/category/category10.png);
}

#category a.category11{
	background-image:url(../images/g_menu/category/category11.png);
}

#category a.category12{
	background-image:url(../images/g_menu/category/category12.png);
}

#category a.category13{
	background-image:url(../images/g_menu/category/category13.png);
}

#maincontentsbox{
	width:950px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	border:0px solid #cccccc;
	border-width:0px 1px;
	background-color:#FFFFFF;
}

/* left navigation */
#maincontentsbox #left_navi{
	background-image:url(../images/base/left_base.png);
	width:288px;
	float:left;
	text-align:center;
}

#maincontentsbox .left_navi{
	background-image:url(../images/base/left_base_t.png);
	background-repeat:no-repeat;
	width:288px;
	float:left;
}

#maincontentsbox #left_navi .bottom{
	background-image:url(../images/base/left_base_b.png);
	width:288px;
	height:25px;
	float:left;
}

a#about{
	position:absolute;
	top:300px;
	left:23px;
	display:inline;
	background-image:url(../images/base/about.png);
	width:245px;
	height:40px;
}

#tag_search{
	position:relative;
	display:inline;
	background-image:url(../images/base/tag_search.png);
	width:245px;
	height:91px;
	float:left;
	margin-left:23px;
	margin-top:10px;
}

#tag_search .tag_list{
	position:relative;
	left:50px;
	top:15px;
}

#tag_search .tag_list a{
	color:#FFFF00;
	font-weight:bold;
}

#tag_search form{
	position:absolute;
	top:45px;
	left:15px;	
}

#maincontentsbox #category{
	width:288px;
}


#maincontentsbox #main_area{
	width:662px;
	float:left;
}


#maincontentsbox .body{
	width:930px;
	margin:10px;
	float:left;
}

#contentsbox{
	width:930px;
	margin:5px;
	padding:0px;
	text-align:left;
}

/* footer */
#footer{
	background-image:url(../images/base/body_bg.png);
	width:950px;
	margin:0px;
}

#footer h6{
	width:930px;
	margin:0px 10px;
	text-align:right;
	font-size:80%;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	font-weight:normal;
}

/*-----フォント基本設定-----*/

h2,h3,h4,h5{
font-size:16px;
font-weight:normal;
}

/*-----一般設定-----*/

.clear{
clear:both;
}

/* table design */
table{
	border-collapse:collapse;
	border:solid 1px #00275e;
	width:700px;
	margin:0px auto;
}

table thead{
	background-image:url(../images/base/table_h_bg.png);
	height:30px;
	color:#FFFFFF;
}

table th, table td{
	border:solid 1px #00275e;
	border-width:1px 0px;
	padding:10px;
}

table thead th{
	padding:0px 10px;
	font-size:12pt;
}

table tfoot td{
	font-weight:normal;
	color:#006600;
	font-size:9pt;
	background-color:#DEEDF3;
}

table colgroup.column1{
	background-color:#dadada;
}

table colgroup.column2{
	background-color:#eeeeee;
}

table colgroup.column3{
	background-color:#ffffff;
}

/* label */
div.label{
	background-image:url(../images/base/label_bg.png);
	width:160px;
	height:35px;
}

div.label .text{
	font-size:11pt;
	font-weight:bold;
	line-height:35px;
	margin-left:20px;
}

/* list */
ul.l1 li{
	list-style-type:none;
	background-image:url(../images/base/list01.png);
	margin:0px 0px 15px -30px;
	padding:0px 10px 0px 30px;
	background-repeat:no-repeat;
	line-height:25px;
}

ul li .caption{
	font-weight:bold;
	margin-bottom:10px;
}

ul.l2 li{
	list-style-type:none;
	background-image:url(../images/base/list02.png);
	margin:0px 0px 0px -30px;
	padding:0px 10px 0px 30px;
	background-repeat:no-repeat;
}

ul.l2 li{
	line-height:20px;
}

li.caution{
	background-image:url(../images/base/icon/caution.png);
	margin-left:-30px;
	padding:0px;
	padding-left:40px;
	line-height:32px;
}

li.warning{
	background-image:url(../images/base/icon/error.png);
	margin-left:-30px;
	padding:0px;
	padding-left:40px;
	line-height:35px;
}

li.information{
	background-image:url(../images/base/icon/information.png);
	margin-left:-30px;
	padding:0px;
	padding-left:40px;
	line-height:32px;
}

/* thumbnail */
#thumb_list{
	width:640px;
	margin:0px auto;
}

div.thumbnail{
	width:160px;
	float:left;
}

div.thumbnail div.top{
	background-image:url(../images/contents/sub/list_bg_t.png);
	width:160px;
	text-align:center;
	float:left;
}

div.thumbnail div.top img{
}

div.thumbnail div.pic{
	width:120px;
	height:80px;
	margin:15px auto 0px auto;
}

div.thumbnail div.info{
	margin:5px 0px 0px 26px;
	width:108px;
	text-align:right;
}

div.thumbnail div.bottom{
	background-image:url(../images/contents/sub/list_bg_b.png);
	width:160px;
	height:15px;
	float:left;
}

/* 広告 */
.ads_336{
	width:336px;
	height:280px;
	float:left;
}

.ads_unit_468{
	width:468px;
	height:15px;
	margin:0px auto;
}

.ads_468{
	width:468px;
	height:60px;
	margin:0px auto;
}
