/*-----全体構造-----*/
body{
	margin:0;
	background-color:#ffffff;
	background-image:url(../images/base.png);
	background-repeat:repeat-y;
	font-size:11pt;
	text-align:center;
}

/* address tag for copyright. */
address{
	font-style:normal;
}

em{
	font-weight:bold;
	font-style:normal;
}

img{
	border:0px;
}

/* テーブル */
table{
	border-collapse:collapse;
	font-size:0.8em;
}

table thead{
	background-color:#2b92ea;
	color:#FFFFFF;
}

table tfoot{
	background-color:#E1F0FF;
}

table tbody{
}

th,td{
	border:1px #CCCCCC solid;
	padding:5px;
}

table tbody th{
	background-color:#e5f3fd;
}


/* リスト */
ul.l1, ul.l2{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.l1 li{
	background-image:url(../images/base/list01.png);
	background-repeat:no-repeat;
	padding-left:40px;
}

ul.l1 li .caption{
	line-height:35px;
	font-weight:bold;
}

ul.l2 li{
	background-image:url(../images/base/list02.png);
	background-repeat:no-repeat;
	padding-left:25px;
	line-height:20px;
}


#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{
	width:950px;
	height:20px;
	background-color:#3f99ff;
	font-size:12px;
	line-height:20px;
}

#description h1{
	width:930px;
	margin:0px auto;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#FFFFFF;
}

#header{
	width:950px;
	height:100px;
	background-repeat:no-repeat;
	text-align:left;
	background-color:#e5f3fd;
	background-image:url(../images/base/logo.png);
}

#header img.logo{
	margin-left:20px;
}

#header p{
width:300px;
height:70px;
margin:0px;
padding:0px;
float:left;
}

#globalnavi{
	width:950px;
	height:54px;
	background-image:url(../images/g_menu/button_base.png);
}

#globalnavi ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}

#globalnavi li{
	padding:0px;
	float:left;
	width:140px;
	height:54px;
	line-height:48px;
	text-align:center;
}

#maincontentsbox{
	width:950px;
	margin:0px;
	padding:0px;
	text-align:left;
}

#contentsbox{
	width:930px;
	margin:5px auto;
	padding:0px;
	text-align:left;
}

#footer{
	background-color:#3f99ff;
	position:relative;
	width:950px;
	height:25px;
	margin:0px;
	text-align:right;
}

#footer address{
	margin:6px;
	font-size:80%;
	font-weight:normal;
	font-style:normal;
	line-height:25px;
	color:#FFFFFF;
}

/* contact */
#contact{
	position:relative;
	background-image:url(../images/base/contact_bg.png);
	width:275px;
	height:165px;
}

#contact a{
	position:absolute;
	display:block;
	background-image:url(../images/base/contact_b.png);
	width:197px;
	height:37px;
	top:110px;
	left:70px;
}

#contact a:hover{
	background-position:0px 37px;
}

/*-----ナビゲーションボタン設定-----*/


#globalnavi a{
	display:block;
	width:140px;
	height:54px;
	float:left;
	background-image:url(../images/g_menu/button.png);
	background-position:0px 0px;
	background-repeat:repeat-x;
	margin:0px;
	line-height:54px;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	color:#144274;
}


#globalnavi a:hover{
	background-position:0px -54px;
}

/*-----フォント基本設定-----*/

h2,h3,h4,h5{
font-size:16px;
font-weight:normal;
}

/*-----一般設定-----*/

.clear{
clear:both;
}

/* yahoo search */
#y_search{
	float:right;
	margin:10px 10px 0px 0px;
	font-size:0.8em;
}