/* ######## サイトの外側の部分 ######### */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(img/bg.gif) 0 0 repeat-x;
	font-size: 90%;
	line-height: 1.5em;
}

/* ######## 基本となるリンクの色　ここから ######## */
a { text-decoration: underline; }
a:link,a:visited,a:active { color: #0000CC; }
a:hover {color: #6699FF;text-decoration: none;}

/* ######## 基本となるリンクの色　ここまで ######## */

/* ######## サイト全体に関わるデフォルト値の設定　ここから ######## */
#container {
	background: url(img/wrap_bg.gif) repeat-y top; 
	width: 760px;
	color: #333;
	text-align: left;
	font-family: "Osaka", Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック" ;
	margin: 0 auto;
	padding: 0 30px 0 30px;
}

#wrap {
	width: 720px;
	color: #333;
	margin: 0 auto;
	padding: 0 ;
}

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

img { border: none; }

/* ######## サイト全体に関わるデフォルト値の設定　ここまで ######## */

/* ######## サイトヘッダー（タイトル部）　ここから ######## */

p#tagline {
	margin: 0;
	padding: 1px 20px 1px 5px;
	font-size: 10px;
	line-height: 1.2em;
	color: #666;
	text-align: right;
	letter-spacing: 1px;
	background-color: #d4d4d4;
}

#head {
	background: url(img/header.gif) no-repeat center;
	margin-top: 0px;
	margin-bottom: 8px;
	height: 130px;
}

#head h1 {
	margin: 0;
	padding: 40px 35px 0px 35px;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	line-height: 1.2em;
}

#head a, #head a:visited, #head a:hover { 
	color: #fff;
	text-decoration: none;
	background: none;
}

#head h2{
	padding: 37px 10px 0px 35px;
	margin: 0;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #E0E0E0;
	line-height: 1.3em;
	letter-spacing: 1px;
}

/* ######## サイトヘッダー（タイトル部）　ここまで ######## */


/* ######## 各カラムの幅、色の設定　ここから ######## */
#main {
	width: 530px;
	float: right;
	margin: 10px 0 5px 0;
	padding: 0;
	overflow: hidden;
}

#sidebar {
	width: 180px;
	float: left;
	margin: 10px 0 5px 0;
	padding: 0;
	overflow: hidden;
}
/* ######## 各カラムの幅、色の設定　ここまで ######## */


/* ######## 左右の(サブ)メニュー　ここから ######## */

#sidebar {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#sidebar h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.1em;
	margin: 0;
	padding: 7px 3px 5px 3px;
}

#sidebar h2 a, #sidebar h2 a:visited, #sidebar h2 a:hover {
	color: #fff;
	text-decoration: none;
	background: none;
}

#sidebar ul , #sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	line-height: 1.3em;
	background: url(img/line_gry.gif) bottom repeat-x;
}

#sidebar ul a {
	color: #666666;
	text-decoration: none;
	display: block;
	line-height: 1.3em;
	background: url(img/menu_icon.gif) 6px 8px no-repeat;
	padding: 7px 2px 7px 22px;
	width: 155px;
}

#sidebar ul a:hover {
	color: #000000;
	text-decoration: underline;
	background: url(img/menu_icon_h.gif) 6px 8px no-repeat;
}


#sidebar .snaviOssm,
#sidebar .snaviCat,
#sidebar .snaviInfo {
	background: #fff url(img/snavi_div.gif) 0 bottom no-repeat ;
}

#sidebar .snaviCat  h2 {
	background: #999 url(img/snavi_cat_h.gif) 0 0 repeat-y;
}

#sidebar .snaviInfo  h2 {
	background: #999 url(img/snavi_cat_h.gif) 0 0 repeat-y;
}

#sidebar .snaviOssm  h2 {
	background: #f60 url(img/snavi_ossm_h.gif) 0 0 repeat-y;
}


#sidebar .snaviCat  ul {
	background: url(img/snavi_cat_ul.gif) 0 0 no-repeat;
	padding: 6px 0px 0px 0px;
}

#sidebar .snaviInfo  ul {
	background: url(img/snavi_info_ul.gif) 0 0 no-repeat;
	padding: 6px 0px 0px 0px;
}

#sidebar .snaviOssm  ul {
	background: url(img/snavi_info_ul.gif) 0 0 no-repeat;
	padding: 6px 0px 0px 0px;
}

#sidebar ul {
	margin-bottom: 10px;
}

/* ######## 左右の(サブ)メニュー　ここまで ######## */


/* ######## 全体に関するデフォルト値の設定　ここから ######## */

#main {
	margin: 0;
	padding: 0;
}

#main p {
	margin-bottom: 1em;
	padding: 0px 10px 0px 10px;
}
#main h1, #main h2, #main h3, #main h4 {
	margin-bottom: 0.5em;
}
#main p.posted {
	color: #999;
	font-size: small;
	border-top: 1px solid #999;
	text-align: left;
	margin-bottom: 25px;
	padding: 3px;
}

.panlist {
	font-size: 11px;
	line-height: 1.2em;
	margin: 5px 0 0 0 ;
	padding: 0 ;
	text-align: left ;
}

