/* ------------------------------ */
/* 1. universal reset */
/* ------------------------------ */

* {
	margin: 0;
	padding: 0;
}

/* ------------------------------ */
/* 2. page layout */
/* ------------------------------ */

	/* basement */

body {
	color: #333;
	font-size: 13px;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
	background: #fff;
}
div#container{
	width:780px;
	clear:both;
	margin:0 auto;
}
div#main{
	width:590px;
	float:right;
}
div#left{
	width:190px;
	float:left;
}
div#bottom{
	clear:both;
	border-top:5px solid #cc0000;
	background:#e4e4e4;
	height:50px;
	text-align:center;
}
p{
	margin-bottom:10px;
}
	/* top */
h1{
	background:#000;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:3px 5px;
	text-align:center;
}
div#header{
	width:780px;
	clear:both;
	margin:0 auto 5px auto;
}
div#logo{
	float:left;
	padding:10px 0 0 0;
}
div#logo_r{
	text-align:right;
	float:right;
}
div#search_area{
	background:#f7f7f7;
	vertical-align:middle;
	padding:1px 10px 1px 10px;
	text-align:right;
}
input#search{
	width:170px;
}
ul#header_navi{
	margin:3px 0 5px 0;
}	
ul#header_navi li{
	display:inline;
	margin-left:15px;
}
div#pankuzu{
	border-top:1px solid #999;
	border-bottom:5px solid #cc0000;
	background:#e4e4e4;
	padding:3px 0;
	margin-bottom:7px;
}
div#pankuzu_area{
	width:780px;
	margin:0 auto;
}
	/* navigation */

	/* left */
div.left_box{

	width:178px;
	margin-bottom:8px;
	border:1px solid #999;
}
div.box{
	padding:5px;
}
ul#left01,
ul.left02{
	padding:5px;
}
ul#left01 li{
	background:url(img/list01.jpg) no-repeat 0 3px;
	padding-left:17px;
	margin-bottom:3px;
}
ul.left02 li{
	background:url(img/list01.jpg) no-repeat 0 3px;
	padding-left:17px;
	margin-bottom:3px;
}	

h3{
	font-size:14px;
	font-weight:bold;
}	

	/* copyright */
p#copy{
	padding:5px 0 0 0;
	font-size:10px;
	color:#333333;
}
/* ------------------------------ */
/* 2. contents */
/* ------------------------------ */

	/* home */
div#message{
	width:588px;
	border:1px solid #999;
	background:url(img/headline.jpg) no-repeat 50% 10px #f7f7f7;
}
div#m_contents{
	background:url(img/master.jpg) no-repeat 0 100%;
	padding:40px 5px 5px 100px;
}
div#welcome{
	background:url(img/message.jpg) no-repeat 0 0;
	padding:10px 10px 0 30px;
	height:96px;
}
h2.title{
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}
div#main_list{
	width:590px;
	margin:10px 0;
}
div#main_left{
	float:left;
	width:325px;
}
div#main_right{
	float:right;
	width:245px;
}
ul{
	list-style:none;
}
div#main_list ul{
	padding:8px;
}
ul#main01 li{
	background:url(img/list02.jpg) no-repeat 0 2px;
	padding-left:17px;
	margin-bottom:3px;
}
ul#main02 li{
	background:url(img/list03.jpg) no-repeat 0 2px;
	padding-left:17px;
	margin-bottom:3px;
}
div#recommend_box{
	clear:both;
	margin-bottom:20px;
}
h2#recommend{
	background:url(img/title_bg01.jpg) no-repeat 0 50%;
	font-size:14px;
	font-weight:bold;
	padding:9px 25px;
}
div#main table.item{
	border-collapse: collapse;
	border: 1px solid #666666;
	color: #333;
	margin:5px 0 10px auto;
	width: 580px;
	background-color: #FFFFFF;
	clear:both;
}

div#main table.item td{
	border-collapse: collapse;
	border: 1px solid #999999;
	margin: 0px;
	padding: 3px;
}
div#main table.item td.item_name{
	background-color:#FFFF99;
	font-weight:bold;
	vertical-align:middle;
}
	
p.caption{
	font-size:11px;
	text-align:center;
	margin-bottom:0;
	line-height:120%;
}
dl{
	margin-top:5px;
	padding-left:30px;
}
dt{
	font-weight:bold;
	background:url(img/dt.png) no-repeat 0 50%;
}
dd{
	margin-bottom:5px;
	font-size:12px;
}
	
