@charset "utf-8";

/*
 #topicpath [
----------------------------------------------------------- */

#topicpath {
	width: 100%;
	background: #ffffff url('/common/img/bg_topicpath.gif') left top repeat-x;
	border-bottom: 1px solid #c1c1c1;
}

#topicpath p {
	width: 900px;
	height: 29px;
	overflow: hidden;
	margin: 0 auto;
	line-height: 29px;
	vertical-align: middle;
}



/*
 #main_img [
----------------------------------------------------------- */

#main_img {
	width: 100%;
	border-top   : 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #ffffff url('/common/img/bg_main_long.gif') center top repeat-x;
}

#main_img.sub {
	background: #ffffff url('/common/img/bg_main_short.gif') center top repeat-x;
}

/* IE6のバグのため、classのみ指定してimportantにしています */
.bg_none {
	background: none !important;
}

#main_img p {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#main_img p img {
	vertical-align: bottom;
}


/*
 #container [
----------------------------------------------------------- */

#container {
	width: 100%;
	background: #ffffff url('/common/img/bg_contents.gif') center top repeat-x;
	border-top: 5px solid #c1c1c1;
	position: relative;
}


/*
 #contents [
----------------------------------------------------------- */

#contents {
	width: 900px;
	margin: 0 auto;
}

#contents .topLink {
	clear: both;
	text-align: right;
	margin: 0;
}




/*
 #contents_inner [
----------------------------------------------------------- */

#contents_inner {
	width: 900px;
	padding-top: 30px;
}

#contents_inner.sub {
	width: 600px;
	padding-top: 30px;
	float: right;
}

#contents_inner.sub h2 {
	margin: -7px -7px 10px;
}

#contents_inner.sub h3 {
	margin: 0 0 15px;
}

#contents_inner.sub p {
	margin: 0 20px 23px;
}

