/* 
BODY
-------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

body {
    background: url(img/cmn/bg.gif) repeat;
	margin: 0;
	padding: 0;
}

img { border: none;}

br { clear: both;}


/*
BASE
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin: 0 auto;
	padding: 0;
	background-color: #E6F0D1;
}


/*
HEADER
-------------------------------------------------------------------*/
h1 {
    margin: 0 0 5px 15px;
    padding: 2px 0;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #3161C3;
}

h2 a {
    width: 800px;
	height: 130px;
	margin: 0;
	float: left;
	text-indent: -7777px;
	background: url(img/cmn/header.jpg) no-repeat;
}


/* 
LINK
-------------------------------------------------------------------*/
a.toTop{
    margin: 0 190px 0 0;
    font-size: 10px;
	color: #666;
    float: right;
}

a.toTop:visited {
	color: #666;
}


/*
パンくず
-------------------------------------------------------------------*/
#nav {
	width: 785px;
	margin: 5px 0 15px 5px;
	padding: 0;
	float: left;
}

#nav span.B {
    font-weight: bold;
}

#nav span {
	color: #232323;
	font-size: 11px;
	font-weight: normal;
}

#nav span a{
	color: #333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

  
/*
H-Tags
-------------------------------------------------------------------*/
h3 {
    width: 600px;
    height: 30px;
    margin: 0 0 10px 0;
    clear: both;
    text-indent: -7777px;
}

h4 {
	width: 565px;
	height: 20px;
    margin: 0 0 15px 10px;
	padding: 0 0 0 10px;
    color: #3161C3;
    font-size: 13px;
	border-left: 5px solid #3161C3;
	border-bottom: 1px dotted #3161C3;
    clear: both;
}

/*クチコミTEXT*/
h5 {
	width: 550px;
	height: 20px;
    margin: 0 0 15px 10px;
	padding: 0 0 0 10px;
    color: #3161C3;
    font-size: 13px;
	border-left: 20px solid #3161C3;
	border-bottom: 1px solid #3161C3;
    clear: both;
}


/*
TEXT
-------------------------------------------------------------------*/
#cT {
	width: 600px;
	margin: 0 10px 10px 10px;
	float: left;
}

#WHT {
	width: 600px;
	background: #fff;
	float: right;
}

#cT p {
    margin: 0;
    padding: 0 10px;
    line-height: 20px;
    clear: both;
}

#cT b.blue { color: #3161C3;}

hr {
	width: 580px;
	margin: 10px;
	border: #999 dotted 1px;
    clear: both;
}

#cT ul {
    margin: 0 0 0 20px;
}

#cT li{
	list-style: none;
    list-style-position: inside;
}

/*info.html*/
#cT ul.L {
    padding: 0 0 0 40px;
}
#cT ul.L li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 5px 0;
}

#cT li.link1 {
	list-style: decimal;
    list-style-position: inside;
}


/*SIDE-NAVI
-------------------------------------------------------------------*/
#sd {
	width: 170px;
	height: 400px;
	margin: 0 10px 0 0;
	float: right;
	background: #fff;
	line-height: 18px;
}

#sd p {
	margin: 10px 0 0 0;
	padding-left: 10px;
	color: #009;
	font-size: 13px;
}

#sd p.gr {
    color: #390;
	font-size: 12px;
	font-weight: bold;
}

#sd ul {
    margin: 0 0 0 5px;
}

#sd li {
	list-style-type: none;
	margin: 0 0 0 15px;
}

#sd li a {
	margin: 0;
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

#sd li a:hover {
	color: #3161c3;
	text-decoration: underline;
}

#sd li a.or {
    color: #FE6601;
	font-weight: bold;
}

/*
Copyright-FOOTER
-------------------------------------------------------------------*/
address {
    width: 800px;
	margin: 20px 0 0 0;
	padding: 5px 0px 5px 15px;
	color: #333;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	line-height: 225%;
	background: url(img/cmn/footer.jpg) no-repeat;
	display: block;
}

.Fmenu {
    margin: 30px 0 0 15px;
	color: #7b7b7b;
	font-size: 12.5px;
    text-align: left;
	letter-spacing: 0.5px;
	line-height: 140%;
}

.Fmenu a {
	color: #7b7b7b;
    text-decoration: none;
}


/*
[for only TOP-PAGE]
-------------------------------------------------------------------*/
#cT a.L {
    float: left;
    text-indent: -7777px;
}
#cT a.R {
    float: right;
    text-indent: -7777px;
}

#cT a {
    width: 290px;
    height: 180px;
    margin: 0 0 20px 0;
}

#cT a.toTop2 {
    width: 70px;
    height: 15px;
    color: #666;
    font-size: 10px;
    float: right;
}

