@charset "utf-8";
/* --------------------------------------------------
	Since : 2009/03/29
	Last Modified: 2009/03/29
	Version: 1.0
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents
		: top
		: category

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

a {color:#00396a;}
a:hover {color:#f60;text-decoration:underline; }

table { font-size:12px; }
	
body {
	text-align:left;
	background:#fff;
	line-height:170%;
	color:#666;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
	
body#layout-left,
body#layout-right {
	margin:0;
	padding:0;
	line-height:170%;
	text-align:center;
	background:url(image/background.gif) repeat;
	color:#666;
	}


/* Font Setting
==========================================================*/
.fontCgray   {color:#888;}
.fontCorange {color:#f93;}
.fontCred    {color:#c00;}
.fontCwhite  {color:#fff;}
.fontCblue   {color:#000066;}
.fontCgreen  {color:#006600}
.fontCpink   {color:#e93069;}
.fontCpurple {color:#a644ff;}
.fontCcyan   {color:#3aa;}

.fontSlarge   {font-size:16px;}
.fontSnomal   {font-size:12px;}
.fontSsmall   {font-size:10px;}


/* Finding Setting
==========================================================*/
h1 {
	display:block;
	width:230px;
	height:54px;
	float:left;
	}

h2 {
	background:url(image/main/h2.jpg) no-repeat left center;
	height:33px;
	border:1px solid #ccc;
	text-indent:15px;
	font-size:14px;
	font-weight:bold;
	line-height:33px;
	margin-bottom:10px;
	text-align:left;
	}

h3 {
	background:#fff url(image/h4.gif) repeat-y left center;
	height:23px;
	border:1px solid #ccc;
	text-indent:15px;
	font-size:14px;
	padding-top:1px;
	font-weight:bold;
	line-height:23px;
	margin-bottom:10px;
	text-align:left;
	}

h4 {
	color:#007b93;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:5px;
	text-align:left;
	}
	
h5 {
	border-left:4px solid #000000;
	padding-left:5px;
	margin-bottom:5px;
	font-weight:bold;
	color:#000000;
	}

/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* clrear
==========================================================*/
.clearfix:after,
div#container:after,
div#wrapper:after,
div#content:after,
div#sidebar:after,
div#container-inner:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container,
div#container-inner,
div#wrapper,
div#content,
div#sidebar { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#wrapper,
* html div#content,
* html div#sidebar,
* html div#container-inner  { height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div#container-inner  {display:block;}
/* end MacIE5 */


/* Safari
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	width:900px;
	margin:0 auto;
	}
	
div#container-inner{
	border:1px solid #ccc;
	background:#fff;
	}

div#wrapper{
	background:url(image/back_main.jpg) repeat-x top;
	padding:20px 18px;
	padding-top:28px;
	}
	
div#content {
	font-size:14px;
	letter-spacing:1px;
	}
	
body.body-rally div#content {
	width:100%;
	}
	
div.main {
	padding-bottom:20px;
	text-align:left;
	}
	
div.main p{
	margin-bottom:10px;
	}
	
div.section {
	margin-left:20px;
	margin-bottom:20px;
	}
	
div.section p{
	margin-bottom:10px;
	}

/* layout */
body#layout-right #content { float:left;width:580px;  }
body#layout-left #content  { float:right;width:620px; }
	

/* header 
==========================================================*/
div#header {
	text-align:left;
	}

div#header-inner {
	padding:10px;
	}	


/* menu */
div#global-menu{
	margin:0 auto;
	}
	
	div#global-menu ul li{
		display:inline;
		}
	
/* footer
==========================================================*/
div#footer {
	border-top:1px dotted #ccc;
	padding:10px 0;
	text-align:center;
	margin-top:10px;
	}
	
div#copyright{
	width:45%;
	float:left;
	text-align:left;
	margin-left:20px;
	}

div#under-link {
	width:45%;
	margin-right:20px;
	float:right;
	text-align:right;
	}
	



/* navi
==========================================================*/
div#navi {
	margin-bottom:10px;
	text-align:left;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar                { text-align:center;}
body#layout-left #sidebar  { float:left;width:220px; }	
body#layout-right #sidebar { float:right;width:270px; }

div.side-form {
	margin:0 3px;
	border:1px solid #ccc;
	border-top:4px solid #037ced;
	padding:12px;
	text-align:left;
	background:#f5f4ef url(image/back_side.jpg) repeat-x bottom;
	}
	
div.side-form p {
	margin-bottom:10px;
	}

div.side-body {
	border:1px solid #ccc;
	padding:10px;
	background:#fff;
	}
	
div.side-btn {
	margin-bottom:20px;
	}
	
div#side-menu {
	border:1px solid #ccc;
	background:#fff;
	margin:10px 0;
	}
	
	div#side-menu ul li{
		padding:6px;
		padding-top:7px;
		border-bottom:1px dotted #ccc;
		background:url(image/list.jpg) 8px 11px no-repeat;
		padding-left:25px;
		font-size:12px;
		}
		
	div#side-menu ul li.end{
		border-bottom:none;
		}
		
	div#side-menu ul li a{
		color:#666666;
		text-decoration:none;
		}
	
