/* 基本レイアウト
------------------------------------------------------- */
html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し
------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0; }


/* リンク色（ページ全体）
------------------------------------------------------- */
a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }


/* リンク色（サイトタイトル）
------------------------------------------------------- */
#banner a { color: #333; text-decoration: none; }
#banner a:hover { color: #333; }

/* バナー画像（写真部分）
------------------------------------------------------- */
#banner { background: url(img/head.gif) top no-repeat; }

/* 背景画像
------------------------------------------------------- */
body { background: url(img/bg.gif) repeat-x; }

/* コンテンツ背景画像
------------------------------------------------------- */
#container { background: url(img/01.jpg) top no-repeat; }

/* フッター画像
------------------------------------------------------- */
#footer{ background: url(img/foot.gif) no-repeat; }

/* コンテンツ見出し1背景画像
------------------------------------------------------- */
.header1 { background: url(img/hd1.gif)  no-repeat; }

/* コンテンツ見出し2背景画像
------------------------------------------------------- */
.header2 { background: url(img/hd2.gif)  no-repeat left; }

/* サイドバー見出し画像
------------------------------------------------------- */
.side-header { background: url(img/mh.gif)  no-repeat left; }

/* サイドバーリンク背景・説明文ボックス背景画像
------------------------------------------------------- */
#side li a:hover, .des { background: url(img/dbg.gif) ; }


