@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/10/27
	Last Modified: 2008/10/27
	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

===============================================================================================
*/



/* 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;}        
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:#741d19;text-decoration:none;}
a:hover {text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#fff url(../img/background.jpg) repeat left top;
	line-height:160%;
	color:#222;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-18   {font-size:18px;font-weight:normal;}
.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-14   {font-size:14px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	font-size:12px;
	padding-top:3px;
	}
	
h2 {
	clear:both;
	margin-bottom:20px;
	}

h3 {
	font-size:140%;
	background:url(../img/main/h3.jpg) no-repeat;
	margin-bottom:10px;
	width:580px;
	height:38px;
	text-indent:35px;
	font-weight:bold;
	line-height:38px;
	}


/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#wrapper:after,
div#content:after,
div#sidebar:after,
div.box:after,
div.side-form ul:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#wrapper,
div#content,
div#sidebar,
div.box,
div.side-form ul { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#wrapper,
* html div#content,
* html div#sidebar,
* html div.box,
* html div.side-form ul { height: 1% }
.clearfix,
div#wrapper,
div#content,
div#sidebar,
div.box,
div.side-form ul {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:810px;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
    width:800px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:580px;
	float:right;
	}
	
div.main {
	padding-bottom:30px;
	}
	

/* header 
==========================================================*/
div#header {
	width:810px;
	height:146px;
	position:relative;
	text-align:left;
	background:url(../img/main/header.jpg) repeat-x;
	}			

div#header-inner {
    padding: 0 20px;
	}
	
div#header-inner-l {
    float:left;
	width:300px;
	padding-top:15px;
	}
	 	
div#header-inner-r {
    float:right;
	width:400px;
	text-align:right;
	}

div#header-inner-r ul {
    margin-top:13px;
list-style:none;
	}

div#header-inner-r ul li {
    float:right;
	margin-left:10px;
	}

div#head-menu {
    clear:both;
    width:792px;
	height:40px;
	position:absolute;
	bottom:10px;
	left:9px;
	}

div#head-menu ul li {
    float:left;
list-style:none;
	}
		 	
/* footer
==========================================================*/
div#footer {
	width:810px;
	height:83px;
	clear:both;
	text-align:center;
	background:url(../img/main/footer.jpg) no-repeat;
	}
	
div#footer p {
	padding-top:20px;
	color:#FFFFFF;
	}	
	
div#footer ul {
    padding-top:20px;
	text-align:center;
list-style:none;
	}
	
div#footer ul li {
	display:inline;
	color:#666666;
	}

div#footer ul li a {
    color:#666666;
	}
	
/* navi
==========================================================*/
div#navi {
    width:100%;
    background:#EEEEEE;
	margin:10px 0;
	}

div#navi ul {
    padding:3px 10px;
list-style:none;
	}
	
div#navi ul li {
    padding-left:15px;
    background:url(../img/main/icon01.jpg) no-repeat 0 5px;
	}
	
/* sidebar
==========================================================*/
div#sidebar {
	width:207px;
	float:left;
	}

div.side-form {
	padding-bottom:10px;
	}

div.side-form a:hover {
    text-decoration:none;
	}
	
div.side-body {
	}
	
div.side-body p{
	}
	
div.side-form ul {
	}
	
div.side-form li{
	list-style:none;
	display:block;
	float:left;
	}
		
div.side-form li img{
	display:block;
	}
		
		
/* entry
==========================================================*/
div.entry-body{
	}
	
div.entry-body p{
	}
	
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

.margin-b10 {
    margin-bottom:10px;
	}

.font-bold {
    font-weight:bold;
	}

p.icon-text img {
    vertical-align: baseline;
	}
	
div.box {
    margin-bottom:20px;
	}
	
div.half-box {
    width:280px;
	float:left;
	margin-right:8px;
	}
				
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}

	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	height:150px;
	}


/* other
==========================================================*/
div#banner-contact {
    width:580px;
	height:134px;
	background:url(../img/main/banner_contact.jpg) no-repeat;
	clear:both;
	position:relative;
margin-top: 20px;
	}

div#banner-contact img#bc-mail {
    position:absolute;
	right:25px;
	top:25px;
	}

div#banner-contact img#bc-access {
    position:absolute;
	right:25px;
	bottom:25px;
	}



/* 下位ページ　共通
==========================================================*/

h2{
	width: 580px;
	height: 82px;
	margin-bottom:15px;
	text-indent: -9876px;
}

div#out_box{
height: 1068px;
}* html div#out_box { height: 1015px; }*:first-child+html div#out_box {
height: 1015px;
}

/* 20090714_kim mobailbanner
==========================================================*/
#mobile_bnr{
    width:205px;
	height:110px;
	margin-top:10px;
	}