/* ######## 全体に関するデフォルト値の設定　ここまで ######## */


/* ######## サイトフッター　ここから ######## */

#foot {
	clear: both;
	background: #fff url(img/footer.gif) no-repeat top;
	font-size: 10px;
	padding: 0px 15px 20px 10px;
	margin: 40px 0 0px 0;
	text-align: center;
	background-color: #fff;
	letter-spacing: 1px;
}

#foot a,#foot a:visited, #foot a:hover {
	color: #666666;
}

#foot address {
	font-style: normal;
	margin: 5px 0;
	padding: 0;
	line-height: 1em;
}

#foot p {
	margin: 5px 0;
	padding: 0;
	line-height: 1em;
}


/* ######## サイトフッター　ここまで ######## */


/* ######## トップページで使用するもの　ここから ######## */

#bodyTop #main h3 {
	background: url(img/cat_h3.gif) 0 0 no-repeat;
	color: #555555;
	font-size: 14px;
	padding: 8px 2px 5px 25px;
	margin: 0 0 10px 0;
	line-height: 1.2em;
	height:18px;
}

#bodyTop #main #ossmList h3 {
	background: url(img/ossm_h3.gif) 0 0 no-repeat;
	color: #555555;
	font-size: 14px;
	padding: 8px 2px 5px 25px;
	margin: 0 0 0 0;
	line-height: 1.2em;
	height:18px;
}

#bodyTop #main {
	font-size: small;
	line-height: 1.5em;
}

#bodyTop #main #topEntry {
	background: url(img/top_bg.jpg) right top no-repeat;
	margin: 5px 10px 15px 10px;
	height: 140px;
	padding: 0px 210px 0px 5px;
	line-height: 180%;
}

#bodyTop #main #topSub {
	margin: 5px 10px 25px 10px;
}

#bodyTop #main #topList {
	line-height: 15px;
	border-bottom: #cccccc solid 1px;
	margin: 0 0 15px 0;
}

#bodyTop #main #topList h3 {
	background: #fff url(img/cat_h3.gif) 0 0 no-repeat;
	padding: 7px 2px 5px 25px;
	margin: 0;
	color: #555555;
}

#bodyTop #main #topList dl {
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	padding: 5px 20px 10px 20px;
	margin: 0;
}

#bodyTop #main #topList #Bicon {
	text-align: right;
	font-size: 10px;
	letter-spacing: 1px;
}

#bodyTop #main #topList dt {
	margin: 4px 0;
	font-size: 12px;
	background: #fff url(img/top_wn_ar.gif) 0 0 no-repeat;
	padding: 10px 0 3px 18px;
}
#bodyTop #main #topList dd {
	font-size: 10px;
	padding: 0px 0 3px 0;
	letter-spacing: 1px;
	border-bottom:#ccc solid 0px;
}

/* ######## トップページで使用するもの　ここまで ######## */


/* ######## 個別エントリーページの設定　ここから ######## */
#bodyEnt #main h3 {
	background: url(img/cat_h3.gif) 0 0 no-repeat;
	color: #555555;
	font-size: 14px;
	padding: 7px 2px 5px 25px;
	margin: 3px 0 10px 0;
	line-height: 1.2em;
	height:18px;
}

#bodyEnt .entBody {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.pagetop {
	text-align: right;
	margin: 2em 0 1em 0 ;
}

.pagetop a, .pagetop a:visited, .pagetop a:hover {
	text-decoration: underline;
	background: #fff url(img/icn_pagetop.gif) right top no-repeat;
	padding: 3px 23px 3px 3px;
	color: #666;
	font-size: 11px;
}

.pagetop a:hover {
	color: #333;
}

.entryBook {
	text-align: left;
	font-size: 12px;
	padding: 0px 5px 0px 10px;
	letter-spacing: 2px;
	margin: 2px 0 15px 0;
}

#bodyEnt #main #topList {
	line-height: 15px;
	border-bottom: #cccccc solid 1px;
	margin: 0 0 15px 0;
}

#bodyEnt #main #topList h3 {
	background: #fff url(img/cat_h3.gif) 0 0 no-repeat;
	padding: 7px 2px 5px 25px;
	margin: 0;
	color: #555555;
}

#bodyEnt #main #topList dl {
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	padding: 5px 20px 10px 20px;
	margin: 0;
}

#bodyEnt #main #Bicon {
	text-align: right;
	font-size: 10px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#bodyEnt #main #topList dt {
	margin: 4px 0;
	font-size: 12px;
	background: #fff url(img/top_wn_ar.gif) 0 0 no-repeat;
	padding: 10px 0 3px 18px;
}
#bodyEnt #main #topList dd {
	font-size: 10px;
	padding: 0px 0 3px 0;
	letter-spacing: 1px;
	border-bottom:#ccc solid 0px;
}

#bodyEnt #main #nextPage {
	text-align: left;
	font-size: 12px;
	padding: 0 15px;
	margin-bottom: 20px;
}


/* ######## 個別エントリーページの設定　ここまで ######## */

#sponsored {
	padding:0 10px 15px;
}

#sponsored li{
	display:inline;
	margin:0 5px 0 0;
}

#sponsored a{
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}

