@charset "utf-8";
/*-------------------- style.css INDEX ----------------------*/
/* ctrl+Fで検索してください。
/*-----------------------------------------------------------*/
/*
リンク
画像
回り込み
フォント・レイアウト
wrap
h1box
ヘッダー
グローバルメニュー
main
blockquote
コンテンツ
フッター
h2
textalign
パン屑リスト
テーブル
ランキングimg
チェックimg
iconimg
ボタンアクション
お気に入りボタン
*/

/*------------------- style.css INDEX END ---------------------*/

body {
	background:url(/img/bgimg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
	font-size:0.9em;
}

/* -------- リンク */

#main .contents a {
	font-weight:bold;
}

a,a:visited{
	color:#0000FF;
}

a:hover{
	color:#0000FF;
}

/* -------- 画像 */

a img {
	border:none;
	text-decoration:none;
}

/* -------- 回り込み */

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

/* -------- フォント・レイアウト */

strong {
	margin:0 0.2em;
	padding:0;
	font-weight:bold;
}

em {
	margin:0 0.2em;
	padding:0;
	font-weight:normal;
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}

p {
	width:auto;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	margin-bottom:0;
}

div, p, h2, h3, h4, h5, h6 {
	text-align:left;
	margin:0;
}

hr {
	border-style:none;
	border-bottom:3px #999999 dotted;
	margin:30px auto;
}

.red {
	color:#FF0000;
	font-weight:bold;
}

.blue {
	color:#0000FF;
	font-weight:bold;
}

.yellow {
	color:#FFFF33;
	font-weight:bold;
}

.red-line {
	border-bottom:2px solid #FF0000;
}

.yellow-box {
	background-color:yellow;
	font-weight:bold;
	
}

.margin-top0 {
	margin-top:0;
}

.margin-top20 {
	margin-top:20px;
}

.margin-right20 {
	margin-right:20px;
}

.margin-bottom20 {
	margin-bottom:20px;
}

.margin-bottom80 {
	margin-bottom:80px;
}

.display-none {
	display:none;
}

/* -------- wrap */

#wrap {
	width:800px;
	margin:0 auto;
	padding:0;
	background-color:#FFFFFF;
	min-height:356px;
}

/* -------- h1box */

.h1box {
	width:800px;
	height:18px;
	background-color:#009933;
	padding:2px 0;
	margin:0;
	text-align:right;
}

.h1box h1 {
	margin:0;
	text-align:left;
	font-size:0.9em;
	color:#FCFCFC;
	font-weight:normal;
	float:left;
}

.h1box a {
	color:#FCFCFC;
	text-decoration:none;
}

.h1box ul {
	text-align:right;
	margin:0;
	padding:0;
	float:right;
}

.h1box ul li{
	list-style-image:url(/img/sitemap.gif);
	margin:0;
	padding:0;
	text-align:right;
	width:auto;
}

/* -------- ヘッダー */

#header {
	position:absolute;
	top:22px;
	width:800px;
	margin:0 auto;
	height:160px;
	background:#FFFFFF url(/img/headerimg.jpg) no-repeat;
	background-position:left top;
	line-height:1.6em;
}

#header p {
	text-align:left;
	padding:70px 0 0 20px;;
	width:550px;
}

/* -------- グローバルメニュー */

#globalbox{
	position:absolute;
	top:182px;
	z-index:10;
	background:#009933 url(/img/header-belt.jpg) repeat-x;
	margin:0 0 5px 0;
	padding:0;
	border:0;
	width:800px;
}

#globalmenu {
	width:auto;
	height:43px;
	text-align:center;
	margin:0 auto;
}

#dd {
	margin:0;
	padding:0;
}

#dd li {
	margin:0;
	padding:0;
	list-style:none;
	width:157px;
	float:left;
}

#dd li a {
	color:#FCFCFC;
}

div.topmenu a {
	width:157px;
	height:43px;
	background:#006633 url(/img/topmenu.jpg) no-repeat;
	background-position:0 0;
	display:block;
	line-height:35px;
	text-decoration:none;
	text-align:center;
	font-size:12px;
}

div.topmenu a:hover {
	width:157px;
	height:43px;
	background:#006633 url(/img/topmenu.jpg) no-repeat;
	background-position:0 -49px;
}

div.topmenu-end a {
	width:159px;
	height:43px;
	background:#006633 url(/img/topmenu-end.jpg) no-repeat;
	background-position:0 0;
	display:block;
	line-height:35px;
	text-decoration:none;
	text-align:center;
	font-size:12px;
}

div.topmenu-end a:hover {
	width:159px;
	height:43px;
	background:#006633 url(/img/topmenu-end.jpg) no-repeat;
	background-position:0 -49px;
}

/* -------- main */

#main {
	position:absolute;
	top:260px;
	width:800px;
	background:url(/img/maintop.jpg) no-repeat;
	background-position:left top;
	margin-top:10px;
	padding-top:20px;
	padding-bottom:0;
	line-height:2.0em;
}

#main #inner {
	background:url(/img/inner.gif) repeat-y;
	background-color:#FFFFFF;
	padding:15px 15px 0 23px;
	margin-right:0;
	margin-left:0;
	height:auto;
}

