@charset "shift_jis";
@import url("common.css");
#contents {
	overflow: hidden;
}
#contents .titleContents p {
	width: 600px;
	margin: 10px auto;
}
#contents .titleImage {
	float: left;
	margin-right:15px;
}
#contents .textContents {
	width: 390px;
	float: right;
}
#contents .textContents h2 {
	font-size: 24px;
	color: #FF0000;
}
/* textContentsに入ってない場合も同様のスタイル */
h2.contents {
	font-size: 24px;
	color: #FF0000;
}
#contents .textContents dl {
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents .textContents dl dt {
	font-size: 16px;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
#contents .textContents dl dd {
	font-size: 14px;
	line-height: 1.5;
}
#contents .textContents ul li {
	font-size: 14px;
}
#contents .textContents ul.list {
	margin-left:1.0em;
}
#contents .textContents ul.list li {
	font-size:18px;
	list-style-type:none;
	background:transparent url(../img/red.gif) no-repeat 0 2px;
	padding-left:18px;
	margin-bottom:10px;
}
/* textContentsに入ってない場合も同様のスタイル */
h2.contents {
	font-size: 24px;
	color: #FF0000;
}
dl.contents {
	margin-top: 20px;
	margin-bottom: 20px;
}
dl.contents dt {
	font-size: 16px;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
dl.contents dd {
	font-size: 14px;
	line-height: 1.5;
}
ul.contents li {
	font-size: 14px;
}
ul.contentslist {
	margin-left:1.0em;
}
ul.contentslist li {
	font-size:18px;
	list-style-type:none;
	background:transparent url(../img/red.gif) no-repeat 0 2px;
	padding-left:18px;
	margin-bottom:10px;
}
p.contents {
	font-size: 14px;
	line-height: 1.5;
}
/* 終わり_textContentsに入ってない場合も同様のスタイル */



#contents p.hanbai {
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
}
#contents .hanbai {
	clear: both;
	padding-top: 20px;
}
#contents .hanbai p {
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
}
#contents .hanbai dt {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents .hanbai dd {
	font-size: 12px;
	line-height: 1.5;
}

