@charset "utf-8";
/*
	Theme Name: template009
	Theme URI: 
	Description: Who
	Version: 1.0
	Author: Who
	Author URI: 
	
	作成日：2010/04/05
	Copyright (C) Who
	http://www.who.ne.jp/
*/

body {
	background-color: #DBE0F6;
	}

#wrapper {
	padding:0;
	}

#container {
	background: #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	}

#contentwrap {
	}

a {
	color: #000099;
	text-decoration: underline;
	}

a:hover {
	color: #000099;
	text-decoration: none;
	}
img {
	margin:5px 8px 5px 8px;/* 上/右/下/左*/
	padding:0;
	border:0;
	}

/* HEADER */

#header {
	height: 105px;
	background: url(image/header-backgr.png);
	}

#header h1 {
	margin-bottom: 4px !important;
	padding: 8px 0 0 0;
	font-weight: normal;
	font-weight: bold;
	font-size: 46px;
	}

#header h1 a, #header h1 a:visited {
	color: #eaeaea;
	text-decoration: none;
	}


#header h2 {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px; 
	margin: -5px 0 0 3px;/* 上/右/下/左*/
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {/* Safari 3以上, Chrome　ハック*/
 #header h2  {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px; 
	margin: -10px 0 0 3px;/* 上/右/下/左*/
	}
}
/*IE6スターハック*/
* html #header h2 {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px; 
	margin: -10px 0 0 3px;/* 上/右/下/左*/
	}
/*IE7スターハック*/
*:first-child+html  #header h2 {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px; 
	margin: -10px 0 0 3px;/* 上/右/下/左*/
	}


/* NAVIGATION MENUS */

#pagemenucontainer {
	height: 22px;
	float: right;
	margin-top: 4px;
	}
	
#pagemenu {
	height: 22px;
	float: right;
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #000099;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 7px 0 6px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	}
	
#pagemenu li a:hover, #pagemenu li a:active, .current_page_item {
	background: url(image/pagenav-backgr.png);
	background-repeat: repeat-x;
	display: block;
	text-decoration: none;
	color: #ff0000;
	}
	
#pagemenu li.current_page_item a {
	color: #ff0000;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	


.navcontainer {
	margin-top: 6px;
	}
	
#nav {
	height: 32px;
	background: url(image/nav-backgr.png);
	background-repeat: repeat-x;
	}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	margin-bottom: 1px;
	padding-left: 10px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	color: #272727;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 10px 8px 10px 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
	
#nav li a:hover, #nav li a:active,#nav li.current-cat,#nav li.current_page_item {
	background: url(image/nav-backgr-hover.png);
	background-repeat: repeat-x;
	color: #e3e3e3;
	display: block;
	text-decoration: none;
	}
	
#nav li.current-cat a ,#nav li.current_page_item a {
	color:#e3e3e3;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/* CONTENT */

#content {
	padding: 15px 5px 15px 10px;　/* 上/右/下/左*/
	}
	
pre { overflow: auto; 
	width: 470px; 
	}

.postwrap {
	margin: 0 3px 20px 0;
	border: 1px solid #f5f5f5;
	background-color: #ffffff;
	}
	
.post {
	background: url(image/post-background.png) top left repeat-x;
	border: 1px solid #CCCCCC;
	padding: 15px;
	}


.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 22px;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	}

	
.title a {
	text-decoration: none;
	color: #000000;
	}

.title a:hover {
	text-decoration: underline;
	color: #ff0000;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	text-decoration: underline;
}

.readmorecontent {
	text-align: right;
	clear: both; 
	}

a.readmore {
	padding: 4px 15px;
	background: #424141;
	color: #fff;
	text-decoration: none;
	}

a.readmore:hover {
	background-color: #343434;
	}

.datebig {
	background:#343434;
	color:#FFFFFF;
	float:left;
	font-size: 14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1;
	margin:4px 10px 4px 0;
	padding:0 0 2px;
	position:relative;
	text-align:center;
	width:3.57em;
}	

.datebig span span {
	background:#1e1e1e;
	border-color:#3c3b3b;
	border-style:solid;
	border-width:1px 0;
	font-size:32px;
	line-height:0.9;
	margin:2px 0 0 0;
	padding:0 0 2px 0;
}

.datebig span {
	background:#343434;
	color:#FFFFFF;
	display:block;
	font-size:0.79em;
	font-weight:bold;
	margin:0 0 1px;
	padding:3px 0 0;
	width:100%;
}

.postdate {
	font-size: 11px;
	padding: 1px 4px;
	background: #cccccc;
	color: #000000;
	}


.postmeta {
	clear: both; 
	font-size: 11px;
	padding: 2px 4px;
	color: #b6b6b6;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	padding-top: 8px;
	font-size: 13px;
	color: #000000;
	}