/* -------- blockquote */

#main #inner blockquote {
	background-color:#FFFFCC;
	width:auto;
	padding:10px;
	border:1px solid #FFCC99;
	margin:20px auto;
	line-height:2.0em;
}

#main #inner blockquote .blockquote-p {
	text-align:right;
	margin:10px 20px;
	border-bottom:#FF6633 dotted 2px;
	color:#FF6633;
	font-size:1.5em;
}

/* -------- コンテンツ */

#contents {
	width:750px;
	float:left;/* カラム入れ替えする時はleftとrightを逆に記述 */
	border:#000000 0 solid;
}

#contents .contents-in {
	width:750px;
}

/* -------- フッター */

#footer {
	background: #009933 url(/img/footerinner.jpg) repeat-y;
	width:800px;
	height:auto;
	color:#FCFCFC;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
}

#footer a {
	color:#FCFCFC;
	text-decoration:none;
}

#footer :hover {
	color:#FCFCFC;
}

#footer ul {
	width:auto;
	margin-bottom:15px;
}

#footer ul li {
	display:inline;
	margin-right:10px;
	padding-left:7px;
	border-left:1px solid #eeeeee;
	list-style-type:none;
}

#footer ul li.home {
	padding-left:0;
	border-left:0;
}

#footerimg {
	background:url(/img/footer.jpg) no-repeat;
	background-position:left top;
	margin-bottom:30px;
}

/* -------- h2 */

#main #inner h2{
	width:750px;
	height:42px;
	font-size:17px;
	background:url(/img/h2.gif) no-repeat;
	background-position:left top;
	margin:10px auto;
	text-indent:30px;
	line-height:2.2em;
}

#main #inner h4{
	width:auto;
	font-size:17px;
	margin:10px 0;
	padding:0 0 0 10px;
	border-left:#CCCCCC 7px solid;
	border-bottom:#CCCCCC 2px solid;
}

#main #inner ul li {
	line-height:2.0em;
}

/* -------- textalign */

.al-r {
	text-align:right;
	margin:0;
}

.al-c {
	text-align:center;
	margin:20px auto;
}

/* -------- パン屑リスト */

#breadbox {
	position:absolute;
	top:230px;
	width:800px;
	height:20px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	padding-left:0;
	color:#333333;
	z-index:10;
}

#breadbox ul {
	margin:5px 0;
	padding:0 0 0 30px;
}

#breadbox li {
	display:inline;
	margin-left:10px;
	padding:0 0 0 23px;
	list-style-type:none;
	background:url(/img/breadimg.gif) no-repeat 2px 0.2em;
;
}

#breadbox li.home {
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
	background:url(/img/breadimg-no.gif);
}

/* -------- テーブル */

.tbl {
	width:700px;
	border:1px solid #b9b9b9;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

.tbl th {
	width:170px;
	text-align:left;
	padding:10px;
	border:1px solid #b9b9b9;
	background-color:#e0e0e0;
	font-weight:normal;
	line-height:1.5em;
}

.tbl td {
	text-align:left;
	padding:10px;
	border:1px solid #b9b9b9;
	line-height:1.5em;
}

/* -------- テーブルindex */

div.tbl-index {
	background-color:#fffce0;
	width:700px;
	padding:10px;
	border:3px dotted #FF9933;
	margin:30px auto;
}

/* -------- ランキングimg */

.ranking1 {
	background:url(/img/ranking1.jpg) no-repeat;
	padding:15px 0 0 65px;
	height:47px;
}

.ranking2 {
	background:url(/img/ranking2.jpg) no-repeat;
	padding:15px 0 0 65px;
	height:47px;
}

.ranking3 {
	background:url(/img/ranking3.jpg) no-repeat;
	padding:15px 0 0 65px;
	height:47px;
}

.ranking4 {
	background:url(/img/ranking4.jpg) no-repeat;
	padding:15px 0 0 65px;
	height:47px;
}

.ranking5 {
	background:url(/img/ranking5.jpg) no-repeat;
	padding:15px 0 0 65px;
	height:47px;
}

.check li {
	list-style-image:url(/img/check.gif);
	margin:5px 0;
	padding:0;
}

.ranking1 a,
.ranking2 a,
.ranking3 a,
.ranking4 a,
.ranking5 a {
	color:#FF0000;
}

.rankingimgleft {
	float:left;
	margin-right:10px;
}

/* -------- iconimg */

.iconimg {
	vertical-align:middle;
	margin-right:3px;
}

/* -------- ボタンアクション */

.button-action a:hover {
	position:relative;
	top:2px; /* 下に動く大きさ */
	left:2px; /* 右に動く大きさ */
}

/* -------- お気に入りボタン */

#favorite {
	width:190px;
	text-align:center;
	margin:0 auto 10px auto;
}

#favorite-buttom {
	width:150px;
	height:20px;
	line-height:20px;
	color:#000000;
	font-size:12px;
	font-weight:500;
	text-align:center;
	background:#E9EBF5;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}

#favorite-buttom a {
	color:#000000;
	text-decoration:none;
}
