/* CSS Document */
@import 'clearfix.css';
@import 'reset.css';

body{
	background-image:url(../img/bg.gif);
	background-repeat:repeat;
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	letter-spacing: 0em;
	color:#333333;
	text-align:center;
}

tr,th,td{
	padding:3px;
	font-size: 13px;	
	line-height: 1.5em;
	letter-spacing: 0em;
	color:#333333;
}

p{
	margin:0;
	padding:2px 0;
}
	
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	color:#666666;
}

ul{
	list-style-type:none;
	margin-left:0;
}

#container{
/*	width: 923px;*/
	height: 100%;
	text-align:center;
/*	position: absolute;
	left:50%;
	margin-left: -460px; 
*/
margin: 0 auto;
	
}

#frame{
	width: 923px;
/*	height: 100%;*/
/*	float:left;*/
	background-image:url(../img/bg-shadow-right.gif);
	background-repeat:repeat-y;
	background-position:right;
	margin-bottom: -13px;


}

#frame-left{
	width: 918px;
	border: 1px solid #DFD3BD;
	background-color:#FFF;

}

#frame-bottom-left{
	width: 3px;
	height:2px;
	float:left;
	background-image:url(../img/bg-shadow-btm.gif);
	background-repeat:no-repeat;
}

#frame-bottom-repeat{
	width:917px;
	height: 2px;
	float:left;
	background-image:url(../img/bg-shadow-rpt-btm.gif);
	background-repeat:repeat-x;
}
	
#frame-bottom-corner{}


#header{
	margin: 10px 0 10px 10px;
}

#header-corp-logo{
	float:left;
}

#header-left{
	float:right;
	width: 350px;
	height:30px;
	margin-right: 5px;
}

#header-search{}

#header-search p{
	float: left;
	line-height: 1.8em;
}

#header-search form{
	float: left;
	margin-left: 5px;
	margin-top:0px;
	padding-top: 0px;
}

#header-search input{
	vertical-align:top;
}

#header-sitemap table td{
	padding-right: 15px;
}
#header-sitemap img{
	vertical-align:middle;
	border:none;
	margin-right:5px;
}

#globalnavi{
/*	padding: 10px;*/
}

#contents{
	text-align:left;
	margin: 0px 10px 20px 10px;
/*	background-color:#CCFF99; */
}

#footer{
	clear:both;
	border-top: 1px solid #999;
	margin-top: 30px;	
	padding-top :10px;
}

#footer-corp-logo{
	width: 230px;
	height: 40px;
	margin-left: 10px;
	float:left;
}


#link .footerlink{
	margin-left: 30px;
	margin-top: 5px;
	height: 15px;
	width: 630px;	
	float:left;
}

#link ul{
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
}
#link li{
	float:left;
	padding-left: 12px;
}

#link a{
	font-size: 12px;
	display:block;
}

#link img{
	margin-right: 3px;
	border:0;
}

#copyright{
	text-align :center;
	padding-top :10px;
	padding-bottom: 5px;
}

.clear{
	clear:both;
}

.left{float:left;}
.rignt{float:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.indentA{padding: 0 15px;}
.indentB{padding: 0 30px;}

.to-page-top{clear:both;text-align:right;margin-top: 10px;padding: 5px 20px 0 0 ;}
.to-page-top a{color:#7796BB;text-decoration:underline;display:inline;padding: 5px;}


/** TOPICS **/
 li.headline a span.category001,
 li.headline a span.category002,
 li.headline a span.category003,
 li.headline a span.category004,
 li.headline a span.category005{
	margin-right: 10px;
	color: #333;
	padding: 3px 5px 3px 5px;
	
}

 li.headline a span.category001{
	background:#D1E4E9;
}

 li.headline a span.category002{
	background:#FBF4DD;
}

 li.headline a span.category003{
	background:#E1FFD2;
}

 li.headline a span.category004{
	background:#FFDFEA;
}

 li.headline a span.category005{
	background:#E7EAEB;
}


#form-catalog dl{
	width: 140px;
	overflow:hidden;
	padding: 0 3px;
	float:left;
	height:140px;
}

#form-catalog dl dt{
	text-align:center;
}
#form-catalog dl dt img{
	width: 125px;
	height:auto;
}
#form-catalog dl dd{
	margin-top: 5px;
	font-size:12px;
	text-align:center;
	line-height: 1.2;
}

span.must{
	color:#FF0000;
}


