/* 基本レイアウト */

html{
	margin: 0; padding: 0;
}
form{
	margin: 0; padding: 0;
}
a{
	text-decoration: underline;
}
a img{
	border: 0;
}
p{
	line-height: 150%;
	padding: 1px 5px 3px;	/*上、左右、下の余白*/
}

/* 見出し */

h1, h2, h3, h4, h5, h6{
	font-weight: bold; margin: 5px 0;
}

/* リンク色（ページ全体） */

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

.s a{
	color: #333; text-decoration: underline;
}

ul{
	list-style-type: none;
}

/* ページレイアウト */

body{
    position: relative;
    width: 800px;
    text-align: center; /* center on ie */
    margin: 0 auto;
    padding: 0;
    font: 90%/2 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #333;
    background-color : #fff;
	background-image: url(body.png);
	background-repeat: repeat-y;
	background-position: center top;
}

*:first-child +html body{
	padding: 0 1px 0 0;
}

#header{
    position: relative;
    width: 790px;
    height: 220px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background : url(bg.jpg) center / auto auto no-repeat scroll padding-box border-box transparent;
	border-bottom: 1px solid #59b;
}

#logo{
    margin-left: 15px;
}

#header p{
    width: 450px;
    margin: 0 auto ;
    padding: 0;
    text-align: left;
    position:absolute; top: 120px; left: 15px;
    font-size: 0.9em;
}

/* コンテンツ */

#container{
    position: relative;
    width: 790px;
    margin: 0 auto;
    text-align: left;
	background-image: url(body.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 10px 3px;
}

#container:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#main{
	float: right;
    width: 480px;
    margin: 0 5px;
    padding: 10px 0px;
    text-align: left;
}

#sub{
	float: left;
    width: 260px;
    margin: 0 5px;
    padding: 10px 0px;
}

/*メニューブロック*/

#menu{
	clear: both;
	width: 260px;
	font-size: 100%;
	font-weight: bold;
	line-height: 40px;
	padding-left: 0px;
    margin-top: 10px;
	color: #fff;
    background-color : #59b;
	border: 1px solid #999;
}

ul.menu{
	padding-left: 0px;
    margin: 0px;
	margin-bottom: 1em;
}
ul.menu li{
	width: 260px;
	padding-left: 0px;
    margin: 0px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	line-height: 40px;
}
ul.menu li a{
	text-decoration: none;
	display: block;
	width: 240px;
	background-image : url(menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 0px 0px 0px 20px;	/*上、右、下、左の余白*/
	color: #333;
}
ul.menu li a:hover{
    background-color : #fff0f0;
}

#ad1, #ad2{
	clear: both; padding: 10px 0; text-align: left;
}

/* フッター */

#footer{
    position: relative;
    width: 770px;
    margin: 0 10px;
    padding: 20px 3px 20px;
    text-align: center;
    border-top: 1px dotted #aaa;
	background-image: url(body.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#footer p{
    margin: 0 20px 10px;
    padding: 0;
    font-size: 14px;
}

#footer a{
	color: #777;
}

/* 見出し */

h1{
    position: relative;
    margin: 0px auto;
    padding-top: 12px;
    width: 760px;
    text-align: left;
    font-size: 1em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    text-indent: 15px;
    line-height: 28px;
    color: #666;
}

h2{
    color: #f52;
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: "メイリオ";
    position:absolute; top: 90px; left: 15px;
}

h3{
    position: relative;
    margin: 5px 0 15px;
    padding: 2px 0 2px 25px;
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    clear: both;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    background : url(check.gif) left center / auto auto no-repeat scroll padding-box border-box transparent;
}

h4{
    margin: 10px 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    text-align: center;
    clear: both;
}

/*パンくずリスト*/

#bread-crumb-list {
  width: 480px;
  padding: 0px 0px 10px 10px;
  float: left;
  font-size: 90%;
  line-height: 130%;
  text-align: left;
}
#bread-crumb-list li {
  display: inline;
  padding-right: 2px;
  text-align: left;
}
#bread-crumb-list li a{
	text-decoration: none;
	color: #777;
}
#bread-crumb-list li a:hover{
	font-weight: bold;	/*マウスオン時の太字にする*/
}

/*更新情報*/

#main .new{
	overflow: auto;
	height: 180px;
	width: 470px;
	padding-left: 10px;
}
#main .new dl{
	clear: left;
	width: 460px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
#main .new dt{
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd{
	float: left;
	width: 420px;
}
#main .new dd img{
	vertical-align: middle;
}

#snsbtn2{
	color: #888;
	margin-top: 20px;
	padding: 0px 0px 10px 20px;	/*上、右、下、左の余白*/
}

/* 画像回り込み */

#img1{
	float: right; margin-left: 10px;
}
#img2{
	float: left; margin: 0 15px 10px 0;
}


/* 文字制御 */

.right{
	text-align: right;
} /* 左寄せ */
.center{
	text-align: center;
} /* 右寄せ */

/* ボックス */

#box{
    width: 460px;
    margin: 10px 10px;
    border: 1px solid #00f;
    background-color: #fff;
    padding: 10px 10px;
    clear: both;
}


.box{
    margin: 10px 0;
    border: 1px solid #999;
    background-color: #fff;
    padding: 0 10px;
    clear: both;
    line-height: 1.25;
}

.box p{
    margin: 10px 0;
    line-height: 1.5;
    font-size: 0.9em;
}

/* 文字装飾 */

.bbb /* 最大・太字 */
{
    color: #000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    padding: 0;
}

.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.b{
	font-weight: bold;
} /* 太字 */
.br{
	color: #dc0000; font-weight: bold;
} /* 赤・太字 */

.line{
	background: #ffff00;
}/* 背景マーカー処理 */
.u{
	border-bottom: 1px solid ;
} /* アンダーライン */


/* 文字色 */

.red{
	color: #cc0000;
} /* 赤 */ 
.blue{
	color: #003399;
} /* 青 */ 
.green{
	color: #339900;
} /* 緑 */ 
.orange{
	color: #ff9900;
} /* オレンジ */ 
.pink{
	color: #cc6699;
} /* ピンク */

.kome{
	font-size: 12px; color: #cc0000; line-height: 1.25;
} /* 赤小文字 */ 
.s{
	font-size: 12px; color: #333; line-height: 1.25;
} /* 小文字 */

table {
	border-collapse: collapse;
}
th {
	color: #fff;
	background-color: #59b;
	border-width: 1px;
	border-style : solid;
	border-color : #999;
}
td {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}
