@charset "EUC-JP";

* {
	color:#222222;
	padding:0;
	font-size: 13px;
	line-height: 140%;
	margin: 0;
	font-family: "MS UI Gothic", Verdana, "Trebuchet MS", Arial, sans-serif;
/*
	letter-spacing: 0.1em;
*/
}

body {
/*
	background-color: #505050;
*/
	background-color: #FAEBD7;

	background-image: url('img/header_bg_red.jpg');
	background-repeat: repeat-x
}

h2 {
/*
	font-size: 14px;
	margin: 5px;
	background-color: #515151;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #888888;
	border-left-color: #888888;
	color: #DDDDDD;
	line-height: 20px;
*/
	font-size: 16px;
	font-weight: bold;
	font-family: "MS UI Gothic";
	background-color: #F0F8FF;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-left-style: solid;
	border-bottom-color: #D9D6CA;
	border-left-color: #6699cc;
	color: #333333;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 3px;

}



h4 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9966;
	padding-left: 3px;
	margin: 2px;
}

h4, h4 a {
	color: #FF9933;
	line-height: 16px;
}

a {
/*
	color:#4B70CD;
*/
	color: blue;
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('img/base_bg.gif');
	background-repeat: repeat-y;
	border: 3px solid #333333
}

#wrap {
	width: 790px;
	float: left;
	padding: 5px;
}


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

#header {
	width:800px;
	height:130px;
	background-image: url('img/h_dog.jpg');
	background-repeat: repeat-x
}

#header .logo_h {
	font-size: 26px;
	font-weight: bold;
	color: #FF8C3F;
}


h1 a {
	font-size: 25px;
	font-weight: normal;
	font-family: "MS UI Gothic";
	color: #000000;
	display: block;
	width: 500px;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
}


p#desc {
	margin-left: 30px;
	color: #000000;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
	border-bottom:1px solid #E3E3E3; width:785px;
	height: 25px;
	background-image: url('img/li_bg.jpg');
	padding-left: 15px
}

#nav p {
	color: #CCCCCC;
	padding-top: 3px;
}

#nav table {
	float: right;
	margin-right: 10px;
}


#nav label {
	font-size: 10px;
	color: #FFFFFF;
}

#nav td {
	padding-left: 1px;
}

#nav a {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
}
/*
#nav a:hover {
	color: #666666;
	background-color: #DDDDDD;
	border-bottom-style: none;
}
*/

/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:570px;
	float: right;
	padding: 5px;
}

/*
#contents img {
	margin: 10px;
}
*/

#contents p{
	padding-bottom: 10px;
	padding-left: 15px;
	width:430px;
}

#contents dl{
	padding-bottom: 10px;
	padding-left: 15px;
}

#contents p.tomato{
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
	color: tomato;
}

#contents p.green{
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
	color: #228B22;
}

#contents h3 {
/*
	border-left:7px solid #417340; font-size: 14px;
	margin: 8px;
	padding-left: 5px;
	background-image: url('img/dot.gif');
	background-repeat: repeat-x;
	color: #515151; background-position-y:top;
*/
	font-size: 16px;
	font-weight: bold;
	font-family: "MS UI Gothic";
	background-color: #F5F5DC;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #8FBC8F;
	color: #333333;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 3px;
}

#contents table{
	background-color: #cccccc;
	text-align: center;
}

#contents td{
	background-color: #FFFFF0;
}

#contents td.co{
	background-color: #F5F5DC;
}

/*
TOPページ
-------------------------------------------------------------------*/

#contents .top_cat {
	background-image: url('img/dot.gif');
	background-repeat: repeat-x;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 5px; background-position-y:50%
}


#contents .top_cat p a{
	font-size: 10px;
	padding-left: 5px;
}

#top_img {
	width:100%;
	text-align: center;
	background-color: #666666;
	border: 1px solid #C6CFD0;
	
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 190px;
	padding: 5px;
}

#side li {
	list-style-type: none;
}

#side li a {
	text-decoration:none;
	display: block;
	width:180px;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
}

#side h3 {
	display: block;
	width: 185px;
	margin-right: auto;
	margin-left: auto;
}


#side_d {
	width: 190px;
	background-color: #FFE4E1;
	padding-top: 2px;
	border: 1px solid #C6C0B9;
}



#side_d h3 {
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #DC143C;
	margin-bottom: 0px;
	margin-top: 3px;
	background-color: #cccccc;
	background-image: url('img/li2.jpg');
/*
	font-size: 10px;
*/
	font-size: 14px;
	font-weight: bold;
	font-family: "MS UI Gothic";

	letter-spacing: 0.1em
}

#side_d li a {
	color:#333333;
	height:17px;
	text-indent: 15px;
	line-height: 17px;
	margin-top: 1px;
	background-image:url('img/li2.jpg');
}


#side_d li a:hover {
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: underline;
	background-image: url('none');
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
}

/*
アドセンス
-------------------------------------------------------------------*/

.ads {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;
	background-color: #F0EFEE;
	background-image: url('img/dot.gif');
	background-repeat: repeat-x;
	background-position-y:50%
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 10px;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #ffccff;
	font-size: 12px;
	clear: both; background-position-y:top;
}

address a,
address a:link,
address a:visited {
	color: #333333;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
}

/*----------------流用スタイル-----------------------*/


.description{
	padding:0;
	border:1px solid #999;
	border-top:0px solid #999;
	text-align:left;
	font-size:14px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #515151;
}

.description p{
	padding:10px;
	margin:0;
	color: #CCCCCC;
}


.ctgy dt{
	margin-bottom:0;
	font-weight: bold;
	font-size: 17px;
	background-image: url('img/mark.gif');
	background-position:  left 50%;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px
	}
.ctgy dt a:link { color: #666; }
.ctgy dt a:hover{ color:red; }
.ctgy dt a:visited{ color: #666; }

dl.ctgy {
	font-size:12px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #9ACD32;
	border-left-color: #9ACD32;
	border-right-color: #9ACD32;
	border-bottom-color: #9ACD32;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	}

.cat_list dt{
        background-image: url('img/sankaku.gif');
        background-position:  left 50%;
        background-repeat: no-repeat;
        padding-left:20px
}
.cat_list dd{
	margin-bottom:20px;
        font-size:12px;
}

.ctgy dd a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	padding-left: 5px;
	margin-left: 5px;
}

.entry-body{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}

.entry-list ul{
	margin-left: 30px;
}

#contents table.co{
	background-color: white;
	text-align: center;

}

#contents td.co{
	background-color: white;
	text-align: center;

}
#font0{
	font-size: 15px;
	font-weight: bold;
	font-family: "MS UI Gothic";
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 3px;
	color: #000000;
}

#font1{
	font-size: 14px;
	font-weight: bold;
	font-family: "MS UI Gothic";
	padding-left: 10px;
	color: #ff0000;
}

#font2{
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #ff9900;
	font-family: "MS UI Gothic";
}
#font3{
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #000099;
	font-family: "MS UI Gothic";
}
#font4{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: "MS UI Gothic";
}
#font5{
	font-size: 14px;
	font-weight: bold;
	color: #00008B;
	font-family: "MS UI Gothic";
}
.order a, 
.order a:visited, 
.order a:link{
	font-size: 16px;
	font-weight: bold;
	color: blue;
	font-family: "MS UI Gothic";
}