/* 全ページ共通
------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

br { clear: both;}

h1 {
    margin: 0;
    padding: 2px 0;
	font-size: 11px;
	text-align: left;
	color: #999999;
}

a.toTop{
    font-size: 10px;
	color: #666666;
	padding-left: 700px;
}

a img {
	border:none;
}

a {
	color: #45B3B2;
}

a:hover {
	text-decoration: none;
}

a.toTop:visited {
	color: #666666;
}
a:visited {
	color: #5B807E;
}

hr {
	clear: both;
	height: 1px;
}

hr.dot {
	clear: both;
    width: 590px;
	margin: 10px 0 10px 10px;
	/margin: 5px 0 5px 20px;
    border: #FFD1C8 dotted 1px;
}


/*ベース
------------------------------------------------*/
#base {
	width:800px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#wrap {
	float: left;
	margin-top: 20px;
	/margin-top: 35px;
}




/*ヘッダー
------------------------------------------------*/
#header {
	width:800px;
	height:115px;
	margin: 0;
	padding: 0;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	text-indent: -7777px;
}

#header a {
    width: 275px;
	height: 70px;
	margin: 25px 0 0 80px;
	float: left;
}


/*メインナビ
----------------------------------------------- */
#nav {
	width: 800px;
	height: 25px;
	/height: 35px;
	margin: 10px 0 0 0;
    /margin: 10px 0;
	padding: 0;
	background-position : left top;
}

ul#btn {
	list-style-type: none;
}

ul#btn li {
    width: 159px;
	margin: 0 0 10px 0;
	list-style-type: none;
	float: left;
	border-right: 1px solid #FFFFFF;
}

ul#btn a {
    display: block;
	width: 159px;
	height: 25px;
	/height: 35px;
	overflow: hidden;
	padding: 10px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFB4A4;
}


ul#btn a:hover {
	color: #46B2B2;
	background-color: #FFD1C8;
}


/*パンくず
------------------------------------------------*/
#nav span.B {
    font-weight: bold;
}

#nav span {
	font-size: 11px;
	color: #232323;
	font-weight: normal;
}

#nav span a{
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

  
/*コンテンツ
------------------------------------------------*/
#cont {
	width: 610px;
	float: right;
	margin: 0 0 10px 0;
	/margin: 0 10px 10px 0;
}

#cont p{
    margin: 10px 40px 10px 20px;
    /margin: 0 40px 0 20px;
    padding: 0;
    line-height: -15px;
}

#cont h2 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	width: 560px;
	/width: 590px;
	height: 20px;
	margin: 0 0 10px 10px;
	padding: 0 0 0 30px;
	background-color: #FFD1C8;
}

#cont h3 {
	font-size: 14px;
	color: #685F04;
	line-height: 30px;
	width: 560px;
	/width: 590px;
	height: 30px;
	margin: 5px 0 20px 10px;
	padding: 0 0 0 20px;
	border-left: 10px solid #F3C549;
	border-bottom: 1px dotted #009944;
}

#cont h3 a {
    margin-left: 270px;
}

#cont em {
	font-size: 14px;
	color: #685F04;
	font-style: normal;
	font-weight: bold;
}

b.brown{
    color: #685F04;
}

#cont ul {
    margin: 0 0 0 35px;
}

#cont li{
    list-style-position: inside;
	list-style: none;
}

#cont ul.L {
    padding: 0 0 0 35px;
}

#cont li.link1 {
    margin: 5px 0;
    list-style-position: inside;
	list-style: decimal;
}


/*グーグル
------------------------------------------------*/
#cont p.google {
	font-weight: normal;
}


/*サイド・メニュー
------------------------------------------------*/
#side {
	float: left;
	width: 170px;
	border-right: #F2EDBF 1px solid;
}

#side p {
	display: block;
	width: 150px;
	/width: 160px;
	padding-left: 10px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: left;
    font-weight: bold;
	background-color: #46B2B2;
}

#side ul {
	margin-bottom: 5px;
}

#side li {
	list-style-type: none;
}

#side li a {
	display: block;
	width:130px;
	margin: 0 0 0 15px;
	text-decoration: none;
	font-size: 12px;
	color:#333333;
	line-height: 18px;
}

#side li a:visited {
	color: #B4B4B4;
}

#side li a:hover {
	color: #45B3B2;
	text-decoration: underline;
}


/*コピーライト
------------------------------------------------*/
address {
	font-style: normal;
	color: #3E3E3E;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px;
	display: block;
	background-color: #FD999B;
	font-size: 10px;
}


/*フッター下リンク
------------------------------------------------*/
p.link {
	text-align: center;
}

p.link a{
    padding: 0 0 5px 0;
	font-size: 11px;
	color: #685F04;
}

p.link a:hover {
	text-decoration: none;
}


/*トップページ
-------------------------------------------------------------------*/
#cont p.mainIMG {
    width: 590px;
	height:130px;
	background-image: url(img/main_img.jpg);
	background-repeat: no-repeat;
	text-indent: -7777px;
	margin: 0 0 0 10px;
	padding: 0;
}

dl {
    margin: 0 0 0 20px;
}

dt {
	width: 180px;
	height: 50px;
	margin: 0 0 10px 0;
	float: left;
	text-align: left;
	color: #685F04;
}
	
dt.b {
    margin-right: 22px;
}
    
#Bnr{    
    width: 590px;
	height: 70px;
	margin: 0 0 80px 20px;
}

#Bnr img {
    float: left;
}

#Bnr img.b {
    margin-right: 25px;
    /margin-right: 22px;
}


