@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/12/20
	Last Modified: 2007‒12‒20
	Site Name: masuda shika
	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

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
strong { font-weight:bold;color:#f4419c; }
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;text-indent:-9999px;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}

span.strongfont{
  color:f5348f;
}


/* Base Setting
==========================================================*/

a {color:#666;text-decoration:none;outline :0;}

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:13px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#fff url(image/main/background.jpg) repeat-x left 21px;
	line-height:160%;
	color:#666;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-purple {color:#a644ff;}
.font-color-green  {color:#006600;}
.font-color-yellow {color:#FF9900;}
.font-color-red    {color:#cc0000;}

.font-size-large   {font-size:16px;font-weight:bold;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	font-size:10px;
	text-align:left;
	color:#f4419c;
	}
	
h2 {
	margin-bottom:5px;
	}
	
body#category h2 {
	background:url(image/main/h2.jpg) no-repeat;;
	height:60px;
	line-height:60px;
	color:#666666;
	font-size:18px;
	font-weight:bold;
	padding-left:70px;
	letter-spacing:10px;
	}
	
body#category .j-w h2{
	background:url(image/main/h2.jpg) no-repeat;;
	height:60px;
	line-height:60px;
	color:#666666;
	font-size:18px;
	font-weight:bold;
	padding-left:70px;
	letter-spacing:3px;	
	}	

h3 {
	margin-left:10px;
	background:url(image/category/h3.jpg) no-repeat left center;
	padding:5px;
	padding-left:25px;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	}
	
h4 {
	margin-left:10px;
	background:url(image/category/h4.jpg) no-repeat left center;
	padding:5px;
	padding-left:25px;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	}

h5 {
	padding-left:20px;
	color:#666;
	font-size:13px;
	font-weight:bold;
	clear:none;
	}
	
h6 {
	margin-left:10px;
	background:url(image/category/h4.jpg) no-repeat left center;
	padding:5px;
	padding-left:25px;
	color:#f4419c;
	font-size:14px;
	font-weight:bold;
	}


/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container { height: 1% }
.clearfix,
div#container {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);
}

#sidebar a:hover img{
	opacity:1.0;
	filter: alpha(opacity=100);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=<MTBlogURL>image/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:820px;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:573px;
	float:right;
	text-align:center;
	background:url(image/main/background-content.jpg) repeat-y center top;
	}
	
div#content-inner {
	width:571px;
	margin:0 auto;
	text-align:left;
	}
	
div#content-footer {
	width:571px;
	background:url(image/main/footer-content.jpg) no-repeat 3px top;
	height:46px;
	margin:0 auto;
	text-indent:-9999px;
	}
	
div.main {
	padding:8px;
	padding-left:10px;
	padding-bottom:10px;
	clear:both;
	}
	
div#top-menu {
	text-align:center;
	}	

div.header_top{
	width:850px;
	position:relative;
	}

div.header_top h1{
	float:left;
	}
	
div.top_right{
	width:370px;
	float:right;
	font-size:90%;
	}
span.date{
	color:#f2318e;
	font-weight:bold;
	
	}

/* header 
==========================================================*/
div#header {
	width:100%;
	text-align:left;
	background:url(image/header.jpg) repeat-x;
	}
		
	
/* footer
==========================================================*/
div#footer {
	width:100%;
	clear:both;
	text-align:center;
	color:#f4419c;
	font-size:12px;
	}
	
div#footer p{
	padding-top:5px;
	}	

div#footer ul {
	padding-top:5px;
	text-align:center;
	}
	
div#footer ul li{
	display:inline;
	}
	
div#footer a {
	color:#f4419c;
	}


/* navi
==========================================================*/
div#navi {
	padding:5px;
	padding-left:20px;
	color:#1882b6;
	}
	
div#navi a{
	color:#1882b6;
	text-decoration:underline;
	}
	
/* sidebar
==========================================================*/
#sidebar {
	width:240px;
	float:left;
	text-align:center;
	}

div.side-form {
	width:240px;
	margin:0 auto;
	text-align:left;
	background:url(image/main/side-body.jpg) repeat-y left top;
	}
	
div.side-title {
	width:100%;
	background:url(image/side-title.jpg) repeat left top;
	}
		
div.side-body {
	padding:5px;
	padding-bottom:0px;
	text-align:center;
	}
	
