﻿@charset "utf-8";

/*-----------------------------------------------------
全体的な設定・横幅
-----------------------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
	line-height: 1.6;
	font-size: 95%;
	/*background-color:#FAFAFA;*/
	background-image: url('../image/brickwall.png');
}

#content-inner,
#g_nav-inner,
#g_nav,
#header{
 	width: 990px;
	margin: 0 auto;
}

/*-----------------------------------------------------
ラッパー
-----------------------------------------------------*/
div#wrapper{
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	background-image: url('../image/haikei.png');
}

/*-----------------------------------------------------
ヘッダー
-----------------------------------------------------*/
#header {
	border-top-style: solid;
	border-top-width: 24px;
	border-top-color: #000000;
}

#header h1 {
	padding: 0px 10px 3px 10px;
	font-size: 85%;
	font-weight: normal;
	color: #ffffff;
	background: #000000;
	margin-top: -20px;
}

#header p {
	font-size: 95%;
	line-height: 1.5;
	color:#006633;
	padding-left: 2px;
	padding-bottom: 0px;
}
.header_nav{
	color:#ffffff;
	font-size: 80%;
	text-align: right;
	clear:both;	
	margin-top:-21px;
}

/* ヘッダーメニュー */
#header ul {
	width: 370px;
	overflow: hidden;
	padding: 0px;
	margin: -35px 0px 0px 0px;
	height: 20px;
	clear: both;
	float: right;
}

#header ul li {
	padding: 0px;
	margin: 0px;
    float:left;
    display:block;
}

#header ul li a {
	display: block;
	overflow: hidden;
	height: 0px;
	background-image: url('../image/header_menu.gif');
	padding-top: 60px;
}

/* ノーマル時 */
	#header_menu1 a { width:120px; background-position: 0 0;}
	#header_menu2 a { width:80px; background-position:-120px 0;}
    #header_menu3 a { width:80px; background-position:-205px  0;}
    #header_menu4 a { width:90px; background-position:-290px  0;}

/* ロールオーバー時*/
	#header_menu1 a:hover { width:120px; background-position: 0 -20px;}
    #header_menu2 a:hover { width:80px; background-position:-120px -20px;}
    #header_menu3 a:hover { width:80px; background-position:-205px -20px;}
    #header_menu4 a:hover { width:90px; background-position:-290px -20px;}

/*-----------------------------------------------------
グローバルナビゲーション
-----------------------------------------------------*/
nav#bar ul{
	margin: 0px;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	height: 40px;
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: bold;
}

ul#dropdownmenu {
	width: 100%; *;
	zoom: 1;
	position: relative;
	z-index: 0;
}
ul#dropdownmenu:after {
	display: block;
	clear: both; /*http://www6.plala.or.jp/go_west/nextcss/ref/article/bna_rel.htm*/
}
ul#dropdownmenu li {
	width: 165px;
	float: left;
	*zoom: 1; /*forIE6,7*/
	white-space: nowrap; /*文字の折り返し禁止*/
}
ul#dropdownmenu li a {
	display: block; /*background-color: #333;*/;
	padding-top: 9px;
	padding-bottom: 8px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 3px #333333; 
	overflow:hidden;
}
.global_nav {
	background-image: url("../image/g_nav_haikei.jpg");
	background: -moz-linear-gradient(top, #fff, #555555 3%, #000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #555555), to(#000000));
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

ul#dropdownmenu li a:hover {
 	text-shadow: 1px 1px 3px #999999; 
	color: #333333;
	overflow:hidden;
	background-image: url("../image/g_nav_haikei_hover.jpg");
	background: -moz-linear-gradient(top, #fff, #FAFAFA 3%, #CCCCCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #FAFAFA), to(#CCCCCC));
}

ul#dropdownmenu li:hover > ul {
	visibility: visible; /*IEでドロップダウンを表示させるため*/
}

ul#dropdownmenu li ul {
	visibility: hidden; /*ドロップダウンするメニューを初期に表示させないため*/
	position: absolute; /*ドロップダウンによって他の要素がズレないようにするため*/
}

