@charset "Shift_JIS";

/*全体構造
-----------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "ＭＳＰゴシック", "sans-serif";
	margin:0;
	padding:0;
	text-align:center;
	color: #666666;
	font-size: 12px;
}

div,h1,h2,h3,ul,li,p {
	margin:0;
	padding:0;
}



/*リンク文字初期設定
-----------------------------------------------------*/
a:link	{
	color: #666666;
	text-decoration:underline;
}
a:visited	{
	color: #666666;
	text-decoration:underline;
}
a:hover	{
	color: #999999;
	text-decoration:none;
}
a:active	{
	color: #666666;
	text-decoration:underline;
}

/*フォントサイズ・ボーダー
-----------------------------------------------------*/
.text8px {
	font-size: 8px;
	font-weight: normal;
	color: #666666;
}

.text10px {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	color: #666666;
}

.text11px {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #666666;
}

.text12px {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #666666;
}
.text12px02 {
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
}

.text13px {
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	color: #666666;
}


.border01 {
	border-bottom: 1px dashed #87040C;
}

.border02 {
	border-bottom: 1px solid #683E00;
}

.border03 {
	border-bottom: 1px solid #87040C;
}

.border04 {
	border-bottom: 1px solid #CCCCCC;
}

p.b10{
	line-height:1.5;
}

p.image-right{
	text-align:center;
	padding:30px 0;
}


/*ヘッダー
-----------------------------------------------------*/
div#header {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 95px;
	background-image: url(img/header-bg01.gif);
	background-repeat: no-repeat;
	text-align: left;
}
div#headline {
	background-image: url(img/headline.gif);
	background-repeat: repeat-x;
	height: 18px;
	width: 100%;
}
div#head-left {
	width: 550px;
	margin: 0;
	padding: 0;
	float: left;
}
div#head-left p {
	float: left;
	margin-top: 25px;
	margin-left: 18px;
	padding: 0px;
	margin-right: 6px;
	display: inline;
}
div#head-left h1 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-top: 34px;
	padding-left: 136px;
	display: block;
}
div#head-left h2 {
	padding: 0px;
	margin-top: 3px;
}
ul#head-right {
	list-style-type: none;
	margin-left: 640px;
	padding-top: 55px;
}
ul#head-right li {
	display: inline;
	padding: 0;
	margin: 0;
}

/*コンテンツエリア
-----------------------------------------------------*/
h3{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