/* entry
==========================================================*/
div.entry-body{
	padding:10px 10px 30px 10px;
	}
	
div.entry-body p{
	padding-bottom:10px;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}

	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	background:#fff;
	padding:2px;
	border:1px solid #ccc;
	}
	
.m-b5 { margin-bottom:5px; }
.m-b10 { margin-bottom:10px; }

	
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:90%;
	 clear:both;
	}
	
table.tbl-normal th{
	padding:6px;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	text-align:center;
	white-space:nowrap;
	}
	
	
table.tbl-normal td{
	padding:6px;
	padding-left:12px;
	text-align:left;
	line-height:140%;
	letter-spacing:1px;
	border:1px solid #ccc;
	background:#fff;
	}
	
table.tbl-normal th strong{
	color:#FF6600;
	}
	
table.tbl-img td {
	padding-bottom:10px;
	padding-right:10px;
	}

table.tbl-press {
	width:95%;
	}
	
table.tbl-press td {
	width:49%;
	padding-bottom:20px;
	}
	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	padding:2px 0;
	}
	
input.input-type1 {
	border:1px solid #ccc;
	width:160px;
	padding:2px 0;
	}
	
input.input-type2 {
	border:1px solid #ccc;
	width:350px;
	padding:2px 0;
	}
	
input.input-type3 {
	border:1px solid #ccc;
	width:80px;
	padding:2px 0;
	}
	
textarea.input-txt {
	border:1px solid #ccc;
	padding:5px;
	width:97%;
	height:150px;
	}


/* sitemap
==========================================================*/
.sitemap {
	margin:0 10px;
	}

.sitemap ul {line-height: 1.6em;}
.sitemap  ul {
	background-image: url(image/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}

.sitemap  ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(image/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}

.sitemap ul li.up  {background-image: url(image/sitemap/tree_up.gif);}
.sitemap ul li.end {background-image: url(image/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div#top-txt {
	padding:5px 0;
	font-size:15px;
	line-height:180%;
	}

div#top-news {
	background:url(image/main_Tinfo.jpg) no-repeat top left;
	padding-top:55px;
	width:577px;
	font-size:12px;
	}
	
	div#top-news dl {
		border:1px solid #ccc;
		background:#fff;
		margin:0 10px;
		}
	
	div#top-news dl dd{
		text-align:left;
		margin:10px;
		padding-bottom:10px;
		border-bottom:1px dotted #ccc;
		}
		
		div#top-news dl dd span {
			font-weight:bold;
			display:block;
			float:left;
			width:120px;
			}
		

/* category
==========================================================*/
dl.step dt {
	border:1px solid #ccc;
	}
	
	dl.step dt div{
		border:1px solid #fff;
		}
	
	dl.step dt span{
		background:url(image/category/back_step.jpg) repeat-x;
		height:35px;
		display:block;
		}
		
dl.step dd {
	border:1px solid #ccc;
	border-top:none;
	background:url(image/category/step_tback.gif) repeat-x;
	}
	
	dl.step dd span{
		border:1px solid #fff;
		display:block;
		padding:5px;
		}
	
div.step-arr {
	text-align:center;
	padding:10px;
	}
	
div#message-box {
	border:1px solid #88b4de;
	background:#cde5fc;
	padding:10px;
	padding-bottom:0;
	margin-bottom:20px;
	}
	
	div#message-box img{
		margin-bottom:10px;
		}
		
div#voice-box {
	margin-bottom:20px;
	}
	
ul.ul-normal {
	margin:10px;
	}
	
	ul.ul-normal li {
		list-style:disc outside;
		margin-left:15px;
		line-height:180%;
		margin-bottom:10px;
		}
		
div.txt-list {
	line-height:180%;
	margin-bottom:20px;
	}
