@charset "UTF-8";


/* -------------------------------------------------------------------
 基本設定
------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

/* 基本フォント -------------------- */

body {
	color: #272727;
	font-family: /*Osaka,*/ "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 1.4;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

td,th {
	font-size: 100%;
}

/* hides from macIE5 \*/
* html td,th {
	font-size: 80%;
}
/**/

dt{
	font-weight: bold;
}

/* 基本タグ -------------------- */

body {
	margin: 20px auto 5px;
	background: #CCCCCC;
	height: auto;
	width: 800px;
	text-align: left;
	padding: 0px;
}

img,table {
	border: none;
}

ul {
	list-style-type: none;
}

strong {
	font-weight: normal;
}

/* 基本テキストリンク -------------------- */

a:link {
	color: #3E9EFF;
}
a:visited {
	color: #3E9EFF;
}
a:hover {
	color: #75BAFF;
	text-decoration: none;
}
a:active {
	color: #3E9EFF;
}


/* -------------------------------------------------------------------
 レイアウト枠
------------------------------------------------------------------- */
div.header{
	background-color: #FFFFFF;
	background-image: url(img/header.gif);
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 100px;
	width: 800px;
	background-repeat: no-repeat;
}

.navibar {
	background-image: url(img/menu-bar.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 10px 15px;
	clear: both;
	width: 800px;
}

.main {
	background-image: url(img/haikei01.gif);
	background-repeat: repeat-y;
	clear: both;
	float: left;
	height: auto;
	padding-top: 15px;
	padding-right: 14px;
	padding-left: 11px;
}

.contents {
	float: right;
	height: auto;
	width: 558px;
}

.left {
	float: left;
	width: 201px;
}
.footer {
	background-color: #CCCCCC;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	height: auto;
	clear: both;
	background-position: center top;
	padding-top: 40px;
}

.footer p{
	background-image: url(img/footer-logo.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	width: auto;
}
/* -------------------------------------------------------------------
 ヘッダー
------------------------------------------------------------------- */
.logo a{
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 370px;
	display: block;
	float: left;
	margin-left: 30px;
	margin-right: 60px;
}

.logo a span{
	display: none;
}

.search form{
	float: left;
	height: 100px;
	width: 300px;
	font-size: 9px;
	vertical-align: middle;
}
.search form input{
	margin-top: 60px;
	float: left;
}

/* グローバルナビ -------------------- */
.navibar {
	font-size: 120%;
	font-weight: bold;
	color:  #75BAFF;
}
/* 通常 */


/* 現在位置 */


/* 現在位置（第三階層） */


/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */



/* -------------------------------------------------------------------
 コンテンツ（共通）
------------------------------------------------------------------- */



/* パンくずリスト -------------------- */

div.breadcrums{
	font-size: 90%;
}

div.breadcrums ul li{
	float: left;
	margin-bottom: 5px;
	background-image: none;
	padding-left: 0px;
}


/* サブナビ -------------------- */

.menu {
}

h3.menu {
	background-color: #CCCCCC;
	height: 58px;
	background-repeat: no-repeat;
}
h3.menu span{
	display: none;
}

ul.menu {
	background-image: url(img/menu03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	margin-bottom: 15px;
	background-color: #CECECE;
	width: 201px;
}
ul.menu li.menu-list{
	background-image: url(img/icon02.gif);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
	background-position: left center;
	padding-top: 5px;
	vertical-align: text-top;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #E4E4E4;
	background-color: #FFFFFF;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F0F0F0;
}

h3#omoshiro{
	background-image: url(img/menu-omoshiro.jpg);
}

h3#yakudatsu{
	background-image: url(img/menu-yakudatsu.jpg);
}
h3#senmon{
	background-image: url(img/menu-senmon.jpg);
}


/* 通常 */



/* 現在位置 */




/* 左コンテンツ（リンク） -------------------- */


/* タイトル -------------------- */



/* 汎用Pタグ（本文） -------------------- */



/* コンテンツ内リスト -------------------- */
div.ct-02 li,
.icon01{
	background-image: url(img/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

div.ct-02 dl dt{
	margin-top: 10px;
}

div.ct-02 dl dd{
	font-size: 90%;
}

/* 第二階層 タイトル -------------------- */



/* 第二階層 カテゴリ内リンク -------------------- */




/* 右コンテンツ（下部カテゴリ内リンク） -------------------- */



/* -------------------------------------------------------------------
 コンテンツ
------------------------------------------------------------------- */
.contents-main{
	background-image: url(img/haikei-top02.gif);
	background-repeat: repeat-y;
	height: auto;
	float: right;
	width: 558px;
	margin-bottom: 5px;
}

.contents-main h1{
	background-repeat: no-repeat;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 140%;
}
.contents-main h1.h1color{
	background-color: #A8D03E;
}
.contents-main h1 span{
	padding-left: 40px;
}

.contents-main h2{
	background-color: #B7DCFF;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 120%;
	margin-top: 10px;
}

.contents-main h2 span{
	padding-right: 10px;
	padding-left: 10px;
}

.contents-main h3{
	padding-top: 10px;
}

.contents-main div#ct-01-cat,
.contents-main div#ct-01-con,
.contents-main div#ct-01-sitemap{
	background-image: url(img/haikei-ct01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	width: 100%;
}

div.ct-02{
	clear: both;
	background-image: url(img/haikei-top03.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 55px;
	padding-right: 38px;
	padding-left: 38px;
	padding-top: 15px;
	height: auto;
	font-size: 110%;
	width: 482px;
}

div.ct-02 p{
	margin-bottom: 10px;
}

.contents-main div.ct-02 p img{
	float: left;
	margin-right: 14px;
	vertical-align: middle;
	clear: left;
}
div#top-h2 {
	float: right;
	font-size: 120%;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 558px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ADADAD;
	background-color: #D7D7D7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
div#top-h2 h2 {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(img/titlebargif.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	width: 517px;
}

div.contents-sub{
	width: 480px;
	margin-right: 40px;
	margin-left: 40px;
}

div.contents-sub p,
div.contents-sub dd{
	padding-bottom: 10px;
}

div.contents-sub dt{
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

div.contents-sub p,
div.contents-sub dl{
	float: left;
	width: 100%;
}

/* topページ -------------------- */

.contents-main h1#top-page{
	background-image: url(img/haikei-top01.jpg);
	height: 138px;
	padding: 0px;
}
.contents-main h1#top-page span{
	display: none;
	padding-left: 0px;
}

.contents-main div#ct-01-top{
	background-image: none;
}

.ranking {
	clear: right;
	float: right;
	width: 558px;
}
.ranking ul li{
	float: left;
	margin-top: 10px;
}

.rank-dl {
	float: left;
	width: 448px;
}
dt.rank-1,
dt.rank-2,
dt.rank-3,
dt.rank-4,
dt.rank-5,
.rank-dl dt{
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 120%;
	font-weight: bold;
	background-repeat: no-repeat;
}
.rank-dl dd{
	padding-right: 15px;
	padding-left: 25px;
}

.ranking li span img{
	margin: 1px;
}
.ranking li span{
	background-color: #B0D8FF;
	width: 100px;
	height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	float: left;
	clear: left;
	margin-right: 10px;
}

dt.rank-1,
li.rank-1 dt{
	background-image: url(img/rank-1.gif);
}
dt.rank-2,
li.rank-2 dt{
	background-image: url(img/rank-2.gif);
}
dt.rank-3,
li.rank-3 dt{
	background-image: url(img/rank-3.gif);
}
dt.rank-4,
li.rank-4 dt{
	background-image: url(img/rank-4.gif);
}
dt.rank-5,
li.rank-5 dt{
	background-image: url(img/rank-5.gif);
}

/* カテゴリーページ -------------------- */
.contents-main h1#h1-cat{
	background-image: url(img/h1-bar.gif);
}

/* コンテンツページ -------------------- */

/* サイトマップ -------------------- */
.contents-main h1#h1-sitemap{
	background-image: url(img/h1-bar.gif);
}

div#ct-02-sitemap ul{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

