﻿@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
background: url(images/bg.png) repeat-x top;
}

body#toppage {
background: url(images/bg_top.png) repeat-x top;
}

a{color:#cb608d;text-decoration:none;}
a:hover{color:#9e9e9e;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/


#header h1 {
color: #333;
padding: 3px 0 5px;
font-size: 10px;
font-weight: normal;
}
/******************
/* ヘッダーナビゲーション
******************/
#header ul li{float:right;list-style:none;}

#header ul a{
text-indent: -9999px;
text-decoration: none;
display: block;
height: 39px;
background:url(images/topnav2.png) no-repeat;
}

#header ul a#japanese{background-position:0 0;width: 88px;}
#header ul a#english{background-position:-86px 0;width: 88px;}
#header ul a#sitemap{background-position:-170px 0;width:88px;}
#header ul a#contact{background-position:-254px 0;width:88px;}
#header ul a#access{background-position:-339px 0;width:88px;}

#header ul a#japanese:hover, #header ul li.active a#japanese{background-position:0 -39px;}
#header ul a#english:hover, #header ul li.active a#english{background-position:-86px -39px;}
#header ul a#sitemap:hover, #header ul li.active a#sitemap{background-position:-170px -39px;}
#header ul a#contact:hover, #header ul li.active a#contact{background-position:-254px -39px;}
#header ul a#access:hover, #header ul li.active a#access{background-position:-339px -39px;}

/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 15px 0;
width: 910px;
height: 31px;
background:url(images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 130px;
height: 46px;
background:url(images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-130px 0;}
ul#topnav a#menu{background-position:-260px 0;}
ul#topnav a#faq{background-position:-390px 0;}
ul#topnav a#map{background-position:-520px 0;}
ul#topnav a#blog{background-position:-650px 0;}
ul#topnav a#link{background-position:-780px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-130px -46px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-260px -46px;}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-390px -46px;}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-520px -46px;}
ul#topnav a#blog:hover, ul#topnav li.active a#blog{background-position:-650px -46px;}
ul#topnav a#link:hover, ul#topnav li.active a#link{background-position:-780px -46px;}



/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 25px 0;
display: inline;
}

#main h2{
margin-bottom: 10px;
padding: 1px 10px 0px 15px;
line-height: 40px;
font-size: 13px;
color: #cb608d;
font-weight: normal;
background: url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 13px;
font-weight: normal;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #333;
border-bottom: 1px solid #ccc;
}


#main p {
padding: 15px 15px 15px 20px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#cb608d;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #fff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#cb608d;}
p.button a:hover{color:#cb608d;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}

/* 下地調整 */
.table1 {
width: 100%; /* テーブルの横幅 */
border-collapse: collapse; /* 枠線の表示方法 */
border: 1px #FFFFFF solid; /* テーブル全体の枠線（太さ・色・スタイル） */
}

.table1 TH {
border: 1px #FFFFFF solid; /* セルの枠線（太さ・色・スタイル） */
padding: 5px; /* セル内の余白 */
}

.table1 TD {
border: 1px #FFFFFF solid; /* セルの枠線（太さ・色・スタイル） */
padding: 5px; /* セル内の余白 */
}

TR.color0 {
background-color: #DCEAD5; /* 項目 */
}

TR.color1 {
background-color: #F8DEF1; /* 大賞 */
}

TR.color2 {
background-color: #C9E2F8; /* 奇数行の背景色 */
}

TR.color3 {
background-color: #E3F0FB; /* 偶数行の背景色 */
} 

TR.color4 {
background-color: #c7b1d3; /* 項目 */
}

TR.color5 {
background-color: #dcead5; /* 内容1 */
}

TR.color6 {
background-color: #f8def1; /* 内容2 */
}

/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 20px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 1px 10px 0 15px;
line-height: 40px;
font-size: 13px;
color: #cb608d;
font-weight: normal;
background: url(images/heading2.png) no-repeat;
}

#sidebar ul{
margin-bottom: 20px;
padding: 10px 0 0 5px;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px dotted #ccc;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}

/*************
サイド2（左側）コンテンツ
*************/
#sidebar2 {
float: left;
width: 618px;
padding: 25px 0;
display: inline;
}

#sidebar2 h2{
margin-bottom: 10px;
padding: 1px 10px 0px 15px;
line-height: 40px;
font-size: 13px;
color: #cb608d;
font-weight: normal;
background: url(images/heading.png) no-repeat;
}

#sidebar2 h3 {
font-size: 13px;
font-weight: normal;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #333;
border-bottom: 1px solid #ccc;
}


#sidebar2 p {
padding: 15px 15px 15px 20px;
}

/* 画像を右に回りこみ */
#sidebar2 p.withImage{
width: 598px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#sidebar2 p.withImage img{
float: right;
margin-left: .5em;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	background: #ededed;
	padding: 5px 0 0 0;
	height: 40px;
}

#footer .copyright {
	color: #fff;
	background: #666;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0 0 0;
	height: 60px;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px #999;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}
#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 910px;
	margin: 0 auto;
