/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color:#000000;
}

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


/* テキストサイズ */

td {
	font-size: 12px;
	color: #444444;
}

p {
	font-size: 12px;
	line-height:133%;
	color: #444444;
}

p.right {
	text-align: right;
}

.red {
	font-size: 12px;
	line-height:133%;
	color: #A71210;
}

.bold_red {
	font-size: 12px;
	line-height:200%;
	font-weight:bold;
	color: #A71210;
	font-family: "ＭＳ Ｐゴシック", Osaka, HiraKakuPro-W6;
}

.bold_brown {
	font-size: 12px;
	line-height:200%;
	font-weight:bold;
	color: #55392C;
	font-family: "ＭＳ Ｐゴシック", Osaka, HiraKakuPro-W6;
}

.bigbold_brown {
	font-size: 14px;
	line-height:200%;
	font-weight:bold;
	color: #55392C;
	font-family: "ＭＳ Ｐゴシック", Osaka, HiraKakuPro-W6;
}

.bigbold_red {
	font-size: 14px;
	font-weight:bold;
	color: #A71210;
	font-family: "ＭＳ Ｐゴシック", Osaka, HiraKakuPro-W6;
}

.bold {
	font-size: 12px;
	font-weight:bold;
	color: #444444;
	font-family: "ＭＳ Ｐゴシック", Osaka, HiraKakuPro-W6;
}

.big {
	font-size: 14px;
	color: #444444;
}

.big_bold {
	font-size: 14px;
	font-weight:bold;
	line-height:150%;
	color: #444444;
	font-family: "ＭＳ Ｐゴシック", Osaka, HiraKakuPro-W6;
}


hr {
	visibility: hidden;
	height: 15px;
}


/* 位置 */

#all {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height:auto;
	background-color:#000000;
}

.contents {
	margin-right: 20px;
	margin-left: 20px;
	width: 960px;
	height: auto;
	background-color: #FFFFFF;
}

.cont {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 744px;
	height:auto;
	background-color: #FFFFFF;
}

.cont h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: small;
}

.cont img#photo {
	float: right;
}

.ex {
	margin-right: auto;
	margin-left: auto;
	width: 705px;
	height:auto;
	background-color: #FFFFFF;
}
.ex p {
	margin-bottom: 5px;
}
.ex table {
	border-collapse: collapse;
	width: 100%;
}
.ex table td {
	vertical-align: top;
	padding: 0px 15px 0px 0px;
	line-height: 160%;
	text-align: left;
}
.ex table td.imgcell {
	width: 120px;
}

.header {
	margin: 0px;
	background-image:url(../common_img/header.jpg);
	width: 960px;
	height: 110px;
}

.footer {
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	border-top: 1px solid #666666;
	position: relative;
	width: 960px;
	height: 65px;
	background-color: #FFFFFF;
}

.footer p {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 11px;
	color: #000000;
}

.coverbox {
	clear: both;
	margin-top: 20px;
	width: 200px;
}

.pro {
	margin-right: auto;
	margin-left: auto;
	width: 744px;
	height:255px;
	background-color: #FFFFFF;
}

.waku {
	width: 570px;
	padding: 0px 15px 5px;
	border: 1px double #A71210;
}

.line {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}.main .newyear {
	color: #FFFFFF;
	background-color: #4C3830;
	margin: 0px;
	padding: 10px;
	width: 400px;
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 12px;
}



.infoL {
	float: left;
	width: 384px;
}
.infoR {
	float: right;
	width: 360px;
}
.clearfix:after {  
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}  
* html .clearfix { zoom: 1; } /*IE6*/
*:first-child+html .clearfix { zoom: 1; } /*IE7*/

