@charset "euc-jp";

/* base
---------------------------------------------*/

body {
	background: #eee url(../../common/img/bg_main.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:75%;
	line-height:1.5;
	color:#666;
	}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,address,table,th,td,div,form,input,button {
	margin:0;
	padding:0;
	}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	}

ul,ol,li {
	list-style-type: none;
	}

address {
	font-style:normal;
	}

img, embed {
	border:none;
	vertical-align:top
	}

hr {display:none;}	

a {text-decoration:none;
	overflow:hidden;
	}	



/* link
---------------------------------------------*/

a {color: #666;}

a:hover {color: #999;}




/* other
---------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clear{	clear:both;}
.left {float:left;}
.right {float:right;}

.spB02{ margin-bottom:2px;}
.spB05{ margin-bottom:5px;}
.spB10{ margin-bottom:10px;}
.spB20{ margin-bottom:20px;}

.spT05{ margin-top:5px;}
.spT10{ margin-top:10px;}
.spT15{ margin-top:15px;}
.spT20{ margin-top:20px;}
.spT40{ margin-top:40px;}

.spR05{ margin-right:05px;}
.spR10{ margin-right:10px;}
.spR15{ margin-right:15px;}
.spR20{ margin-right:20px;}
.spR45 {margin-right:45px;}  	


.spL05{ margin-left:5px;}
.spL10{ margin-left:10px;}
.spL15{ margin-left:15px;}
.spL20{ margin-left:20px;}
.spL25 {margin-left:25px;}  	
.spL45 {margin-left:45px;}  	

.spLR05{ margin-right:05px;margin-left:5px;}

.w20{width:20px;}
.w544{width:544px;}
.w600{width:600px;}

.toCenter{ text-align:center;}
.toRight{ text-align:right;}


/* base-layout
---------------------------------------------*/
#wrapper{
	width:950px;
	margin:25px auto 0;
	text-align:left;
}

#container {
	width:951px;
	background:url(../../common/img/bg_white.gif) top right repeat-y; 
}

#page-top #container {
	width:951px;
	background:url(../../common/img/bg_white.gif) top right no-repeat; 
}

#leftBox {
	float:left;
	width:185px;
}

#leftBox h1 {
	background-color:#fff;
	padding:15px 7px 30px 7px;  
}


#leftBox h1 a{
	background:url(../img/logo.gif) 0 0 no-repeat;
	display:block;
	width:170px;
	height:45px;
	text-indent:-9999px;
	}


#rightBox {
	float:right;
	width:760px;
}


#footer {
	width:921px;
	background-color:#666;
	color:#fff;
	padding:5px 15px 5px 15px;
	margin-top:5px;
	font-size:10px;
}

#footer p {
	float:left;
}

#footer p a {
	color:#fff;
	text-decoration:none;
}

#footer p a:hover {
	color:#f90;
	text-decoration:none;
}

#footer address {
	float:right;
}

#rightBox #pan p {
	margin:10px 0 0 12px;
	font-size:11px;
}

#rightBox #pan p a {
	color:#666;
	text-decoration:underline;
}

#rightBox #pan p a:hover {
	color:#f60;
	text-decoration:underline;
}


.pTop {
	width:739px;
	margin-top:30px;
	margin-left:10px;
	padding:0 0 10px 0;
	background:url(../../common/img/line_dot740.gif) top right no-repeat;
}

.pTop a {
	padding:3px 3px 0 15px;
	float:right;
	color:#666;
	background:url(../../common/img/ico_03.gif) no-repeat 0 60%;
}

.pTop a:hover, .pTop02 a:hover {
	color:#f60;
	text-decoration:underline;
}

#searchBox {
	background-color:#fff;
	margin-top:5px;
	padding: 10px;
	background-color:#fff;
}

#searchBox input,
#searchBox button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;

}

#searchBox h3 {
	text-indent:-9999px;
	background:url(../img/srch_ttl.gif) no-repeat 0 0;
	width:67px;
	height:14px;
	margin: 0 0 5px 2px;
}

#searchBox p#searchTextbox {
	background-image:url(../img/srch_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 23px;
	width: 125px;
	text-align: center;
	margin: 0 4px 0 0;
	display: block;
	float: left;
}

#searchBox p#searchTextbox input {
	width: 103px;
	background-color: #F5F5F5;
	margin: 6px auto 0 auto;
	font-size:12px;
}

#searchBox button#searchBtn {
	background-image:url(../img/srch_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 23px;
	width: 23px;
	display: block;
	float: left;
	cursor:pointer; 
}

#searchBox button#searchBtn span {
	display: none;
}


