@charset "Shift_JIS";

/*
【1】全ページ基本設定
【2】共通クラスセレクタ
【3】共通コンテンツ
【4】レイアウトを構成する基本設定
*/

/* 【1】全ページ基本設定
////////////////////////// */

* {margin:0; padding:0;}

body {
	color:#59493F;
	font-size:90%;
	font-family:Verdana,"HiraKakuPro-W3" , "ヒラギノ角ゴ Pro W3" ,Osaka, "ＭＳ Ｐゴシック";
	line-height:180%;
	background-image:url(../img/bg.gif);
	text-align:center;/* IE用センタリング */
}

h1 {
	width:752px;
	_width:760px;/* IE6用 */
	height:29px;
	text-align:right;
	padding-right:8px;
	color:#FFF;
	font-size:100%;
	font-weight:normal;
	line-height:190%;
	background-color:#f19149;
	background-image:url(../img/bg_h1.gif);
	background-position:top;
	background-repeat:repeat-x;
}

h2 {
	width:464px;
	height:38px;
	font-size:140%;
	font-weight:bold;
	text-align:left;
	line-height:38px;
	text-indent:0.4em;
	border-left:solid #F4A56A 6px;
	border-bottom:dotted #f5d0b3 1px;
	margin:0 auto 0.7em;
}

p {
	text-align:left;
	padding:1em 0;
}

dl { text-align:left;}

dd { margin-bottom:2em;}

ol {
	text-align:left;
	list-style-position:inside;
}

strong { font-weight:bold;}

em { font-style:normal;}

abbr,acronym {
	font-style:normal;
	border-bottom : 1px dotted;
	cursor : help;
}

img { border:none;}

pre {
	font-size : 90%;
	font-family:monospace;
	text-align:left;
	line-height:1.5em;
	border:solid 1px #59493F;
	background-color:#fff;
	padding:0.5em;
	margin:1em auto;
	overflow:auto;
	width:95%;
}

/* for Windows IE \*/
pre {
	overflow:scroll;/*縦スクロールバーが表示されるのを回避*/
}/* */



/* リンクカラーの設定（基本）
---------------------------*/
a { text-decoration: none;}

a:link, a:visited {
	color: #6BC3E1;
	font-weight:bold;
}

a:hover, a:active {
	color: #7ADDFE;
	font-weight:bold;
	border-bottom:#7ADDFE 1px dotted;
}



/* 【2】共通クラスセレクタ
///////////////////////////// */

p.ind { text-indent:1em;}

p.center { text-align:center;}

img.blo {
	display:block;/* 画像の隙間用 */
}

.date {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.orange { color:#F4A56A;}

.red { color: #C00;}

.brown { color:#59493F;}

.gray { color:#ccc;}

.bold { font-weight:bold;}



/* 【3】共通コンテンツ
////////////////////////// */

/* Main Menuの設定
-------------------- */
h3#mm_title {
	width:236px;
	height:29px;
}

ul#main_menu {
	width:236px;
	list-style:none;
	list-style-position:outside;
	padding-bottom:30px;
	margin-bottom:2px;
	background-image:url(../img/menu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

ul#main_menu li {
	width:236px;
	height:44px;
	font-size:105%;
	font-weight:bold;
	text-align:left;
	line-height:44px;/*縦のセンター合わせ*/
	text-indent:36px;
	display:block;
	background-image:url(../img/menu_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;/*IE用*/
}

ul#main_menu a {
	width:236px;/*IE用*/
	height:44px;/*IE用*/
	display:block;
	border:none;
	text-decoration:none;
}

/*RSS配信の設定
------------------*/
div#left p#rss_box {
	font-size:90%;
	line-height:170%;
	width:236px;
	height:61px;
}

div#left img#rss_btn {
	float:left;
	margin-right:6px;
	vertical-align:top;
}

/* gohomeボタンの設定
------------------------ */
p#gohome {
	float:right;
	position:fixed;
	width:38px;
	height:37px;
	top:30px;
	right:0;
	background:url(../img/btn_home.gif) top left no-repeat;
	margin:0;
	padding:0;
}

p#gohome span#home {
	position:absolute;
	text-indent:-9999px;
	width:38px;
	height:37px;
	display:block;
}
/*\*/
* html p#gohome {
	display: none;
}
/**/



/* 【4】レイアウトを構成する基本設定
////////////////////////////////// */

/*右コンテンツと左サイドバーを内包するメインボックス
-------------------------------------------------*/
div#main {
	width:760px;
	margin:0 auto;
	background-color:#FFF;
}

/* メインIMAGE内包用ボックス
----------------------------- */
div#main p#main_p {
	width :760px;
	height:199px;
	padding:0;
}

/* パン屑リスト
----------------------------- */
div#main p#pankuzu {
	font-size:90%;
	display:block;
	height:42px;
	padding: 0 1em 0 50px;
	margin: 0;
	line-height:42px;
	overflow:hidden;
	background-image:url(../img/hiyoko_bg.gif);
	background-position:21px 10px;
	background-repeat:no-repeat;
}

/*右コンテンツを内包するボックス
--------------------------------*/
div#right {
	width:510px;
	float:right;
	margin-top:0;
}

/*右コンテンツ内ボックス
--------------------------------*/
div#right div.box_txt {
	width:470px;
	margin:0 auto 4em;
}

/*左サイドバーを内包するボックス
---------------------------------*/
div#left {
	width:250px;
	float:left;
	text-align:left;
	margin-top:0;
	margin-bottom:30px;
}

/*左サイドバーの左側の余白
-------------------------*/
div#left div#l14 {
	padding-left:14px;
}

/* フッターを内包するボックスの設定
---------------------------------- */
div#footer {
	width:760px;
	clear:both;
	color:#CCC;
	font-size:90%;
	text-align:center;
	background-image:url(../img/line760.gif);
	background-position:top;
	background-repeat:no-repeat;
}

div#footer ul {
	list-style:none;
	text-transform:uppercase;
	padding-top:3em;
}

div#footer ul li {
	display:inline;
	border-left:solid #ccc 1px;
	padding:0 0.5em;
}

div#footer ul li#bordernone {/*リストの１番左のボーダーを消すのに使用*/
	border:none;
}

div#footer ul li span#here {
	font-weight:bold;
}

div#footer address {
	font-size:90%;
	font-style:normal;
	text-transform:lowercase;
	padding:1em 0 1.5em;
}
