
@charset "utf-8";

body {
	background: #FFFFFF url(/common/img_v2/body_bg_second.gif) repeat-x left top;
	margin:0px;
	padding:0px 0px 10px;
}

/* ----------------------------------------
	reset
---------------------------------------- */
.tpl h1,.tpl p,.tpl dl,.tpl dt,.tpl dd,.tpl ul,.tpl li,.tpl form,.tpl input,
.tpl740 h1,.tpl740 p,.tpl740 dl,.tpl740 dt,.tpl740 dd,.tpl740 ul,.tpl740 li,.tpl740 form,.tpl740 input{
	margin:0px;
	padding:0px;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}


/* ----------------------------------------
	for old_DTD
---------------------------------------- */

.tpl,
.tpl740 {
	text-align:center;
	padding-bottom:11px;
}
.tpl #header,.tpl #footer,
.tpl740 #header,.tpl740 #footer {
	text-align:left;
}

/* ----------------------------------------
	header
---------------------------------------- */

#header {
	margin:0px auto;
	/*background:transparent url(/img/share/header/2007l/bg_header.jpg) no-repeat;*/
	background:transparent url(/img/share/header/2007l/bg_header.jpg) no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width:902px;
	font-size:12px;
	line-height:130%;
}

#header2 {
	margin:0px auto;
	/*background:transparent url(/img/share/header/2007l/bg_header.jpg) no-repeat;*/
	background:transparent url(/img/share/header/2007l/bg_header.jpg) no-repeat;
	position:relative;
	top:0px;
	left:0px;
/*	width:902px;*/
	font-size:12px;
	line-height:130%;
}

.tpl740 #header {
	width:742px;
	background:transparent url(/img/share/header/2007/bg_header.jpg) no-repeat;
}


#header .sitelink {
	padding-top:23px;
}

#header h1.logo {
	width:279px;
	float:left;
	position:relative;
	top:-5px;
	left:0px;
	margin-left:24px;
	margin-bottom:14px;
	display:inline;
}
.tpl740 #header h1.logo {
	width:182px;
	margin-left:19px;
}

#header .header_link {
	width:258px;
	float:left;
}
.tpl740 #header .header_link {
	width:256px;
}


#header .header_link li {
	list-style-type:none;
	float:left;
}

#header form.search {
	width:165px;
	height:22px;
	float:left;
}
.tpl740 #header form.search {
	width:130px;
}

#header form.search input.txt_search {
	width:120px;
	height:16px !important;
	vertical-align: middle;
}
.tpl740 #header form.search input.txt_search {
	width:90px;
}

#header form.search img.btn_search {
	width:38px;
	height:22px;
	vertical-align: middle;
	margin-left:3px;
}
.tpl740 #header form.search img.btn_search {
	width:33px;
}

#header dl.fontsize {
	width:157px;
	float:left;
	
}
.tpl740 #header dl.fontsize {
	width:145px;
}


#header dl.fontsize dt,dl.fontsize dd {
	display:inline;
	float:left;
}


/* ---------------------- */
#hd dl.fontsize2 {
	width:157px;
	float:left;
	margin-right:3px;
	
}
.tpl740 #hd dl.fontsize2 {
	width:145px;
}


#hd dl.fontsize2 dt,dl.fontsize2 dd {
	display:inline;
	float:left;
}
/* ---------------------- */




#header #gnavi {
	clear:both;
	margin-left:1px;
}
#header #gnavi li {
	list-style-type:none;
	display:inline;
}
#header #gnavi li a {
	display:block;
	float:left;
}

#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* ----------------------------------------
	main
---------------------------------------- */

#main {
	clear:both;
	width:900px;
	margin:0px auto;
	text-align:left;
}
#main740 {
	clear:both;
	width:740px;
	margin:0px auto;
	text-align:left;
}




.t-left {
	text-align:left
}
.t-right {
	text-align:right
}
.t-center {
	text-align:center
}

.f-left {
	float:left;
}
.f-right {
	float:right;
}

.pagelink {
	padding-left:16px;
	background:transparent url(/img/share/body/ico_arrow_02.gif) 5px 50% no-repeat;
}
	
	
	
/* ----------------------------------------
	footer
---------------------------------------- */

#footer {
	width:900px;
	margin:10px auto 0px;
	position:relative;
	top:0px;
	left:0px;
	clear:both;
}
.tpl740 #footer {
	width:740px;
}

#footer .sitelink {
	position:absolute;
	top:0px;
	right:0px;
}
#footer .sitelink li {
	list-style-type:none;
	background:transparent url(/img/share/footer/2007/bg_slash.gif) no-repeat 4px 50%;
	padding-left:12px;
	float:left;
	font-size:10px;
}
#footer .sitelink li.first {
	background:none;
	padding-left:0px;
}
#footer .sitelink li a {
	color:#999;
	text-decoration:none;
}








/* ----------------------------------------
	hidden | none
---------------------------------------- */

.hidden {
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	overflow:hidden;
}
.none {
	display:none;
}


/* ----------------------------------------
	clearfix
---------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 */
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* end MacIE5 */






