@charset "shift_jis";

/*** CSS ***/

/*Tag Format*/
form,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd{margin:0; padding:0;}
p,ul,ol,li,dl,dt,dd,th,td{font-size:12px; line-height:1.5;}
ul{list-style:none;}
img{border:0;}

.mb00{margin-bottom:6px;}
.mb01{margin-bottom:15px;}
.mb02{margin-bottom:24px;}
.center{text-align:center;}
.sml{font-size:10px; margin:0; vertical-align:text-top;}
.center{margin:0 auto; text-align:center;}

p{margin:0 0 12px 3px;}

body{
	color:#595754;
	margin:0 auto 30px auto;
	padding:0;
	background:#dadada url(../img/background.jpg) repeat-x center top;
}
#container{
	width:820px;
	margin:0 auto;
	background:#E7E1DA url(../img/bg-container.gif) repeat-y center top;
	position:relative;
}
#header{
	width:800px;
	height:196px;
	padding:0 10px;
	background:#fff url(../img/bg-header.jpg) no-repeat center top;
	margin:0 0 6px 0;
}	
#header ul#subMenu{
	position:absolute;
	right:6px;
	top:3px;
	margin:0;
	padding:0;
}
#header ul#subMenu li{
	font-size:10px;
	line-height:1;
	float:left;
	margin:1px 8px 0 0;
	padding:0px 8px 1px 0;
	border-right:1px solid #ccc;
	display:inline;
}
#header ul#subMenu li.b0{border:0;}
#header ul li a:link		{color:#fff;}
#header ul li a:visited	{color:#fff;}
#header ul li a:hover		{color:#f90;}
#header ul li a:active	{color:#f90;}

h1{
	font-size:10px;
	color:#3B5591;
	font-weight:normal;
	position:absolute;
	top:13px;
	left:34px;
}
#logo{
	position:absolute;
	left:30px;
	top:28px;
}
#searchLink{
	position:absolute;
	left:30px;
	top:91px;
}
ul#mainMenu{
	margin:0;
	padding:0;
	position:absolute;
	left:204px;
	top:98px;
}
ul#mainMenu li{
	float:left;
	margin:0 9px 0 0;
}


/*Contents css*/
#contents{
	width:760px;
	padding:0 20px;
	margin:0 auto 0px auto;
}
div.contentTop{
	clear:both;
	background:#fff url(../img/white-top.gif) no-repeat;
	padding:18px 0 0 0;
	margin:0 auto;
}
div.contentBlock{
	width:720px;
	background:#fff url(../img/white-bottom.gif) no-repeat left bottom;
	padding:0px 20px 20px 20px;
	margin:0 auto 12px auto;
}

/*Footer css*/
#footer{
	clear:both;
	width:100%;
	margin:0 auto;
	background:url(../img/bg-footer.gif) no-repeat center bottom;
	text-align:center;
	padding:0 0 25px 0;
}
#footer img{
	margin:0 0 5px 0;
}
#footer #footerContents{
	width:770px;
	height:50px;
	background-color:#fff;
	margin:0 auto;
	padding:10px 15px;
	border-bottom:6px solid #CBC6BF;
}
#footer dl{
	width:360px;
	float:left;
	text-align:left;
}
#footer dl dt{
	font-family:"lr SVbN", "Osaka|";
	font-size:10px;
	width:50px;
	float:left;
	clear:both;
}
#footer dl dd{
	font-size:10px;
}
#footer ul{
	float:right;
	margin:4px 3px 8px 0;
}
#footer ul li{
	font-size:10px;
	float:left;
	margin:0 0 0 7px;
	padding:0 0 0 7px;
	border-left:1px solid #c0bab2;
}
#footer #copyright{
	font-size:10px;
	font-family:Palatino Linotype,Myriad Web Pro;
	clear:right;
	float:right;
	text-align:right;
	width:400px;
	margin-right:3px;
}

/*a:link		{color:#075E87;}*/
a:link		{color:#206090;}
a:visited	{color:#206090;}
a:hover		{color:#f69600;}
a:active	{color:#f69600;}


/*Normal css*/
#navi{
	height:27px;
}
p#pankuzu{
	float:left;
	margin:2px 0 0 3px;
	font-size:10px;
}
p#home{
	font-size:12px;
	float:right;
	margin:0 4px 0 0;
	background:url(../img/icon-home.gif) no-repeat left 1px;
	padding:0 0 0 19px;
}
h2{
	margin:0 0 18px 0;
	clear:both;
}
h3{
	font-size:14px;
	margin:0 0 15px 0;
	clear:both;
}
p.pagetop{
	font-size:10px;
	float:right;
	margin:0 0 10px 0;
}
p.pagetop a:link		{color:#888;}
p.pagetop a:visited	{color:#888;}
p.pagetop a:hover		{color:#f60;}
p.pagetop a:active	{color:#f60;}

p#pagetop{
	width:760px;
	height:33px;
	margin:0 auto 5px auto;
	text-align:right;
	font-size:10px;
	font-family:Palatino Linotype,Century;
	position:relative;
}
p#pagetop a{
	display:block;
	width:80px;
	height:26px;
	padding:7px 0 0 0;
	background:url(../img/bg-pagetop.gif) no-repeat left top;
	text-decoration:none;
	text-align:center;
	position:absolute;
	right:0;
}
#pagetop a:link		{color:#f0f9fc;}
#pagetop a:visited{color:#f0f9fc;}
#pagetop a:hover	{color:#add;}
#pagetop a:active	{color:#add;}

.floatclr{
	display:block;
	overflow:hidden;
	height:0;
	clear: both;
}
.clear{clear:both;}

.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*/

#moyori{
	position:relative; top:3px;width:270px;
}

