@charset "utf-8";
/* formatting styles
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.6em;
	color: #333333;
	font-size: 13px;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
}
li {
	list-style-type: none;
}
.clfix {   
    zoom: 1;/*for IE 5.5-7*/  
}   
.clfix:after {/*for modern browser*/  
    content: ".";   
    clear: both;   
    display: block;   
    line-height: 0;   
    height: 0;   
    visibility: hidden;   
} 
/* link styles
----------------------------*/
a img {
    border-style: none;
}
a:link {
	color: #0000AA;
	text-decoration: underline;
}
a:visited {
	color: #0000AA;
	text-decoration: underline;
}
a:hover {
	color: #0000AA;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* basic layout
----------------------------*/
#container {
	margin: 0px auto;
	width: 990px;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 990px;
}
#h1Area{
	background-color: #ECEADC;
	margin: 10px 0;
	padding: 5px;
}
#contents {
	margin: 0px 10px;
	padding: 0px;
	width: 970px;
}
#contentsLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 650px;
}
#contentsRight {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
}
#contentsLeftB {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 750px;
}
#contentsRightB {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
}
#footer {
	padding: 5px 0;
	width: 990px;
	border-top: 5px solid #ECEADC;
	margin-top: 15px;
}
/* header styles
----------------------------*/
#header #headerLogo {
	float: left;
}
#header #headerText {
	float: left;
	height:27px;
	margin-left: 10px;
}
#header #headerText p{
	line-height: 27px;
}
#header #cse{
	float: right;
}
/* h1Area styles
----------------------------*/
#h1Area h1{
	border-left: 10px solid #666666;
	padding-left: 0.5em;
}
/* contens styles
----------------------------*/
#path {
	margin-bottom: 15px;
}
#path ul {
}
#path ul li {
	float:left;
}
.pager {
	text-align: center;
	font-size: 1.2em;
}
.adSpace {
	text-align: center;
	margin-bottom: 1em;
}
/* contentsLeft styles
----------------------------*/
.headLine {
	border-bottom: 2px solid #316ac5;
}
.headLine h2{
	float: left;
	font-size: 110%;
}
.headLine p{
	float: right;
}
/* contentsRight styles
----------------------------*/
#contentsRight .headLine {
	border-bottom: 2px solid #CCCCCC;
}
#contentsRight .headLine h2{
	float: left;
}
#contentsRight .headLine p{
	float: right;
}
#contentsRight .ad300x250 {
	margin-bottom: 2em;
}

/* footer styles
----------------------------*/
#footer p {
	text-align: center;
}
#footer li {
	float: left;
	margin-right: 20px;
}