ul#dropdownmenu li ul li {
	width: auto !important;
	min-width: 165px; /*幅の最小値を指定*/
	clear: left;
	position: relative;
}

ul#dropdownmenu li ul li a {
	padding: 5px 10px 5px 10px;
	text-align: left;
	opacity: 0.9;
	border-top: 1px solid #FFFFFF;
	background: #333333;
	color: #FFFFFF;
	font-weight: normal;
}

ul#dropdownmenu li ul li a:hover {
	background: #FAFAFA;
	color: #000000;
	opacity:0.9;
	font-weight: bold;
}

ul#dropdownmenu li ul li ul {
	top: 0;
	left: 100%;
}

/*-----------------------------------------------------
コンテンツ（バナー＆パンくずリスト＆メイン＆サイド）
-----------------------------------------------------*/
#content {
	padding: 1px 0px 20px 0px;
/*	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #0033CC;*/
}

/*-----------------------------------------------------
パンくずリスト
-----------------------------------------------------*/
#pankuzu {
	font-size: 90%;
	margin: 10px 0px 0px 0px;
}

/*-----------------------------------------------------
トップページバナー
-----------------------------------------------------*/
#flash {
	margin: -15px 0px 0px 0px;
	padding: 0;
	width: 1000px;
	height: 170px;
	overflow: hidden;
	clear:both;
	*zoom: 1;
}

#flash #mainimg{
	float: left;
	position: relative;
}

#flash #mainimg ul,
#flash #thumb ul {
	margin: 0;
	padding: 0;
}

#flash #mainimg li,
#flash #thumb li {
	margin-left: 0;
	list-style-type: none;
}

#flash #mainimg li{
	float: left;
	position: absolute;
	top: 0;
	left: 5px;
	display: none;
}

#flash #thumb{
	float: right;
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
}

#flash #thumb li{
	height: 51px;
	margin-right: 30px;
}


/*-----------------------------------------------------
メイン
-----------------------------------------------------*/
#main {
 	float:left;
 	width:700px;
	margin: 0px 5px 0px 5px;
	padding: 1px 10px 0px 10px;
	background: #ffffff;
}
#main h2 {
	clear:both;
	color: #fff;
	padding: 5px 0px 3px 10px;
	font-size:105%;
	text-shadow: 1px 1px 3px #333333;  
	border: 1px solid #333333;
	background: #333333 url("../image/main_h2.jpg") repeat-x;
	background: -moz-linear-gradient(top, #fff, #555555 3%, #000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #555555), to(#000000));
}
#main h3 {
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	border-color: #999999;
	clear: both;
	color: #000000;
	padding: 4px 0px 1px 10px;
	margin: 20px 0px 0px 2px;
	font-size: 100%;
	background: #EEEEEE;
	background: -moz-linear-gradient(top, #fff, #FFFFFF 3%, #DDDDDD);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #FFFFFF), to(#DDDDDD)); /* 以下、角丸設定 */;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#main h4 {
	color: #000000;
	padding: 3px 0px 0px 10px;
	margin: 3px 0px -5px 5px;
	font-size: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AAAAAA;
	clear: both;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #AAAAAA;
}
#main h5 {
	color: #000000;
	font-size: 98%;
	clear: both;
	margin-bottom: -12px;
	margin-left: 8px;
}

#main ul li {
	list-style-image: url('../image/kajougaki.png');
	margin-left: -5px;
	margin-bottom:7px;
}
#main ol li {
	list-style-image: url('../image/kajougaki2.png');
	margin-left: -5px;
	margin-bottom: 7px;
}

.bangou {
	list-style:square
}


#main p {
	padding: 0px 10px 0px 10px;
}

.width_half{
	width: 50%;
	float: left;
}
.under_tensen{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #008080;
	padding-bottom: 10px;
}

