/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: "Osaka","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック";
}

body {
	background: url(images/bg.gif);
}

li {
	list-style: none;
}

/*font size*/

.font9 {
	font-size: 9px;
}

.font10 {
	font-size: 10px;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font18 {
	font-size: 18px;
}

strong {
	font-family: "Hiragino Kaku Gothic Pro", "qMmpS Pro W6", "MS P Gothic", "lr oSVbN", Osaka, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	color: #660000;
}

/*text position*/

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

#container {
	margin: 40px auto;
	width: 886px;
	height: 851px;
}

.text-caption {
	
}

#main {
	width: 740px;
	min-height: 430px;
	margin: auto;
	color: #333333;
	font-size: 12px;
	position: relative;
	left: 0px;
	display: block;
}

#head {
	text-align: center;
	position: relative;
	top: -14px;
}

#head-menu {
	margin: auto;
	text-align: center;
	line-height:150%;
	margin-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
}

#head-menu a:link { color: #000 }
#head-menu a:visited { color: #600 }
#head-menu a:hover { color: #600 }
#head-menu a:active { color: #600 }

#foot {
	clear: both;
	margin: 0px auto;
	margin-top: 30px;
	text-align: center;
	font-size: 10px;
	color: #600;
}

/* float³¹½{bNXªe{bNXÌOÉÍÝo·oOðñði±±©çj */

#main:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#main {
	/*display: inline-table;*/
}

/* Mac IE ÉÍKp³¹È¢ \*/

* html #main {
	height: 1px;
}

/* */

/* float³¹½{bNXªe{bNXÌOÉÍÝo·oOðñði±±ÜÅj */

.title {
	background: #654;
	padding: 3px;
	margin-bottom: 10px;
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	height: 20px;
	_height: 100%;
}

.text-box {
	margin-bottom: 15px;
	font-size: 12px;
}

/* 2J */

#main-left {
	width: 365px;
	float: left;
}

#main-right {
	width: 365px;
	float: right;
}