@charset "UTF-8";


/* wrapper styles
 * ============================
 *
 * formatting
 * link
 * box
 * list
 * table
 * text
 * img
 * form
 * other
 *
 * ============================
 */


/* formatting styles
----------------------------------*/
#wrapper01 {
	width:840px;
	margin: 0px auto;
	padding:20px 0 25px;
}
#wrapper02 {
	width:840px;
	margin: 0px auto;
	padding:25px 0 10px;
}



/* link styles
----------------------------------*/
ul.topicsType a:link {
	color:#333333;
	text-decoration: none;
}
ul.topicsType a:visited {
	color:#333333;
	text-decoration: none;
}
ul.topicsType a:hover {
	color:#C22520;
	text-decoration: underline;
}


/* box styles
----------------------------------*/
#mainVisual{
	float:left;
	width:576px;
	padding:6px;
	background-color:#FFFFFF;
	border:1px solid #D9D9D9;
}
#mainSide{
	float:right;
	width:234px;
}
#topicsBox{
	background-image:url(../top_img/topics_bg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:214px;
	height:206px;
	padding: 7px 10px 10px;
}
#topics_title{
	width:115px;
	padding-left:36px;
}



/* list styles
----------------------------------*/
ul.topicsType{
	font-size:90%;
	line-height:1.6;
	padding-top:15px;
}
ul.topicsType li{
	list-style-type:none;
	background-image:url(../top_img/topics_dot.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:10px;
	margin-bottom:11px;
	height:52px;
	overflow:hidden;
}
ul.topicsType .date{
	padding-right:1em;
	color:#C22520;
}





/* table styles
----------------------------------*/






/* text styles
----------------------------------*/
#pageTitle{
	padding-top:20px;
	padding-left:480px;
	font-size:150%;
	font-weight:bold;
}
#tagline{
	font-size:120%;
	font-weight:bold;
	padding-left:480px;
	padding-top:20px;
}
#lead{
	padding-left:480px;
	padding-top:20px;
	width:330px;
}
.headline{
	font-size:110%;
	font-weight:bold;
	padding:5px;
	background-color:#6699FF;
}
.text_honbun{
	padding:5px;
}



/* img styles
----------------------------------*/






/* form styles
----------------------------------*/




/* other styles
----------------------------------*/

