@charset "Shift_JIS";

/* 全体の設定
----------------------------------------------- */
body {
	margin:0px auto;
	text-align: center;
	color: #333;
	line-height:160%;
	font-size: 80%;
	background-image: url(../img/head-bg.jpg);
	background-repeat: repeat-x;
}
* {
	margin: 0px;
	padding: 0px;
}

/* 文字の設定
----------------------------------------------- */
a:link { 
    color: #000066; text-decoration: none; 
}
a:active {
    color: #99b57e; text-decoration: underline;
}
a:hover { 
    color: #CC0000; text-decoration: none; 
}
a:visited { 
    color: #7D580D; text-decoration: none; 
}
em { 
    display:none;
}
.center-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.right-text {
	text-align: right;
}
.font12 {
	font-size: 12px;
	font-weight: lighter;
}
.orange {
	font-size: 12px;
	font-weight: bold;
	color: #D23500;
}

/* hタグの設定
----------------------------------------------- */
h1 {
	font-size: 10px;
	font-weight: lighter;
	text-align: left;
	color: #FFFFFF;
	position: relative;
	left: 10px;
	top: -55px;
}
h2 {
	font-size: 12px;
	font-weight: lighter;
	text-align: right;
	width: 745px;
	padding-right: 14px;
}
h3 {
	text-align: left;
	margin-left: 10px;
}
h4 {
}

/* コンテンツの設定
----------------------------------------------- */
img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
.border {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}
.clear {
	clear:both;
	width: 690px;
}
.left-float {
	float: left;
}
.line {
	background-color: #355571;
	width: 710px;
	line-height: 3px;
}
.line2 {
	background-color: #355571;
	line-height: 3px;
	width: 350px;
}

/* テーブルの設定
----------------------------------------------- */
table {
	margin: 0px;
	padding: 0px;
}

th {
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font-size: 12px;
}
