@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	font-size: 75%;
	color: #333333;
	line-height: 1.5;
	background: #FFF url(../images/bg.jpg) top left repeat-x;
}
table {
	empty-cells: show;
}
th {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 8px 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}

.font70 {
	font-size: 70%;
}
.font75 {
	font-size: 75%;
}
.font80 {
	font-size: 80%;
}
.font85 {
	font-size: 85%;
}
.font90 {
	font-size: 90%;
}
.font95 {
	font-size: 95%;
}
.font100 {
	font-size: 100%;
}
.font120 {
	font-size: 120%;
}
.font150 {
	font-size: 150%;
}
.font180 {
	font-size: 180%;
}

.left {
	float: left;
}
.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.txt_center {
	text-align: center;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}


/* clearfix ハック */
.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 */

.clear { clear: both; }


div#base {
	width: 770px;
	margin: 0 auto;
	padding-top: 20px;
}


/* main_container
------------------------------------------------------------------------*/
div#main_container {
	width: 770px;
	margin-top: 10px;
	padding-top: 30px;
	background: url(../images/main_top.jpg) top left no-repeat;
}

div#page_index {
	width: 720px;
	padding: 0 25px;
	background: url(../images/main_body.jpg) top left repeat-y;
}

div#page_index div.left {
	width: 360px;
	float: left;
}

div#page_index div.left table {
	border: none;
	border-collapse: collapse;
}

div#page_index div.left table th {
	width: 90px;
	padding: 10px;
	vertical-align: top;
	text-align: right;
	border-bottom: solid 2px #FFF;
	background: #F7F7F7;
}

div#page_index div.left table td {
	padding: 10px;
}

div#page_index div.right {
	width: 360px;
	float: right;
}


/* footer_container
------------------------------------------------------------------------*/
div#footer_container {
	text-align: center;
	padding: 0 0 50px 0;
	margin-top: 10px;
}

div#footer_container p#copyright {
	margin: 25px 0 0 0;
}


/* メイン 各種 ----------------------*/

/* box */
div#main_container div.box {
	padding: 10px 0px 20px 0px;
}

/* h2 */
h2 {
	height: 35px;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 150%;
	color: #FFF;
	line-height: 40px;
	background: url(../images/title.jpg) no-repeat;
}
