/* 
	全ページ共通
-------------------------------------------------------------------*/

* {
	color: #333333;
	margin: 0;
	padding: 0;
	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 {
    padding: 2px 25px 2px 0;
	font-size: 12px;
	text-align: right;
	color: #999999;
}

a.toTop{
    font-size: 10px;
	color: #666666;
	padding-left: 660px;
}

a img {
	border:none;
}

a {
	color: #9ABEE2;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #C8C8C8;
}

hr {
	clear: both;
	height: 1px;
}

hr.dot {
	clear: both;
    width: 590px;
	margin: 10px 0 10px 20px;
    border: #E6E8EC dotted 1px;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#wrap {
	float: left;
	margin-top: 20px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:175px;
	margin: 0;
	padding: 0;
	background-image: url(img/cmn/header.jpg);
	background-repeat: no-repeat;
	text-indent: -7777px;
}


/*メインナビ
----------------------------------------------- */
#nav {
	width: 800px;
	height: 35px;
	margin: 0;
	padding: 0;
	background-position : left top;
}

ul#btn {
    margin: 0;
	padding: 0;
	list-style-type: none;}

ul#btn li {
    margin: 0 0 4px 0;
    width: 160px;
	list-style-type: none;
	float: left;
}

ul#btn a {
    display: block;
	width: 160px;
	height: 35px;
	text-indent: -7777px;
	overflow: hidden;}

a.bt1 { background: url(img/cmn/btn1.jpg) no-repeat;}
a.bt2 { background: url(img/cmn/btn2.jpg) no-repeat;}
a.bt3 { background: url(img/cmn/btn3.jpg) no-repeat;}
a.bt4 { background: url(img/cmn/btn4.jpg) no-repeat;}
a.bt5 { background: url(img/cmn/btn5.jpg) no-repeat;}

a:hover.bt1 { background: url(img/cmn/btn1_f2.jpg) no-repeat;}
a:hover.bt2 { background: url(img/cmn/btn2_f2.jpg) no-repeat;}
a:hover.bt3 { background: url(img/cmn/btn3_f2.jpg) no-repeat;}
a:hover.bt4 { background: url(img/cmn/btn4_f2.jpg) no-repeat;}
a:hover.bt5 { background: url(img/cmn/btn5_f2.jpg) no-repeat;}

/*
パンくず
-------------------------------------------------------------------*/
#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 10px 10px 0;
}


#cont p{
    margin: 15px 40px 15px 25px;
    padding: 0 0 0 20px;
    line-height: -15px;
}

#cont h2 {
	font-size: 14px;
	color: #4153A6;
	line-height: 30px;
	width: 550px;
	height: 30px;
	margin: 5px 0 20px 20px;
	padding: 0 0 0 20px;
	border-left: 10px solid #6273C0;
	border-bottom: 1px dotted #6273C0;
}

#cont strong {
	font-size: 14px;
	color: #6273C0;

}

#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 {
    list-style-position: inside;
	list-style: decimal;
}

/*
グーグル
-------------------------------------------------------------------*/

#cont p.google {
	font-weight: normal;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 160px;
}

#side li {
	list-style-type: none;
}

#side_d {
	width: 150px;
	margin-left: 10px;
	border-right: #CCC 1px solid;

}

#side_d h3 {
	display: block;
	width: 150px;
	font-style: normal;
	line-height: 24px;
	color: #4153A6;
	font-size: 14px;
	text-align: left;
    font-weight: normal;

}

#side_d ul {
	margin-bottom: 5px;
}

#side_d li a {

	display: block;
	width:130px;
	margin: 0 0 0 12px;
	text-decoration: none;
	font-size: 12px;
	color:#333333;
	line-height: 18px;
}

#side_d li a:visited {
	color: #C8C8C8;
}

#side_d li a:hover {
	color: #9ABEE2;
	text-decoration: underline;
}


#side img {
	border:none;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px;
	display: block;
	background-color: #6273C0;
	font-size: 10px;
}


/*
フッター下リンク
-------------------------------------------------------------------*/

p.link {
	text-align: center;
}

p.link a{
    padding: 0 0 5px 0;
	font-size: 11px;
	color: #333333;
}

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 15px;
	padding: 0;
}

.green {
    color: #99CC33;
	text-decoration: underline;
}

dl {
    margin: 0 0 0 20px;}

dt {
	width: 180px;
	height: 50px;
	margin: 0 0 10px 0;
	float: left;
	text-align: left;
	color: #4153A6;
}
	
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;
}


