@charset "Utf-8";
* {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li { list-style-type: none;}

img {
	border: 0px;
	vertical-align: top;
}
embed {
 vertical-align: top;
}

html {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-image: url("images/bg.gif");
}

body {
	width: 100%;
	font-size: 13px;
	*font-size: small; /* IE7およびIE6 */
	*font: x-small; /* IE6 */
	font-family: "ヒラギノ角ゴ Pro W3", "MS Pゴシ�?��", sans-serif;
	line-height: 1.5;
	letter-spacing: normal;
}

a { text-decoration: none;}
a:link { color: #003399;}
a:visited { color: #cd04b3;}
a:hover,
a:focus { color: #3366c;}
a:active { color: #cc3300;}

.padt5 { padding-top: 5px;}
.padt10 { padding-top: 10px;}
.padt20 { padding-top: 20px;}
.padl5 { padding-left: 5px;}
.padl10 { padding-left: 10px;}
.padl20 { padding-left: 20px;}
.padr5 { padding-right: 5px;}
.padb10 { padding-bottom: 10px;}
.padb20 { padding-bottom: 20px;}
.pad10 { padding: 10px;}
.pad20 { padding: 20px;}
.left { float:left;}

.clearfix { display: inline-block;}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* start commented backslash hack \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
/* close commented backslash hack */ 

/* -------------------------------------
WRAPPER
------------------------------------ */
#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* -------------------------------------
HEADER
------------------------------------- */
#header { width: 900px;}

#navi { width: 900px;}
	
#navi li { float: left;}
/* -------------------------------------
CONTENTS
------------------------------------- */
#primary {
	width: 900px;
	background-color: #FFF;
	background-image: url("images/bg_middle.png");
	padding-top: 10px;
}

.style1 {
	width: 840px;
	margin: 0 auto;
}
.style2 {
	width: 840px;
	margin: 0 auto;
	margin-top: 10px;
	border-top: 2px solid #990000;
	border-left: 2px solid #990000;
	table-layout: fixed;
}
.style2 th,
.style2 td {
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	text-align: center;
}

.h2textstyle {
	font-size: 130%;
	font-weight: bold;
}
.pstyle1 {
	padding: 10px;
}
.pstyle2 {
	text-align: left;
	padding: 10px;
}
.thcolor {
	background-color: #990000;
	color: #fff;
	text-align: center;
	font-size: 115%;
}

.style3 {
	width: 840px;
	margin: 0 auto;
	margin-top: 10px;
	border: 2px solid #990000;
	table-layout: fixed;
}
.style3 th {
	padding: 10px;
	font-size: 130%;
}

.rborder1 { border-right: 2px solid #fff;}
.rborder2 { border-right: 2px solid #990000;}
.rborder3 { border-top: 2px solid #990000;}
.wborder {
	border: 2px double #fff;
	font-size: 140%;
	padding: 5px;
}

.red {
	color: #ff0000;
	font-weight: bold;
	font-size: 120%;
}

#footer {
	background-image : url("images/footer2.png");
	background-repeat : no-repeat;
	/*background-Attachment : fixed;*/
	background-position : 50% 100%;
	padding: 30px 0;
}