@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/1/24
	Last Modified: 2008/1/24
	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;}

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


/* Base Setting
==========================================================*/

a {color:#666;text-decoration:none;outline :0;}

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:13px  "lr oSVbN", Osaka, "qMmpS 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;
	margin:10px 0 0 20px;
	}

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

/* {bNX̍ŌclearZbg
==========================================================*/
.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̃tHgTCYύX
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSS[I[o[(At@gp)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}

#sidebar a:hover img{
	opacity:1.0;
	filter: alpha(opacity=100);
}


/* png𗘗pꍇ IE6p p^[1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=http://www.dc-masuda.com/blog/image/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* png𗘗pꍇ IE6p (iepngfix.jsgp) p^[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;
	}
	
div.main {
	padding:8px;
	padding-left:10px;
	padding-bottom:10px;
	clear:both;
	}
	
div#top-menu {
	text-align:center;
	}	

/* 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;
	text-align:left;
	}
	
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/main/side-title-s.jpg) no-repeat top;
	height:42px;
	line-height:42px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	}
		
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;
	}
	
.side-body ul {
	text-align:left;
	}
	
.side-body li{
	list-style:none;
	line-height:160%;
	background:url(../image/main/list.jpg) no-repeat left 10px;
	padding:5px 0;
	padding-left:35px;
	margin-left:15px;
	}
	
.side-body li ul li{
	list-style:none;
	line-height:160%;
	background:none;
	padding:5px 0;
	margin-left:5px;
	}
	
.side-body li a{
	border-bottom:1px solid #f4419c;
	}
	
.side-body li a:hover{
	
	}
	
.list-p {
	line-height:200%;
	padding-top:5px;
	}

	
/* entry
==========================================================*/
div.entry-body{
	padding:10px;
	font-size:14px;
	}
	
div.entry-body p{
	padding-left:20px;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}
	
div.entry-more-view{
	padding-top:10px;
	}
	
div.entry-info {
	margin-top:10px;
	padding-left:10px;
	border-top:dotted 1px #999999;
	height:100%;
	}

div.entry-info ul {
	padding:0;
	margin:0;
	}
	
div.entry-info li{
	padding-left:10px;
	margin:0;
	list-style:none;
	float:left;
	}

/* --- Comments --- */
div#comments form{
  font-size:12px;
  border:1px solid #cccccc;
}
div#comments-open-footer{
  text-align:center;
}
#comments-open-text{
  border-top:1px dashed #cccccc;
  padding-top:6px;
}
.comments-open-content{
  padding-bottom:10px;
}
#name-email{
  padding-top:6px;
  border-top:1px dashed #cccccc;
}

		
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 20px
	}
	
.img-right {
	float:right;
	margin:0 5px 10px 10px;
	}

.img-border {
	padding:2px;
	border:2px solid #e51378;
	}
	
.img-border2 {
	border:2px solid #e51378;
	}
	
/* table
==========================================================*/
table.calendar {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	font-size:12px;
	margin:0 auto;
	}
	
table.calendar th{
	padding:2px;
	text-align:center;
	line-height:120%;
	letter-spacing:1px;
	border:2px solid #dff2f8;
	background:#dff2f8;
	color:#1a83b4;
	font-weight:bold;
	}
	
table.calendar td{
	padding:2px;
	text-align:center;
	line-height:120%;
	letter-spacing:1px;
	border:2px solid #dff2f8;
	}
	
table.calendar a {
	color:#f4419c;
	}

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




/* 4: Contents
----------------------------------------------------------------------------------------------*/

/* top
==========================================================*/
div#left-flash {
	background:url(../image/main/left-flash.jpg) no-repeat;
	height:250px;
	text-align:center;
	}