.entry a.icon{
	background:url(image/p005.png) no-repeat left ;
	background-position:20px 4px;/* 左/上*/
	padding-left:40px;
	padding-right:10px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-size:90%;/*文字サイズ*/
}
.entry_rinji {
	text-align: justify;
	line-height: 16px;
	padding-top: 8px;
	font-size: 13px;
	color: #000000;
	}
.entry_rinji p{
	background:url(image/pdf.gif) no-repeat left ;
	background-position:20px 4px;/* 左/上*/
	padding-left:40px;
	padding-right:10px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-size:90%;/*文字サイズ*/
}

.navigation {
	width:640px;
	padding: 10px 0;
	color:#ffff00;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   color:#000000;
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	
/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.ad125 {
	margin: 8px;
	}


.sidebar {
	margin-right: 10px;
	margin-left: 10px;
	color: #e3e3e3;
	font-size:13px;
	}
	
.sidebar a:link ,.sidebar a:visited {
	text-decoration: none;
	color: #000099;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#ff0000;
	}
	

	
#search input, #searchform input{
	border: 1px solid #2f2d2d;
	}
	
#search label, #searchform label {
	margin: 10px 0 10px 0;
	padding: 6px 0 6px 10px;
	background: url(image/tab_backgr.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: block;
	}
	
#s {
	width: 220px;
	padding: 2px;
	}

form {
	margin: 0;
	padding: 0;
	}
	
#searchsubmit {
	border: 1px solid #2f2d2d;
	background: #CC2223;
	color: #fff;
	}
	
#topsearch {
	padding:0px 0 5px 0;/* 上/右/下/左*/
	}
	
#topsearch input {
	border: 1px solid #CCCCCC;
	}
	
#topsearch label {
	display: none;
	}
	
#topsearch #s {
	width: 160px;
	padding: 1px;
	background-color: #f5f5f5;
	}
	
.sidebarvideo {

	}

.sidebar h2 {
	margin: 10px 0 0 0;/* 上/右/下/左*/
	padding: 1px 0 6px 10px;/* 上/右/下/左*/
	background: url(image/tab_backgr.png);
	background-repeat: repeat-x;
	background-position: top;
	text-indent:15px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	text-indent:10px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;/* 上/右/下/左*/
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(image/bullet.gif) no-repeat top left;
	}
	
.sidebar ul li ul li {
	background:url(image/bullet.gif) no-repeat top left;/* 上/右/下/左*/
	background-position:20px 0px;
	padding: 2px 0px 0px 30px;
	margin: 2px 0;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #fff;
	background: #5f5f5f;
	}
#wp-calendar caption {
	padding: 2px 4px;
	margin: 2px 0 2px 0;
	background: #5f5f5f;
	color: #fff;
	}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #5f5f5f;
	color: #fff;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	background: url(image/footer-backgr.png) no-repeat center;
	padding: 25px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	}

#footer a {
	color: #969696;
	} 

#footer a:hover {
	text-decoration: none;
	} 
	
#footer2 {
display:none;
	color: #4b4a4a;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}	
#footer2 a {
	color: #4b4a4a;
	text-decoration: none;
	} 
	
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	color:#ffffff;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    margin: 0 10px 10px 0;
}

.mobile {
	float:left;
	margin:5px 3px 10px 3px;/* 上/右/下/左*/
	padding:5px 3px 0px 3px;/* 上/右/下/左*/
	font-size: 80%;
	letter-spacing: 1px;
	color: #000000;
	}
.mobile a {
	text-decoration: underline;
	}
.mobile img {
	margin:0 3px 0 0;/* 上/右/下/左*/
	padding:0;
	border:0;
	}
/* ■価格表用
-----------------------------------*/

div.main {
	width: 99%;
	clear:both;
	padding:0 0 2px 0;/* 上/右/下/左*/
	font-size:13px;
	}
/*IE6スターハック*/
* html div.main {
	width: 99%;
	clear:both;
	padding:0 0 2px 0;/* 上/右/下/左*/
	font-size:12px;
	}
div.main-menu1 {
	float: left;
	width: 20%;
	font-size:90%;/*文字サイズ*/
	background-color: #000000;
	padding:2px 0px 2px 2px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	}