/* ------------------------------ */
/* 3. entry_archive */
/* ------------------------------ */
h2#entry_title{
	font-size:16px;
	font-weight:bold;
	border-left:6px solid #cc0000;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:15px 8px;
	background:#fff4f4;
	margin-bottom:15px;
}
div#entry{
	font-size: 13px;
	line-height: 150%;
	padding:0 20px 15px 20px;
}
div#entry ul li{
	list-style:disc;
	margin-left:15px;
}
div#entry ul{	
	margin-bottom:15px;
}
h3#relations{
	border-left:6px solid #cc0000;
	padding:5px 8px;
	background:#fff4f4;
	margin-bottom:10px;
}	
div#relation{
	padding-left:15px;
}

/* ------------------------------ */
/* 3. category_archive */
/* ------------------------------ */
div#category_title_area{
	padding:65px 20px 10px 40px;
	background:url(img/category_title_bg.jpg) no-repeat 0 0;
	height:60px;
	margin-bottom:15px;
}
h2#category_title{
	font-size:16px;
	font-weight:bold;
	color:#cc0000;
}
h2#relation_title{
	font-size:14px;
	font-weight:bold;
	border-left:6px solid #cc0000;
	padding:5px 8px;
	background:#fff4f4;
	margin-bottom:10px;
}
h3.entry-header{
	border-left:5px solid #e3e3e3;
	padding-left:3px;
	margin-bottom:5px;
}
p.entry-more-link{
	text-align:right;
}
div.entry-c{
	border-bottom:1px dotted #e3e3e3;
	padding-bottom:5px;
	margin-bottom:20px;
}
/* ------------------------------ */
/* 3. archive */
/* ------------------------------ */
div.sitemap_box{
	margin-top:20px;
}
div.sitemap_box ul li{
	background:url(img/sitemap_list.gif) no-repeat 5px 50%;
	padding-left:20px;
}

/* ------------------------------ */
/* 3. item */
/* ------------------------------ */
div.banner{
	text-align:center;
	padding:15px 0;
}
div#point_box{
	margin:0 0 10px 10px;
	border:2px solid #000000;
	padding:30px 40px 10px 40px;
	background:url(img/point_box.gif) no-repeat 5px 5px #FFF6F6;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

ul#checkpoint{
	margin-bottom:10px;
}
ul#checkpoint li{
	background:url(img/check.gif) no-repeat 0 0;
	padding-left:17px;
	line-height:160%;
}
div#risoku_box{
	margin:20px 0 10px 10px;
	border:1px solid #999999;
	padding:40px 30px 10px 30px;
	background:url(img/risoku_box.gif) no-repeat 5px 5px #F9F9F9;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
div.order{
	padding:10px;
	width:350px;
	margin:10px auto;
	background:#FFFF99;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
div.order p{
	margin:8px 0 0 0;
	padding:0;
}

/* ------------------------------ */
/* 4. sogolink */
/* ------------------------------ */
div.link_box{
	border:1px solid #999999;
	padding:10px;
	background:#EBEBEB;
}
div.link_box p{
	margin-bottom:0;
}
textarea.link_tag{	
	padding:10px;
	width:500px;
	height:45px;
	font-size:13px;
}
table.link_table{	
	margin:10px 0;
}
table.link_table td{
	padding:3px;
}
table.link_table input{
	width:285px;
}
table.link_table textarea{
	width:285px;
	height:70px;
}	

/* ------------------------------ */
/* 4. link elements */
/* ------------------------------ */

a:link{
	color: #00f;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

h1 a:link,
h1 a:active,
h1 a:hover,
h1 a:visited{
	color:#fff;
	text-decoration:none;
}
ul#bottom_navi a:link,
ul#bottom_navi a:visited {
	color: #333;
	text-decoration: none;
}

ul#bottom_navi a:active,
ul#bottom_navi a:hover {
	color: #333;
	text-decoration: underline;
}
/* ------------------------------ */
/* 5. text decoration */
/* ------------------------------ */
span.yellow{
	background:#ff0;
	font-weight:bold;
}
span.red{
	color:#ff0000;
	font-weight:normal;
}
span.red_bold{
	color:#ff0000;
	font-weight:bold;
}
span.white2{
	color:#fff;
}
span.bold{
	font-weight:bold;
}
span.bold_l{
	font-size:14px;
	font-weight:bold;
}
span.ness{
	color:#cc0000;
	font-weight:bold;
	font-size:10px;
}
span.ud{
	text-decoration:underline;
}
a img {
    border-style:none;
}
br.clear{
	clear:both;
}
p.right{
	text-align:right;
}
.small{	
	font-size:10px;
}
.small_red{	
	font-size:10px;
	color:#FF0000;
}