div.side-body p{
	padding:5px 7px;
	padding-bottom:0px;
	text-align:left;
	}
	
div.side-footer {
	background:url(image/main/side-footer.jpg) no-repeat;
	height:32px;
	text-indent:-9999px;
	}
	
.side-body ul {
	text-align:left;
	}
	
.side-body li{
	list-style:none;
	line-height:160%;
	background:url(image/main/list.jpg) no-repeat left center;
	padding:5px 0;
	padding-left:35px;
	margin-left:15px;
	}
	
.side-body li a{
	border-bottom:1px solid #f4419c;
	}
	
.side-body li a:hover{
	
	}
	
.list-p {
	line-height:200%;
	padding-top:5px;
	}

.sub-lib {
	margin-top:10px;
	
	}

.sub-lib img{
	margin-bottom:10px;
	}

/* entry
==========================================================*/
div.entry-body{
	padding:10px;
	font-size:14px;
	}
	
div.entry-body p{
	padding-left:20px;
	}
	
		
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 20px
	}
	
.img-right {
	float:right;
	margin:0 5px 10px 10px;
	}
	
.img-right2 {
	float:right;
	margin:0 30px 10px 10px;
	}	

.img-border {
	padding:2px;
	border:2px solid #e51378;
	}
	
.img-border2 {
	border:2px solid #e51378;
	}
	
/* table
==========================================================*/
table.tbl-nomal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	}
	
table.tbl-nomal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:2px solid #dff2f8;
	background:#dff2f8;
	color:#1a83b4;
	font-weight:bold;
	}
	
	
table.tbl-nomal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:2px solid #dff2f8;
	}


table.tbl-nomal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	}
	
table.tbl-nomal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:2px solid #dff2f8;
	background:#dff2f8;
	color:#1a83b4;
	font-weight:bold;
	}
	
	
table.tbl-nomal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:2px solid #dff2f8;
	}



	
	table.b-w-price{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:540px;
	}
	
table.b-w-price th{
	padding:5px;
	text-align:center;
	line-height:120%;
	letter-spacing:1px;
	border:2px solid #dff2f8;
	background:;
	color:#F90;
	font-weight:bold;
	}
	
	
table.b-w-price td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:2px solid #dff2f8;
	}
	
	
/* 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:100%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	height:150px;
	}


/* sitemap
==========================================================*/
.sitemap {
	margin:20px;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	list-style:none;
	background-image: url(image/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.sitemap ul li ul {
	background-image: url(image/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}

.sitemap ul li 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 ul li.up  {background-image: url(image/sitemap/tree_up.gif);}
.sitemap ul li 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#right-flash {
	text-align:center;
	padding-top:2px;
	background:url(image/main/right-flash.jpg) no-repeat;
	}
	
body#category div#right-flash {
	text-align:center;
	padding-top:0px;
	background:url(image/main/right-flash.jpg) no-repeat;
	}
	
div#left-flash {
	background:url(image/main/left-flash.jpg) no-repeat;
	height:250px;
	text-align:center;
	}

div#comment {
	background:url(image/main/comment.jpg) no-repeat;
	width:525px;
	height:231px;
	position:relative;
	line-height:120%;
	}
	
div#comment b{
	color:#666;
	display:block;
	font-size:14px;
	margin-bottom:3px;
	}
	
p.comment01 {
	position:absolute;
	top:8px;
	left:201px;
	}
	
p.comment02 {
	position:absolute;
	top:98px;
	left:196px;
	width:320px;
	}
	
img.comment03 {
	position:absolute;
	top:184px;
	left:373px;
	width: 134px;
	height: 39px;
	}
	
ul.list-normal li{
	list-style:none;
	line-height:160%;
	background:url(image/main/list.jpg) no-repeat left center;
	padding:5px 0;
	padding-left:35px;
	margin-left:15px;
	font-size:14px;
	}
	
ul.list-normal li a{
	border-bottom:1px solid #f4419c;
	}
	
div.A_sec,
div.B_sec {
	background:url(image/main/background-ex.jpg) repeat-y;
	margin:0;
	padding:0;
	}
	
div.ex-footer {
	background:url(image/main/footer-ex.jpg) no-repeat;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
	}

div.A_sec dl dd,
div.B_sec dl dd {
	padding:5px 10px 10px 0px;
	margin:10px;
	color:#933;
	}
	