div.main-menu1_cap {
	float: left;
	width: 20%;
	background-color: #000000;
	padding:2px 0px 2px 2px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-menu1_twogyo {
	float: left;
	width: 20%;
	font-size:90%;/*文字サイズ*/
	background-color: #000000;
	padding:11px 0px 11px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	}
div.main-menu2 {
	float: left;
	width: 50%;
	font-size:90%;/*文字サイズ*/
	background-color: #5E5E5E;
	padding:2px 0px 2px 2px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	}
div.main-menu2_cap {
	float: left;
	width: 50%;
	text-align:center;
	background-color: #000000;
	padding:2px 0px 2px 2px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	}
div.main-content_01 {
	width: 8%;
	float: left;
	background-color: #5E5E5E;
	padding:2px 0px 2px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-content_02 {
	width: 8%;
	float: left;
	background-color: #5E5E5E;
	padding:2px 0px 2px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-content_03 {
	width: 8%;
	float: left;
	background-color: #5E5E5E;
	padding:2px 0px 2px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-content_01_cap {
	width: 7%;
	float: left;
	background-color: #000000;
	padding:2px 0px 2px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-content_02_cap {
	width: 9%;
	float: left;
	background-color: #000000;
	padding:2px 0px 2px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-content_03_cap {
	width: 8%;
	float: left;
	background-color: #000000;
	padding:2px 0px 2px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-content_01_twogyo {
	width: 8%;
	float: left;
	background-color: #5E5E5E;
	padding:11px 0px 11px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-content_02_twogyo {
	width: 8%;
	float: left;
	background-color: #5E5E5E;
	padding:11px 0px 11px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-content_03_twogyo {
	width: 8%;
	float: left;
	background-color: #5E5E5E;
	padding:11px 0px 11px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}

div.main_plan {
	width: 99%;
	clear:both;
	padding:0 0 2px 0;/* 上/右/下/左*/
	font-size:13px;
	}
/*IE6スターハック*/
* html div.main_plan {
	width: 99%;
	clear:both;
	padding:0 0 2px 0;/* 上/右/下/左*/
	font-size:12px;
	}
div.main-menu1_plan {
	float: left;
	width: 50%;
	background-color: #000000;
	padding:2px 0px 2px 2px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	}
div.main-menu1_plan_01 {
	float: left;
	width: 35%;
	background-color: #000000;
	padding:2px 0px 2px 2px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	}
div.main-menu2_plan {
	float: left;
	width: 15%;
	background-color: #5E5E5E;
	padding:2px 0px 2px 2px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	color: #ffff00;
	}
div.main-content_01_plan {
	width: 15%;
	float: left;
	background-color: #5E5E5E;
	padding:2px 0px 2px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-content_02_plan {
	width: 15%;
	float: left;
	background-color: #5E5E5E;
	padding:2px 0px 2px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-content_03_plan {
	width: 15%;
	float: left;
	background-color: #5E5E5E;
	padding:2px 0px 2px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-menu1_plan_cap {
	float: left;
	width: 50%;
	background-color: #000000;
	padding:2px 0px 2px 2px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-menu1_plan_01_cap {
	float: left;
	width: 35%;
	background-color: #000000;
	padding:2px 0px 2px 2px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-menu2_plan_cap {
	float: left;
	width: 15%;
	text-align:center;
	background-color: #000000;
	padding:2px 0px 2px 2px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	}
div.main-content_plan_01_cap {
	width: 15%;
	float: left;
	background-color: #000000;
	padding:2px 0px 2px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-content_plan_02_cap {
	width: 15%;
	float: left;
	background-color: #000000;
	padding:2px 0px 2px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
div.main-content_plan_03_cap {
	width: 15%;
	float: left;
	background-color: #000000;
	padding:2px 0px 2px 0px;/* 上/右/下/左*/
	border: 1px solid #F5F5F5;
	text-align:center;
	}
.clear{
	clear:both;
	}
.clear1{
	clear:both;
	line-height:0;
	height:0;
	padding:0 0 2px 0;/* 上/右/下/左*/
	text-indent:-9999px;
	display:none;
	}
.clear_top{
	clear:both;
	line-height:0;
	height:0;
	padding:8px 0 5px 0;/* 上/右/下/左*/
	text-indent:-9999px;
	}

.font_l {font-size:120px;}
.font_m {font-size:90%;}
.font_s {font-size:80%;}
.font_xs {font-size:70%;}
.font_10px {font-size:9px;}
dl.list2 dt{
	clear: left;
	float: left;
	width: 9em;
	white-space: nowrap;
 	padding: 8px 0.5em;
	}

/*IE6スターハック*/
* html dl.list2 dt{
	clear: left;
	float: left;
	width: 9em;
	white-space: normal;
 	padding: 8px 0.5em;
	}
dl.list2 dd{
	margin-left: 0;
	padding: 8px 0.5em 8px 11em;
	border-bottom: #e0e0e0 1px dotted;
	}
/* ■table用 detail2 list2 list3
-----------------------------------*/

div.detail2 table.list {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-bottom: 0px;
}

div.detail2 th {
	background-color: #000000;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 5px;
	text-align: left;
}
div.detail2 th.middle {
	background-color: #000000;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 5px;
	text-align: center;
}

div.detail2 th.list1 {
	background-color: #A6A6A6;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	}
div.detail2 th.list2 {
	background-color: #99CCFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight:normal;
	vertical-align:top;
	}
div.detail2 th.list3 {
	background-color: #00FF00;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight:normal;
	vertical-align:top;
	}
div.detail2 th.list4 {
	background-color: #FFCC99;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight:normal;
	vertical-align:top;
	}
div.detail2 tr {
	background-color: #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 90%;/*文字サイズ*/
}
div.detail2 td {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
div.detail2 td.center {
	text-align: center;
	}

div.detail2 td.list2 {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div.detail2 td.list2c {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
div.detail2 td.list2_wrap {
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
	}
div.detail2 td.list3 {
	background-color: #FFFFFF;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	}
div.detail2 td.list4 {
	background-color: #CCFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align:right;
	}
div.detail2 td.list5 {
	background-color: #CCFFCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align:right;
	}
div.detail2 td.list6 {
	background-color: #FFFF99;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align:right;
	}
div.detail2_co table.list {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-bottom: 0px;
}

div.detail2_co th {
	background-color: #F5F5F5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 5px;
	text-align: center;
}


.nowrap {
	white-space: nowrap;
	}
table.small {
	width: 98%;
	}
table.big {
	width: 98%;
	}
/*IE6スターハック*/
* html table.big {
	width: 98%;
	}
ul.line{
	margin:0;
	padding:0;
	border-bottom:1px dotted #ccc;
	}
ul.line li{
	list-style:none;
	}
#footermenu {
	color: #000000;
	text-align: left;
	margin:auto;
	padding:auto;
	width:910px;
	}
#footermenu ul {
	margin:5px 5px 0px 5px;/* 上/右/下/左*/
	padding: 1px 0px 1px 0px;/* 上/右/下/左*/
	}
#footermenu li {
	display: inline;
	border-right:1px solid #4b4a4a;
	margin-right:6px;
	padding-right:6px;
	margin-bottom: 10px;
	}
#footermenu a:link,#footermenu a:visited {
	text-decoration: none;
	}
#footermenu a:hover, #footermenu a:active {
	text-decoration: underline;
	}
.floatL	{
	float:left;
	margin:0 5px 0 0;/*左寄せ*/
	}

.floatR	{
	float:right;
	margin:0 5px 0 0;/*右寄せ*/
	}
.clear{
	clear:both;
	line-height:0;
	height:0;
	padding:0 0 2px 0;/* 上/右/下/左*/
	text-indent:-9999px;
	}
.title_sub {
	margin-bottom: 1px;
	line-height: 22px;
	color: #000000;
	background: #DBE0F6;
	padding: 6px 10px;
	clear:both;
	}
h2.title_sub {
	font-size: 130%;
	font-weight: bold;
	}
.breadcrumb {
	margin:8px 0px 2px 5px;/* 上/右/下/左*/
	padding:0 0 5px 5px;/* 上/右/下/左*/
	color: #000000;
	font-size: 90%;
	}
.breadcrumb a:link{
	color: #ff0000;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #ff0000;
	text-decoration: underline;
	}
.breadcrumb .current{
	color: #ff0000;
	}
.breadcrumb .sepa{
	color: #000000;
	}
.link_title h2{
	color: #535353;
	font-size: 110%;
	font-weight: bold;
	margin-bottom:5px;
	}
#footer00 {
	clear: both;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;/* 上/右/下/左*/
	width:950px;
	}

#footer00 .footertop p.pageTop {
	background:url(image/ico-pagetop.png) 0 0 no-repeat;
	float:none;
	margin: 0px 0px 0px 900px;/* 上/右/下/左*/
	text-align:left;
		}
#footer00 .footertop p.pageTop a{
	display:block;
	cursor:pointer;
	height:20px;
	text-indent:-9999px;
		}
.white{
	color: #ffffff;
		}
.clearfix{
	clear: both;
	}

#black{
background:#eeeeee;
}

#black02{
background:#dddddd;
}
.dotted1{
	margin:15px 0px 0px 0px;/* 上/右/下/左*/
	padding:15px 0px 0px 0px;/* 上/右/下/左*/
	border-top: #444f51 1px dotted;
	}


#timetablelist{
border:solid 1px #bbbbbb;
margin:0px;
padding:0px;
}
table#timetablelist{
text-align:left;
font-size:11px;
background-color:#ffffff;
}
table#timetablelist td{
text-align:center;
}
.waku{
margin:0px 5px 3px 0px; 
padding:5px 5px 5px 5px;
border:dotted 1px #FF7444;
}
.jigyo{
margin:0px;
padding-left:20px;
}

.postmetadata{
	clear: both;
	}
ul#pagemenu li#twitter_icon{
	background:url(image/twitter.png) no-repeat;
	background-position:0px 5px;/* 水平位置と垂直位置*/
	text-indent:10px;
	margin:0 2px 0 6px;/* 上/右/下/左*/
	vertical-align:middle;
	padding-bottom:4px;
}

