/*************************************************テキストカラー・リンクテキストカラー************************/
a{
	color:#642;/*通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}
a:hover{
	color:#963;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*h1,h2,h3 {color: #442; padding: 8px 0 2px;}　*/
h1,h2,h3 {padding: 8px 0 2px;}


h1 {font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: none;}

/* h2 {font: normal 1.6em HuiFontP,'メイリオ',Meiryo,'ＭＳＰゴシック',sans-serif;} */
h2 {font: normal 1.6em 'メイリオ',Meiryo,'ＭＳＰゴシック',sans-serif;}
h3 {font: normal 1.2em Georgia,"Trebuchet MS",sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

/*************************************************フォントサイズ調整******************************************/
body {
/*
	font-family:'Hiragino Kaku Gothic Pro',	'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;/*フォント種
*/
/*	font-family:HuiFont,'メイリオ',Meiryo,'ＭＳＰゴシック',sans-serif; */
	font-family:'メイリオ',Meiryo,'ＭＳＰゴシック',sans-serif;
	font-size:12px;/*フォントサイズfirefox用*/
	*font-size:12px;/*フォントサイズIE7.0用（固定にする場合はpx指定してください）*/
	*font:12px;/*フォントサイズIE6.0用（固定にする場合はpx指定してください）*/
	}
img{ border:0;}
body{
	background: #7C6F5C url(../images/common/bg4.jpg);
	color: #222;
	text-align:center;
	padding: 2% 0;
	}
input, select, textarea {
font-size: 13px;
}

table,div{
	margin:auto;
	}
/* default elements */
*{ margin:0; padding:0;}

/* アクセス解析タグ */
.qlook {visibility: hidden;}

/* カウンター */
.counter {
margin-top: 7px;
}

/* バナー */
.bnr {
border: 1px solid #333333;
}

/* misc */
.clear,.clearer {clear: both;}
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 7px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block,ul.block2 {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 100%;
}
.block li,.block2 li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block2 li a {
	font-size:13px;
}
.block li a,.block2 li a,.block li em {
/*	color: #553; */
	color: #222;
	display: block;
}
.block li em {
	font-size: 12px;
	font-style: normal;
}
.block li a,.block2 li a {
	padding: 4px 3%;
	text-decoration: none;
}
.block li a span,.block2 li a span {font-weight: bold;}
.block li a:hover,.block2 li a:hover {
	background: #ffe4e1;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

/*************************************************基本レイアウト***********************************************/
#wrapper {
//	background: #332 url(../images/common/wrapper.gif) no-repeat left bottom;
	background: #222 url(../images/common/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 828px;
}
#container {
	background: #FBF9F4;
	border-top: 6px solid #222;
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 816px;
	text-align: left;
}
/* header */
.title {
	background: #FBF9F4;
	border-top: 1px solid #996;
	height: 80px;
}
.title h1 {
	color: #441;
/*	font: normal 2.2em HuiFont,Meiryo,Georgia,"Trebuchet MS",sans-serif; */
	font: normal 2.2em Meiryo,Georgia,"Trebuchet MS",sans-serif;
	margin: 13px 10px 0 20px;
	line-height:20px;
}
.title img {
	float:left;
	margin: 10px 0px 0px 10px;
	}
.title h2 {
	color: #441;
/*	font: 12px HuiFont,'メイリオ',Meiryo,'ＭＳＰゴシック',sans-serif; */
	font: 12px 'メイリオ',Meiryo,'ＭＳＰゴシック',sans-serif;
		margin: 5px 0 0 0;
	line-height:7px;
	text-indent:30px;
}
.header {
	border-bottom: 2px solid #663;
	height: 250px;
}

/* main */
.main#two-columns {background: #FFF url(../images/common/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	background: #DCDAC9 url(../images/common/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* bottom2 */
.bottom2 {
	background: url(../images/common/bottom2.gif) no-repeat left bottom;
	color: #444;
}
/* footer */
.footer {
	background: #222;
	color: #FFF;
	padding: 10px;
	text-align: center;
	font-size:12px;/*フォントサイズfirefox用*/
	*font-size:12px;/*フォントサイズIE7.0用（固定にする場合はpx指定してください）*/
	*font:12px;/*フォントサイズIE6.0用（固定にする場合はpx指定してください）*/
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover, .footer .right a:hover {
	color: #999999;
	text-decoration: none;
}
.footer .right, .footer .right a {color: #7D7D75;}

h1{
	height:20px;
	line-height:16px;
	font-size:11px;
	font-family:'メイリオ',Meiryo,'ＭＳＰゴシック',sans-serif;
	color:#333333;
	font-weight:normal;
	text-indent:10px;
	}

/*ロゴ部分*/
h2{
	height:38px;
	font-weight:normal;
	text-indent:10px;
	display:block;
	padding:6px 0 0 0;
	color: #222;
	}
h2 a{
	font-size:24px;
	line-height:38px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
/*	font-family:HuiFont,'メイリオ',Meiryo,'ＭＳＰゴシック',sans-serif; */
	font-family:'メイリオ',Meiryo,'ＭＳＰゴシック',sans-serif;
	}

h2 a:hover{
	color:#333333;
	text-decoration:none;
	}
/*サブページタイトル*/
h3{
	/*
	clear:left;
	*/
	margin:0 0 0 0;
	font-size:14px;
	font-weight:bold;
/*	font-family:HuiFont,'メイリオ',Meiryo,'ＭＳＰゴシック',sans-serif; */
	font-family:'メイリオ',Meiryo,'ＭＳＰゴシック',sans-serif;
	background:url(../images/common/nav.gif);
	height:32px;
	line-height:28px;
	margin:0px 0px 0px 0px;
	width:100%;
	text-indent:20px;
	}

/*コンテンツ枠*/
#contents{
	margin:6px 10px 0px 10px;
	padding:0 0 20px 0;
	clear:left;
	zoom:100%;
	}
/*フラッシュ部分*/
#main_flash{
	width:816px;
	height:260px;
	padding:0px;
	margin:0px;
	border:solid #333333;
	border-width:0 0 1px 0;
	}

#message{
	margin:40px 0px 0px 0px;
	*margin:50px 0px 0px 0px;
	padding:0 0 0px 0;
	clear:left;
	zoom:100%;
	}

#message2{
	margin:0px 0px 0px 0px;
	padding:0 0 0px 0;
	clear:left;
	zoom:100%;
	}