div.A_sec dl dt,
div.B_sec dl dt {
	padding-left:10px;
	clear:both
	}

/* category
==========================================================*/
div#category-title {
	text-align:center;
	}
	
blockquote {
	background:url(image/category/category-desc-body.jpg) repeat-y;
	width:476px;
	margin:0 auto;
	padding:0;
	margin-bottom:15px;
	color:#1a83b4;
	font-weight:bold;
	}

blockquote.type2 {
	background:url(image/category/category-desc-body2.jpg) repeat-y;
	color:#666;
	font-weight:normal;
	}
	
div.category-dscH{
	height:13px;
	background:url(image/category/category-desc-header.jpg) no-repeat top;
	overflow:hidden;
	}
	
blockquote.type2 div.category-dscH {
	background:url(image/category/category-desc-header2.jpg) no-repeat top;}
	
div.category-dscF {
	height:6px;
	background:url(image/category/category-desc-footer.jpg) no-repeat;
	overflow:hidden;
	}
	
blockquote.type2 div.category-dscF {
	background:url(image/category/category-desc-footer2.jpg) no-repeat;
	}
	
body#category .main p {
	padding:0 20px;
	margin-bottom:10px;
	}
	
body#category .main strong {
	padding-left:0px;
	}
	
body#category .main b {
	color:#333333;
	}
	
blockquote p{
	padding:0 10px;
	padding-top:10px;
	display:block;
	}
	
/* print
==========================================================*/
body#print {
	background:none;
	}
	
body#print div#content {
	margin:0 auto;
	float:none;
	background:none;
	width:650px;
	}
	
body#print #wrapper {
	text-align:center;
	width:auto;
	margin:auto;
	}
	
body#print #container {
	width:auto;
	margin:auto;
	}

div.map {
	background:url(image/category/map-txt.jpg) no-repeat;
	height:333px;
	width:255px;
	position:relative;
	}
	
div.map p {
	position:absolute;
	}
	
hr {
	height:1px;
	color:#999999;
	border-top:1px dotted #999;
	overflow:hidden;
	margin:0 20px;
	clear:both;
	}

/* other
==========================================================*/
a.link-a {
	border-bottom:1px solid #f4419c;
	}

div.com-txt {
	margin:10px;
	border:1px solid #ccc;
	height:300px;
	overflow:auto;
	}
	
div.com-list {
	padding:20px 0 20px 40px;
	clear:both;
	}
	
div.com-list dl dt{
	padding:5px;
	margin-right:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	}
	
div.com-list dl dd{
	padding:10px;
	margin:10px;
	margin-right:30px;
	background:#fbf6fa;
	border:1px solid #f9dcf3;
	}
	
div.com-img {
	padding:10px 10px 10px 30px;
	text-align:center;
	}
	
div.com-img img{
	padding:4px;
	float:left;
	border:1px solid #ccc;
	margin:0 5px 5px 0;
	}
	
div.news
{

}
div.news .top
{
	background:url(image/main/news_top.jpg) no-repeat left top;
	width:551px;
	height:106px;
	text-indent:-9999px;
	font-size:2px;
}
div.news .middle
{
	position:relative;
	background:url(image/main/news_middle.jpg) repeat-y left top;
	width:551px;
}
/* --- 先生集合写真 --- */
img.freeImg{
	position:absolute;
	top:240px;
	left:330px;
	border:1px solid #F4419C;
	padding:2px;
}

div.news .middle .left
{
	padding:15px;
	margin:0 0 0 20px;
	float:left;
}
div.news .middle a
{
	color:#F01B81;
}
div.news .middle a:hover
{
	color:#F01B81;
	text-decoration:underline;
}
div.news .middle strong
{
	font-size:14px;
	font-weight:bold;
	color:#F01B81;
}
div.news .middle .right
{
    background:url(image/main/news_photo.jpg) no-repeat left top;
	width:208px;
	height:180px;
	float:right;
	margin:0 6px 0 0;
}
div.news .middle .right img
{
    padding:0 16px 0 0;
	float:right;
}
div.news .bottom
{
	background:url(image/main/news_bottom.jpg) no-repeat left top;
	width:551px;
	height:12px;
	text-indent:-9999px;
	font-size:2px;
	clear:both;
}