/* 文字装飾
------------------------------------------------------- */
.red { color: #ff0000; }
.blue { color: #006699; }
.green { color: #009900; }
.orange { color: #ff9900; }
.pink { color: #ff66cc; }
.b { font-weight: bold; }
.bb { font-weight: bold;font-size:1.2em; }
.line { background: #ffff66; }
.u { border-bottom:1px solid; }


/* ページレイアウト
------------------------------------------------------- */
body {
	min-width: 820px;
	text-align: center; /* center on ie */
	font-family: "MS Pゴシック","osaka", sans-serif;
	margin: 0px;
	padding: 0;
	font-size: 0.8em;
	color: #333;
	line-height: 1.5;
}

#container
{
	position: relative;
	width: 820px;
	margin: 0 auto;
	text-align: center;
}

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

/* サイト見出しレイアウト
------------------------------------------------------- */
#banner {
	position: relative;
	width: 820px; /* necessary for ie win */
	height: 350px;
}


/* サイトタイトル
------------------------------------------------------- */
#banner h1
{
	margin: 0;
	width: auto;
	color: #666;
	font-size: 1.4em;
	line-height: 1.25;
	font-weight: bold;
	text-align: left;
	padding: 12px 0 7px 35px;
}


/* メインコンテンツ全体 基本レイアウト
------------------------------------------------------- */

#pagebody
{
	position: relative;
	width: auto;
	text-align: center;
	margin: 15px 30px; 
}

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


/* メインコンテンツ基本レイアウト（記事部分）
------------------------------------------------------- */
#main
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	text-align: left;
	width: 510px;
	margin: 0; 
}


/* メインコンテンツ基本レイアウト（サイドメニュー）
------------------------------------------------------- */
#side
{ 
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 215px;
	margin: 0;
}


/* 記事見出し
------------------------------------------------------- */
.header1 {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: auto;
	margin: 5px 0;
	padding: 35px 0 35px 100px;
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.25;
	clear: both;
	border-bottom: 2px dotted #ccc;
}

.header2 {
	margin: 10px 0 1px;
	padding: 10px 0 10px 50px;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
}

.entry-header {
	margin: 10px 0 1px;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;

}

.header1 a, .header2 a { text-decoration: none; }


/* 記事コンテンツ
------------------------------------------------------- */
.entry { line-height: 1.5; margin: 10px; }
.more{ text-align: right; margin: 0 0 15px; }
.bread
{
	margin: 10px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}

.f-navi
{
	margin: 15px 0;
	padding: 10px 0 10px;
	text-align: center;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.gotop { text-align: right; clear: both;}

.img
{
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
}

.des
{
	border: 5px solid #999;
	margin: 0 0 10px;
	padding: 10px;
}

.des h2, .des h5, .destitle
{
	line-height: 1.25;
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

.content
{
	background-color: #f5f5f5;
	border: 1px dotted #ccc;
	margin-bottom: 15px;
	padding: 10px;
}

.content a
{
	color: #666;
	text-decoration: none;
}

/* フッター
------------------------------------------------------- */
#footer
{
	position: relative;
	margin: 0;
	padding: 10px 0 0;
	width: auto; 
	height: 90px;
	text-align: center;
	font-size: 0.8em;
	line-height: 60px;
	clear: both;
	color: #999;
	background: #fff;
}

.footer-navi
{ 
	width: auto; 
	margin: 0 10px;
	padding: 7px 0;
	line-height: 1.25;
	background: #eee;
}
#footer p
{ 
	padding: 10px 0 0;
	line-height: 1.25;
}

/* サイドメニュー内部
------------------------------------------------------- */
.side-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	height: 45px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 0 45px;
	color: #333;
	display: block;
	line-height: 35px;
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
}

#side p {
	padding: 5px;
}
#side ul, #side dl, #side dd
{
	margin: 0;
	padding: 0;
	list-style : none ;
}

#side dl, #side dd
{
	margin: 5px;
	padding: 0;
	list-style : none ;
}

#side li a
{
	width: auto; 
	display: block;
	font-size: 0.8em;
	line-height: 1.5;
	margin: 5px 0;
	padding: 15px 10px;
	background-color: #fff;
	border: 1px dotted #dcdcdc;
	text-decoration: none;
}

/*
文字の装飾
-------------------------------------------------------------------*/

.aka {
        color: #ff0000;
        font-weight: bold;
}

.ki {
        background: #FFFF00;
        font-weight: bold;
}

.ao {
        color: #FF0000;
        font-weight: bold;
}

.midori {
 font-weight: bold;
 color: #008700;
}

.dekai {
 font-weight: bold;
        font-size: 24px;
}

.sp {
 font-weight: bold;
        font-size: 16px;
        color: #CC0000;
}

.menseki {
       
	margin-bottom: 10px;
	margin-top: 10px;
}

#fukidashi_img {
	width:630px;
	background-image: url(img/fukidashi.jpg);
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 189px;
	position: relative;
	
}
#fukidashi_img #top_img_title {
	font-size: 24px;
	font-weight: normal;
	color: #CC0000;
	top: 57px;
	position: absolute;
	left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #f8f8f8;
	padding-right: 0px;
	padding-left: 30px;
        line-height: 140%;
        font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
        position:absolute; top:30px; right:220px; left:10px;

}



.osusume {
        font-size:14px;
        color: #000000;
        background-color: #FFFFCC;
        background:url(img/osusume.gif) center top no-repeat;
        padding:60px 15px 20px 5px;
        margin:20px 15px 15px 0px;
        border: 1px solid #B9D1FF;
	}

.box_3 {
	height: 200px;
	width: 140px;
	float: left;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	margin-bottom: 40px;
	text-align: center;
	padding:5px 7px 3px 7px;
}
.box_3 p {
	background-image: none;
	font-size: 10px;
	line-height: 20px;
	color: #666666;
	margin: 5px;
	padding: 0px;
}
.box_3 img {
	background-color: #F0F0F0;
	padding: 5px;
	margin: 0px;
        border: 1px solid #CCCCCC;
}
.box_3 a:hover img {
	background-color: #D6EEF3;
}
.box_3:hover {
	background-color: #FFFFFF;
	border-top-color: #8ACEDD;
	border-right-color: #8ACEDD;
	border-bottom-color: #8ACEDD;
	border-left-color: #8ACEDD;
}

.img_left {
	float: left;
	text-align: center;
}
.img_right {
	float: right;
	text-align: center;
}
