@charset "UTF-8";

/* ベース */

body {
	color: #464646;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../../images/common/body.bmp);
	background-repeat: repeat;
}

a:link {
	color: #c05f80;
	text-decoration: none;
}
a:visited {
	color: #c05f80;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #c05f80;
	text-decoration: none;
}

addres ,em {
	font-style:normal
}
	
/*フッター*/
div#footer {
	color:#FFF;
	background-color:#c05f80;
	margin-top:25px;
	padding-top:15px;
	padding-bottm:8px;
	clear:both;
	width:756px;
	padding-bottom: 15px;
}

address {
	font-size:0.75em;
	font-style:normal;
	text-align:center;
}

/*コンテナtop*/
div#container {
	width:756px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: 0.5px;
	border-left-width: 0.5px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
}


/*ヘッダー*/
div#header {
	width:756px;
	background-image: url(../../images/common/header_image.png);
	padding-top:20px;
}

div#header h1 {
	padding-left:20px;
	margin-bottom: 15px;
}

div#header p {
	color:#464646;
	font-size:0.9em;
	margin: 0;
	text-align:right;
	padding-bottom:10px;
	padding-right:20px;
}


/*コンテンツ*/

div#content p.top {
	font-size:0.9em;
	line-height:1.6;
	color:#464646;
	float:right;
	margin-right:20px;
	margin-top:0px;
	margin-left:42px;
	margin-right:12px;
}

/*コンテンツthird*/
div#content {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	margin-top: 30px;
}

div#content h1 {
	font-size:1.1em;
	color:#666;
	line-height:25px;
	padding-left:35px;
	padding-top:7px;
	margin-bottom:0;
	margin-top:20px;
}

div#content h3.sinsa {
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:20px 4px;
	font-size:1em;
	line-height:18px;
	padding-left:40px;
	margin-top:10px;
	margin-bottom:0;
	margin-left:0px;
	margin-right:12px;
	color:#464646;
}

div#content img.sinsa {
	margin-left:40px;
	padding-top:30px;
	margin-bottom: 10px;
}

div#content p.sinsa {
	font-size:0.9em;
	line-height:1.6em;
	margin-left:32px;
	margin-right:20px;
	color:#464646;
	margin-bottom: 20px;
}
#content .sinsa .txt-sage {
margin-left: 65px;
}



.sinsaTxt {
	font-size:0.9em;
	line-height:1.6em;
	color:#464646;
}


div#content a.shinsa {
	border-bottom:dotted 1px #96F;
}

.sinsaTxt dl {
	margin-top: 20px;
	float: left;
	margin-left: 32px;
}
.sinsaTxt .mt10 {
margin-top: 0px;
margin-bottom: 50px;
}

.sinsaTxt dl dt {
	float: left;
	width: 60px;
}
.sinsaTxt dl dd {
	margin-right: 20px;
	margin-left: 60px;
}
h3.sinsa span {
	font-size: 15px;
	font-weight: normal;
}
