/* begin　汎用タグ初期化 */

*{
	margin:0;
	padding:0;
	line-height: 1.5em;
	color: #666;
}
ul{
	list-style-type:none;
}
hr{
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h1 {
	font-size: large;
	padding-top: 2.0em;
	padding-bottom: 0.5em;
}

h2 {
	font-size: medium;
	margin-top: 0.7em;
	margin-bottom: 0.2em;
}
a {
	color: #F60;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #F1EB74;
}
a:visited {
	color: #752626;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/* end　汎用タグ初期化 */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

html, body {
	height: 100%;/*上下幅いっぱいにページサイズを取る*/
}

body {
	width: 736px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEEEE;
}
#container {
	min-height:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	background-image: url(image_general/back_base.gif);
	padding-right: 0px;
	padding-left: 0px;
}
#titleRogo {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#containerFooter {
	height: 20px;
	clear: both;
}
#containerHeader {
	margin-bottom: 0.8em;
	margin-right: 18px;
	margin-left: 28px;
}

#containerInner {
	background-image: url(image_general/back_rogo.gif);
	background-repeat: no-repeat;
	background-position: 385px bottom;
}
#generalContents #generalContentsMain {
	width: 385px;
	float: left;
	padding-right: 5px;
	padding-left: 48px;
	padding-bottom: 1.5em;
}
#generalContents #generalContentsSub {
	width: 260px;
	float: right;
	padding-right: 38px;
	padding-bottom: 1.5em;
}
#generalContents #generalContentsInner {
	margin-right: 38px;
	margin-left: 48px;
}

#containerFooter {
	margin-left: 10px;
	clear: both;
	padding-top: 30px;
	position: relative;
}

#containerFooter {
	background-image: none;
	height: auto;
}
#containerFooter #copyright {
	color: #333;
	position: absolute;
	bottom: 5px;
	right: 20px;
}
#generalContents {
	min-height:20em;
	padding-right: 2em;
 	padding-left: calc(220px + 3em);
	position: relative;
}
#generalContents .imgArea {
	height:860px;
	width:200px;
	margin:2px 10px 2px 6px;
	position: absolute;
	left: 3em;
}
#generalContents h4 {
	margin-top: 0.5em;
}
#generalContents ul,#generalContents p {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

#generalContents dl {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
#generalContents dt {
	display: inline;
}
#generalContents dd {
	display: inline;
}
#generalContents .multiList dt {
	display: block;
}
#generalContents .multiList dd {
	display: block;
}
#generalContents dd.center{
	text-align: center;
	display: block;
	margin: auto;
}
