@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/10/05
	Last Modified: 2008/03/22
	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 {	text-decoration:none;
	color:#777;text-decoration:none;
	}
	
a name {text-decoration:none;}
		
a:hover {
	color:#F00;}

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:#666;
	}


/* 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 {
	}
	
h1 a{
	
	}

h2 {
	clear:both;
	width:518px;
	height:33px;
	margin-left:10px;
	}

h3.side-h3 {
	background:url(img/side-h3.jpg) no-repeat left;
	border-bottom:dotted #bf6b62 1px; 
	font-size:110%;
	padding-left:20px;
	width:88px;
	}

h3.h3-1 {
	background:url(img/greet/h3.jpg) no-repeat left;
	font-size:110%;
	padding-left:20px;
	line-height:30px;
	height:33px;
	text-indent:8px;
	margin-bottom:10px;
	}

p.sentence {
	margin:10px 40px 10px 40px;
}

/* 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);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=<MTBlogURL>img/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
/*
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
*/



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

/* main-layout
==========================================================*/
div#container {
	width:1000px;
	background-color:#FFF;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	width:840px;
	}
	
div#main-img {
	background-image:url(img/main.jpg);
	height:308px;
	width:770px;
	margin:0 auto;
  	}
	
div#content {
	width:840px;
	}

div.content-body {
	width:540px;
	background:url(img/entry-body.jpg) repeat-y;
	}
	
	
div.main {
	padding:3px 3px 10px 3px;
	}


/* layout 
左メニューの場合は「layout-left」を、
右メニューの場合は「layout-right」を使用
*/
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
	width:770px;
	height:66px;
	text-align:left;
	background:url(img/header.jpg) no-repeat;
	margin:0 auto;
	}
/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/


/* sidebar2
==========================================================*/
/* entry
==========================================================*/
div.entry-body{
	padding:10px 5px 30px 5px;
	}
	
div.entry-body p{
	}
	

/* table
==========================================================*/
div.tab-wrapper {
	margin-top:20px;
	margin-left:40px;
	margin-bottom:20px;
}
	
table.tb-event tr td {
	border-bottom:dotted 1px #FC9;
}

p.com {
	margin:8px;}

h3.mar-l-40 {
	margin-left:40px;
}

div.top{
	width:700px;
	text-align:right;
}

/* 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;
	}

	
/* table
==========================================================*/
	
/* form
==========================================================*/


/* sitemap
==========================================================*/


/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/


/* category
==========================================================*/