@charset "UTF-8";
ul,li,p {
	margin: 0px;
	padding: 0px;
	list-style-type: none; }
 
#mainimg {
	float: left;
	height: 400px;
	width: 940px;
	background-color: #CCCCCC; }
 
.credit {
	font-size: 12px;
	float: left;
	width: 940px;
	margin-bottom: 10px;
}
 
#container {
	padding: 0px;
	width: 940px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center 450px;
}
 
#contents {
	float: left;
	width: 680px; }
 
	#contents .context {
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		font-size: 14px;
		line-height: 160%;
		float: left;
		width: 680px; }
 
		#contents .context .inbox {
			border: 4px solid #CCCCCC;
			padding: 11px;
			float: left;
			width: 650px; }
 
		#contents .context .midashi {
			font-weight: bold;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: none;
			border-left-style: solid;
			border-left-width: 5px;
			border-left-color: #CC0000;
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 5px; }
 
		#contents .context .imgright {
			float: right;
			margin-left: 15px; }
 
		#contents .context .inbox .imgleft {
			float: left;
			margin-right: 15px; }
 
		#contents .context .inbox .cap {
			font-size: 12px;
			line-height: 18px; }
 
#side {
	float: right;
	width: 240px;
	font-size: 12px;
	line-height: 16px; }
 
	#side .cap {
		font-size: 12px;
		line-height: 16px; }
 
	#side .model {
		border-top-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-left-style: solid;
		border-top-color: #999999;
		border-left-color: #999999; }
 
		#side .model td {
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-right-style: solid;
			border-bottom-style: solid;
			border-right-color: #999999;
			border-bottom-color: #999999;
			padding: 3px; }
 
	#side .indent {
		text-indent: -1em;
		padding-left: 1em; }
#side .menutitle_guide {
	background-position: -8px;
	text-indent: -8px;
	padding-top: 9px;
}
#side .model .hosoku {
	float: left;
	width: 162px;
	height: 14.5em;
	overflow-y: scroll;
	overflow-x:hidden;
}