.hukidasi_syosinsya {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #FF6600;
	background-image: url('../image/hukidasi_syosinsya.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_allgenre {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #CC3366;
	background-image: url('../image/hukidasi_allgenre.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_sirouto {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #81AA2B;
	background-image: url('../image/hukudasi_sirouto.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_hitoduma {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #3597B7;
	background-image: url('../image/hukidasi_hitoduma.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_mania {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #FF6600;
	background-image: url('../image/hukidasi_mania.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_tousatu {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #CC3366;
	background-image: url('../image/hukidasi_tousatu.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_youmono {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #81AA2B;
	background-image: url('../image/hukudasi_youmono.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_senmontokka {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #3597B7;
	background-image: url('../image/hukidasi_senmontokka.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_kiken {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #444444;
	background-image: url('../image/hukudasi_kiken.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}

.haikei_orange{
	background-color:#FF9900;
}
.haikei_aka{
	background-color:#CC3366;
}
.haikei_kimidori{
	background-color:#81AA2B;
}
.haikei_mizuiro{
	background-color:#3597B7;
}
.haikei_haiiro{
	background-color:#EEEEEE;
}
.haikei_black{
	background-color:#666666;
}
.haikei_usupink{
	background-color:#FFF0F0;
}

/* テーブル */
#main table {
	margin: 10px 0px 20px 10px;
	width: 98%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.no_border{
	border-style: none;
}

#main tr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.th_thead01{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	color: #FFFFFF;
	padding: 3px 0px 2px 0px;
	font-weight: bold;
	text-align: center;
}
.td_thead01{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	padding: 3px 0px 2px 0px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.td_thead02{
	padding: 3px 0px 2px 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.th01{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	padding: 8px 0px 6px 0px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

.td01{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	padding: 8px 0px 6px 0px;
	text-align: center;
}
.td02{
	padding: 8px 0px 6px 5px;
}
.td03{
	padding: 8px 0px 6px 5px;
	text-align: center;
}

.waku_kuro{
	display:block;
	margin: 10px auto 10px !important;
	background: url(../image/bk-blockquote-l.png) no-repeat scroll 10px 10px;
	border: 1px solid #DEDEDE;
	background-color: #F5F5F5;
	width:80%;
	position:relative;
	padding:10px 30px;
/*
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px 10px 5px 5px;
	background-color: #DDDDDD;
*/
}
.waku_kuro:after{
	position:absolute;
	bottom: 10px;
	right: 10px;
	content: url(../image/bk-blockquote-r.png);
}

.waku_ao{
	border-style: solid;
	border-width: 1px;
	border-color: #0033CC;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px 10px 5px 5px;
}
.waku_pagenation{
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 10px 0px 10px 0px;
	background-color: #EEEEEE;
}

.waku_webkouza{
	margin: 20px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background: #FFFCFC;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FF0000;
}


/* アコーディオンパネル */
.accordion_head {
	cursor:pointer;
}
#hover1 h3:hover {
	color: #FF9900;
}
#hover2 h3:hover {
	color: #FF9900;
}
#hover3 h3:hover {
	color: #FF9900;
}
#hover4 h3:hover {
	color: #FF9900;
}
#hover5 h3:hover {
	color: #FF9900;
}


dl{
	width: 99%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
}
dt{
	color: #006600;
	margin-top:10px;
	padding: 2px 0px 2px 10px;
	font-size:100%;
	font-weight:bold;
	border: 1px solid #ccc;
	background: #e9eed1;
	background: -moz-linear-gradient(top, #fff, #e9eed1 3%, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #e9eed1), to(#fff));
	/* 以下、角丸設定 */
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
dd{
	width: 98%;
	padding: 10px;
	margin-left: 0px;
}

/* フォーム専用 */
.input{
	font-size: 18px;
	padding: 1px;
	height:30px;
	font-weight:bold;
}

@media only screen and (max-width: 480px) {
 .input_simei{
	width: 75%;
 }
 .input_mail{
	width: 95%;
 }
 .input_cyoumei{
	max-width: 95%;
 }
 textarea {
	max-width: 95%;
 }

}

/*（注文ページ）注文確定ボタン ロールオーバー部分 */
div.omousikomibotan_kakutei {
	width:324px;
	float:left;
	margin-left:4px;
	margin-bottom:20px;
}

div.omousikomibotan_kakutei a {
	display: block;
	overflow: hidden;
	height: 0px;
	width:324px;
	background-image: url('../image/omousikomibotan_kakutei.png');
	padding-top: 62px;
	margin-left:300px;
}
div.omousikomibotan_kakutei a:hover {
    background-position: 0 -62px;
}

/*-----------------------------------------------------
サイド
-----------------------------------------------------*/
#side {
 	font-size:95%;
 	float:right;
 	width:250px;
 	margin: -10px 10px 0px 0px;
}
.side_box {
	margin: 20px 0px 0px 0px;
	padding: 1px 12px 1px 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FAFAFA;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
}
.side_webkouza {
	margin: 20px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background: #FFFCFC;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FF0000;
}
.side_webkouza h2{
	color: #fff;
	text-align: left !important;
	padding: 2px 0px 2px 20px;
	font-size: 100%;
	text-shadow: 1px 1px 3px #333333;
	background-image: url('../image/merumagadodai.png') !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border: 0px !important;
	font-size:105% !important;
	line-height: 1.4 !important;
	height: 42px;
	margin: 0px -10px 0px -10px;
}

#side h2 {
	color: #fff;
	text-align:center;
	padding: 2px 0px 2px 0px;
	font-size:100%;
	text-shadow: 1px 1px 3px #333333;  
	border: 1px solid #333333;
	background: #333333 url("../image/main_h2.jpg") repeat-x;
	background: -moz-linear-gradient(top, #fff, #555555 3%, #000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #555555), to(#000000));
	/* 以下、角丸設定 */
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#side h3 {
	color: #000000;
	padding: 2px 0px 2px 5px;
	font-size:95%;
	border: 1px solid #ccc;
	background: #EEEEEE;
	background: -moz-linear-gradient(top, #fff, #FFFFFF 3%, #DDDDDD);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #FFFFFF), to(#DDDDDD));
	/* 以下、角丸設定 */
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#side h4 {
	text-align: center;
	padding: 0px;
	margin: -10px 0px 10px 0px;
	color: #0033CC;
}

#side ol li {
	list-style-image: url('../image/kajougaki.png');
	margin-left: -20px;
	margin-bottom:5px;
}
.side_ul {
	list-style-image: url('../image/kajougaki.png');
	margin-left: -20px;
	margin-bottom:5px;
}


/* サイド比較メニュー部分 */
div.side_hikaku ul {
	padding: 0px;
	width: 100%;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	margin:-10px 0px 20px 0px;
}
div.side_hikaku ul li{
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	font-size: 95%;
	overflow: hidden;
}
div.side_hikaku ul li a{
	height: 50px;
	width: 100%; /* リンク文字以外もリンクとするため */;
	text-decoration: none; /* リンク線なし */;
	display: block; /* 大きさをブロック化 */;
}
/* 縦メニューのリンク部分のマウスオーバー時 */
div.side_hikaku li a:hover{
	background: #ECF1FF; /* マウスオーバー時の背景色 */
}

div.side_hikaku img {
	padding: 0px 5px 0px 0px;
	margin: 0px;
	vertical-align: middle;
}


/* サイドその他メニュー部分 */
div.side_menu ul {
	padding: 0px;
	width: 100%;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-color: #FAFAFA;
	margin:-5px 0px 20px 0px;
}
div.side_menu li{
	line-height: 1.2;
	padding: 5px 0px 5px 2px;
	text-decoration: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	overflow: hidden;
	font-size: 95%;
}
div.side_menu li a{
	width: 100%; /* リンク文字以外もリンクとするため */;
	text-decoration: none; /* リンク線なし */;
	display: block; /* 大きさをブロック化 */;
}
/* 縦メニューのリンク部分のマウスオーバー時 */
div.side_menu li:hover{
	background: #ECF1FF; /* マウスオーバー時の背景色 */
}

.under_tensen{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #888888;
}



/*-----------------------------------------------------
フッター
-----------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 990px;
	background-color: #000000;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #444444;
	border-bottom-style: solid;
	border-bottom-width: 25px;
	border-bottom-color: #444444;
}

.footer0 {
	margin:-10px 0px 0px 0px;
	padding: 0px;
	width: 320px;
	float: left;
}
.footer1 {
	margin: -30px 20px -40px 0px;
	padding: 0px;
	width: 300px;
	float: left;
}

#footer ul li {
	list-style-image: url('../image/kajougaki.png');
	font-size:14px;
	margin-left: -10px;
}
.cyosakuken {
	margin: 10px 0px -25px 0px;
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
	padding: 2px 0px 2px 0px;
	background: #333333;
}


/*-----------------------------------------------------
画像関係・位置
-----------------------------------------------------*/
img {
	border-width: 0px;
	/*リンクの枠線を消す設定*/

	vertical-align: top;
	/*画像の下余白を０にする設定*/
}

.image_text_middle img{
	vertical-align: middle;
}

@media only screen and (min-width: 481px) {
 .float_left {
	float:left;
	margin: 0px 20px 10px 0px;
 }
 .float_right {
	float:right;
	margin: 0px 0px 20px 20px
 }
}
@media only screen and (max-width: 480px) {
 .smp_image {
    max-width: 100%;
    height: auto;
    width /***/:auto;
 }
}

/*-----------------------------------------------------
位置・回り込み関係
-----------------------------------------------------*/
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.clear_both{
	clear:both;
 }
.float_left {
	float:left;
}

@media only screen and (max-width: 480px) {
 .smp_center {
	text-align: center;
 }
 .smp_clear_both {
  clear:both;
 }
}

/*-----------------------------------------------------
スペース調整
-----------------------------------------------------*/
.margin-top_-45{
	margin-top: -45px;
}
.margin-top_-20{
	margin-top: -20px;
}
.margin-top_-10{
	margin-top: -10px;
}
.margin-top_5{
	margin-top: 5px;
}
.margin-top_10{
	margin-top: 10px;
}
.margin-top_20{
	margin-top: 20px;
}
.margin-bottom_-10{
	margin-bottom: 0px;
}
.margin-bottom_0{
	margin-bottom: 0px;
}
.margin-bottom_20{
	margin-bottom: 20px;
}
.margin-left_-20{
	margin-left: -20px;
}
.margin-left_-5{
	margin-left: -5px;
}
.margin-left_20{
	margin-left: 20px;
}
.margin-right_20{
	margin-right: 20px;
}
.padding-left_5{
	padding-left: 5px;
}

/*-----------------------------------------------------
文字装飾
-----------------------------------------------------*/
.blue {
	color: #0033CC;
}
.red {
	color: #FF0000;
}
.orange {
	color: #FF9900;
}
.black {
	color: #000000;
}
.gray {
	color: #888888;
}
.white {
	color: #FFFFFF;
}

.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}
.under_line{
	text-decoration: underline;
}
.torikesisen{
	text-decoration: line-through;
}

.big110{
	font-size:110%;
}
.small90{
	font-size:90%;
}
.small80{
	font-size:80%;
}

.keisen90{
	width:90%
}

/* リンク */
a:link {
	color: #0033CC;
}
a:visited {
	color: #0033CC;
}
a:hover {
	color: #FF9900;
}

#header a:link {
	color: #FFFFFF;
}
#header a:visited {
	color: #FFFFFF;
}
#header a:hover {
	color: #FF9900;
}

#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FF9900;
}


/*-----------------------------------------------------
ページの先頭へ ロールオーバー
-----------------------------------------------------*/
#pagetop {
	clear:both;
	margin-top: 20px;
	float:right;
}

#pagetop a {
	display: block;
	overflow: hidden;
	height: 0px;
	width:120px;
	background-image: url('../image/pagetop.gif');
	padding-top: 20px;
}
#pagetop a:hover {
    background-position: 0 -20px;
}

/*-----------------------------------------------------
その他
-----------------------------------------------------*/

