@charset "Shift_JIS";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: 0;
}

img, div {
	behavior: url(../iepngfix.htc)
}

body{
	font-size: 80%;
	color: #FFFFFF;
	line-height: 1.4;
}

p{
	margin: 0;
}

hr {
	display:none;
}


img{
	border: 0;
}

th,td{
	border: 0;
	padding: 5px;
}

h1{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #FFFFFF;
	font-size: 3em;
}

h2{
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: lighter;
	line-height: 1.2;
	letter-spacing: 1pt;
}




/* -----------------------------------
	__サブタイトル
　---------------------------------- */

.title{
	width: 95%;
	background: #9D662A;
	font-size: 1.1em;
	font-weight:bold;
	padding: 0 5px;
}

.title-sub{
	font-size: 80%;
	color: #1E0903;
}



/* -----------------------------------
	__テキスト
　---------------------------------- */

.info-con{
	color: #1E0903;
	margin: 10px 0;
}


.txt_big{
	font-size: 1.3em;
}

.txt_s{
	font-size: 10px;
}

.txt_brown{
	color:#1E0903;
}

.red{
	color:#CC0000;
}

/* -----------------------------------
	__リスト
　---------------------------------- */



/* -----------------------------------
	__点線
　---------------------------------- */

.tensen{
	width: 100%;
	height: 1px;
	background: url(../img/tensen_w.gif) repeat-x;
	margin: 15px 0 20px 0;
}


/* -----------------------------------
	__メインコンテンツリンク
　---------------------------------- */

a:link {
	text-decoration: none;
	color: #996633;
}

a:visited {
	text-decoration: none;
	color: #996633;
}

a:hover {
	text-decoration: underline;
	color: #CC9966;
}

a:active {
	text-decoration: none;
	color: #CC9966;
}

/* -----------------------------------
	__ヘッダリンク設定
　---------------------------------- */

#head_right ul.navi li a:link {
	text-decoration: none;
	color: #666666;
}

#head_right ul.navi li a:visited {
	text-decoration: none;
	color: #666666;
}

#head_right ul.navi li a:hover {
	text-decoration: underline;
	color: #999999;
}

#head_right ul.navi li a:active {
	text-decoration: none;
	color: #666666;
}

/* -----------------------------------
	__グローバルメニューリンク設定
　---------------------------------- */

#head_right ul.menu li a:link {
	text-decoration: none;
	color: #996600;
}

#head_right ul.menu li a:visited {
	text-decoration: none;
	color: #996600;
}

#head_right ul.menu li a:hover {
	text-decoration: underline;
	color: #FF9999;
}

#head_right ul.menu li a:active {
	text-decoration: none;
	color: #999999;
}


