@charset "utf-8";

/* Basic Style
---------------------------------------------*/
body {


	font-family: "MS P ゴシック","ヒラギノ角ゴ Pro W3","Osaka", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url("img/bg_img.jpg");
	background-attachment: fixed;
}

A:link { color: #0044cc; text-decoration: none; }
A:visited { color: #330099; text-decoration: none; }
A:hover { color: #993333; text-decoration: underline; }
A:active { color: #0044cc; text-decoration: underline; }

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #600;
	line-height: 140%;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0 0 5px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	color: #333;
	text-align: left;
	margin: 0;
	padding: 10px 0 0 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #333;
	text-align: left;
	margin: 0;
	padding: 10px 0 0 0;
}

.tx16 { font-size: 16px; line-height: 140%; color: #333; }
.tx14 { font-size: 14px; line-height: 140%; color: #333; }
.tx12 { font-size: 12px; line-height: 150%; color: #333; }
.tx12r { font-size: 12px; line-height: 150%; color: #c36; }
.tx12g { font-size: 12px; line-height: 150%; color: #ccc; }
.tx11 { font-size: 11px; line-height: 150%; color: #333; }
.tx11g { font-size: 11px; line-height: 150%; color: #ccc; }
.tx10 { font-size: 10px; line-height: 160%; color: #333; }

img {
	border: none;
}

/* Layout
---------------------------------------------*/
#wrapper {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

#container {
	width: 900px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #363;
	background-color: #fff;
}

#headder {
	width: 900px;
	height: 100px;
	background-image : url("img/head_bg.jpg");
}

/* Table (Menu)
---------------------------------------------*/
.details table {
	border: 0;
	width: 540px; /* for Windows Internet Explorer 6 */
	margin-top: 0;
	margin-left: 340px;
	margin-right: 20px;
	margin-bottom: 0;
	border-collapse: collapse;
}
/* Table (Menu)------------------------*/

#content {
	width: 900px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

/* Left block
-----------------------------------*/
#content2 {
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.primary {
	float: left;
	width: 180px;
	margin: 0 20px;
	padding: 0px 0px 20px 0px;
}
.primary p {
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
	margin: 0;
	padding: 0;
}
.primary h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	color: #0044cc;
	text-align: left;
	margin: 0;
	padding: 10px 0 3px 0;
}
.secondary {
	float: right;
	width: 460px;
	margin: 0;
	padding: 0px 10px 20px 0px;
}
.secondary p {
	font-size: 14px;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}
.secondary ul {
	list-style-type: decimal;
	list-style-position:outside;
}
.secondary li {
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	margin: 0;
	padding: 0;
}
.secondary h3 {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 20px 0px 0px 0px;
}
.secondary h4 {
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}



/* Right side
-----------------------------------*/
#side {
	position: relative;
	float: right;
	width: 160px;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 20px;
	padding: 0;
}

#side p {
	font-size: 11px;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 0;
}

#side img {
	border: none;
	virtical-align: top;
	padding: 0px 0px 15px 0px;
}


/* Table (Main)
---------------------------------------------*/
table.rule {
	border: 0;
	border-spacing: 0;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	margin: 0px 0px 15px 0px;
}
table.rule th {
	border: 0;
	padding: 0;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: 0;
}
table.rule td {
	border-left: 3px solid #ccc;
	padding: 0px 0px 0px 7px;
	-moz-border-radius: 0;
	font-size: 14px;
	line-height: 160%;
	text-align: left;
}

/* Sub Menu
-----------------------------------*/
.submenu {
	clear:both;
	width: 900px;
	border-top: solid 1px #363;
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF;
}

.submenu p {
	font-size: 11px;
	line-height: 120%;
	color: #333;
	text-align: center;
	margin: 0;
	background-color: #FFFFFF;
}

/* Footer -----------------------------------*/
#footer {
	clear: both;
	width: 900px;
	border-top: solid 1px #363;
	width: 100%;
	padding: 0;
	background-color: #FFFFFF;
}

#footer p {
	font-size: 11px;
	line-height: 120%;
	color: #666;
	text-align: center;
	padding: 5px 0;
	background-color: #FFFFFF;
}