.review{
	margin:0px 40px 0px 40px;
	padding:0 0 0px 0;
	clear:left;
	zoom:100%;
	font-size:12px;
	align:left;
	}

.review h4{
	font-size:14px;
	margin:20px 0px 10px 0px;
}

/*************************************************トップページ************************************************/
.top{
	margin:0px 0px;
	padding:0px 0px;
}
.top h1{
	font-size:1px;
	line-height:1px;
	padding:0px 0px;
	height: 1px;
	}
.top h2{
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
/*	color: #553; */
/*	color: #642; */
	background:none;
	height:auto;
	text-indent:0;
	margin:0px 0 8px 0;
	}
.top p{
/*	color: #553; */
/*	color: #642; */
	font-size:14px;
	line-height:1.6em;
	}

.top li {
	font-size:12px;
}

/*テーブルセット*/
.tab_def{
	font-size:13px;/*フォントサイズfirefox用*/
	*font-size:13px;/*フォントサイズIE7.0用（固定にする場合はpx指定してください）*/
	*font:13px;/*フォントサイズIE6.0用（固定にする場合はpx指定してください）*/
	color:#333333;
}

#p-copy{
	text-align:right;
	font-size:12px;
	color:#999999;
	width:800px;
	}
#p-copy a{
	color:#999999;
	font-size:12px;
	text-decoration:none;
	}
#p-copy a:hover{
	color:#0099CC;
	}
/*************************************************印刷用*************************************************/

@media print{

#container{
	width:818px;
	}
}