@charset "utf-8";
/* --------------------------------------------------
	Since : 2010.06.08
	Version: 3.8
 --------------------------------------------------- */

/*
===== 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:#f785b8;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:#fef2f7 url(image/background.jpg) repeat-x 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-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	padding:10px;
	font-size:18px;
	color:#333;
	}
	
h1 a{
	color:#333;
	}

h2 {
	background:url(image/h2.jpg) repeat;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	}

h3 {
	font-size:110%;
	border-left:10px solid #e8bfd1;
	padding:5px;
	padding-left:10px;
	background:#f9e7ef;
	margin-bottom:10px;
	}
	
H4 {
	font-weight:bold;
	margin-bottom:5px;
	}


/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after,
div#wrapper:after,
div#content:after,
div#sidebar :after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container,
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  { height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar  {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:950px;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	border:1px solid #ccc;
	border-top:none;
	background:#fff url(image/main-back.jpg) repeat-x top left;
	}

div#wrapper{
	padding:10px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:610px;
	}
	
div.main {
	padding-bottom:30px;
	}
	
div.main p{
	padding-bottom:15px;
	line-height:200%;
	}
	
div.column-left {
	width:32%;
	float:left;
	}
	
div.column-left {
	width:33%;
	float:left;
	border-left:1px dotted #ccc;
	}
	
div.column-left .main{
	margin: 0 5px;
	padding-bottom:0;
	}
	
div.column-left .section{
	height:300px;
	}

div.column-left h2,
div.side-form h2{
	border:none;
	padding:0;
	margin:0;
	margin-bottom:10px;
	background:none;
	}

/* layout 
左メニューの場合は「layout-left」を、
右メニューの場合は「layout-right」を使用
*/
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
body#layout-all #content { width:auto; }
	

/* header 
==========================================================*/
div#header {
	padding:10px;
	text-align:center;
	position:relative;
	}
	
div#header-inner {
	width:930px;
	height:290px;
	margin:0 auto;
	background:url(image/header.jpg) no-repeat;
	}

div#logo {
	text-align:left;
	font-size:36px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#fff;
	height:60px;
	line-height:60px;
	}
	
div#logo a{
	color:#333;
	}
	
div#global-menu {
	position:absolute;
	top:50px;
	right:10px;
	float:right;
	text-align:right;
	}
	
	div#global-menu ul li{
		display:inline;
		margin-left:10px;
		padding-left:10px;
		border-left:1px dotted #333;
		}
		
	div#global-menu ul li a{
		color:#333;
		}
			
	
/* footer
==========================================================*/
div#footer {
	width:100%;
	padding:10px 0;
	clear:both;
	text-align:center;
	border-top:1px dotted #ccc;
	}
	
div#footer p{
	padding-top:10px;
	}	
	
div#footer ul{
	text-align:center;
	}
	
div#footer ul li{
	display:inline;
	}
	



/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar                { width:310px; }
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div.side-form {
	padding-bottom:20px;
	}
	
div.side-form ul li {
	list-style:disc inside;
	font-size:11px;
	}

		
/* 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;
	}
	
.photo {
	margin-bottom:5px;
	}
	
.dphoto {
	background:#fafafa;
	border:1px solid #ccc;
	padding:20px;
	font-size:18px;
	margin-bottom:5px;
	}
	
div.section dl.dl-left dt {
	float:left;
	width:400px;
	}
	
div.section dl.dl-left dd {
	float:left;
	width:500px;
	padding-left:20px;
	}
	
div.section dl.dl-right dt {
	float:right;
	width:400px;
	}
	
div.section dl.dl-right dd {
	float:right;
	width:500px;
	padding-right:20px;
	}
	

	
/* 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;
	}




/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/


/* category
==========================================================*/
