@charset "utf-8";

/****************************************
		1. General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	}

/****************************************
		2. Basic Layout 
*****************************************/

html,body{
	height:100%;
}

body  {
	font-size:13px;
	background: #FFFFFF url(../images/bg.jpg) repeat-x top center fixed;
	margin: 0; 
	padding: 0;
	text-align: center;
	line-height:150%;
	color: #000000;
}

#wrapper{
	height:100%;
	z-index:2;
}

#corner_right{
	background:url(../images/bg_righttop.png) no-repeat top right fixed;
	z-index:3;

}

#corner_left{
	background:url(../images/bg_leftbottom.png) no-repeat bottom left fixed;
	z-index:4;

}



#container { 
	width: 960px;
	margin: 0 auto;
	text-align: left;
} 


#menu{
	width:160px;
	height:222px;
	position:fixed;
	background:url(../images/bg_menu.png) no-repeat top center;
	margin:160px 55px 5px 55px;
	z-index:5;
}

#menu ul{
	margin:0 auto;
	padding:49px 0 20px 0;
}

#menu li{
	height:25px;
	margin:0;
	padding:0;
	display:block;
}

#menu_side{
	width:120px;
	position:fixed;
	margin:385px 75px 0 75px;
}

#menu_side p{
	margin-top:3px;
}

#menubg{
	width:160px;
	position:fixed;
	background:url(../images/bg_menubg_base.png) no-repeat top center;
	margin:160px 55px 5px 55px;
	z-index:5;
}


#menubg ul{
	margin:0 auto;
	padding:49px 0 20px 0;
}

#menubg li{
	height:25px;
	margin:0;
	padding:0;
	display:block;
}

#sidebar1 {
	float: left;
	width: 270px;
	position:fixed;
	padding:0;
}

#logo{
	top:0;
	position:absolute;
	z-index:999;

}

/****************************************
		7.  widget
*****************************************/

#side {
	width:160px;
	margin:400px 55px 0 55px;
	position: absolute;
	text-align:left;
}


#side h3{
	height:35px;
	background: url(../images/bg_entry_title.gif) no-repeat top center;
	padding-top:7px;
	text-align:center;
	color: #666666;
	
	
	}
	#side li:first-child h3{margin-top:0;}
	
.widget-container{
	margin-bottom:20px;
}

.widget-container a{text-decoration:none;}
	
.widget-container ul li{
	list-style: url(../images/arrow_list.png);
	margin-left:20px;
	}

/*** Calendar ***/
#wp-calendar {width: 100%;}
	#wp-calendar caption {
		color: #222;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: left;
		}
	#wp-calendar thead {font-size: 11px;}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			padding: 3px 0 2px;
			text-align: center;
			}
		#wp-calendar tbody .pad {background: none;}
	#wp-calendar tfoot #next {text-align: right;}
	
	
/****************************************
		8.  Form
*****************************************/
input[type="text"], textarea{
	border:1px solid #ccc;
	padding: 5px;
	color: #666;
	
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
	}
	
input[type="submit"]{
	border:1px solid #ccc;
	padding: 4px 10px;
	color: #666;
	cursor: pointer;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#ccc)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#ccc
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffcccccc);
	zoom: 1;
	}



#mainContent {
	float:right;
	width:690px;
	marigin:0 0 20% 0;
}

#mainContent h1{
	height:82px;
	padding:100px 0 10px 0;
}

#mainbody{
	width:650px;
	margin:0 0 400px 0;
}

#post{
	width:615px;
	margin:10px 0;
}

#page{
	width:615px;
	margin:10px auto 40px auto;

}

#pagetop{
	height:21px;
	background:url(../images/bg_page_top.gif) no-repeat top left;
}

#pagebody{
	font-size:12px;
	background:url(../images/bg_page_body.gif) repeat-y;
	padding:5px 25px 0px 25px;
	text-align:left;
	color:#333333;
}

#pagebody h3{
	background:url(../images/ico_h3.gif) no-repeat center left;
	font-size:14px;
	color:#33CCCC;
	padding:5px 30px 2px 25px;
	margin:10px 0 20px 0;
	border-bottom:5px double #33CCCC;
}

.pagebody p{
	padding:5px 25px;
}

#pagetitle{
	width:500px;
	height:55px;
	background:url(../images/news_title_border.gif) no-repeat;
	margin-bottom:10px;
	padding:10px 0 0 70px;
}

#pagetitle dl{
	width:560px;
	margin:0 0 0 0;
	padding:5px 0 0 0;
	color:#0066FF;
	font-size:13px;
}

#pagetitle dt{
	clear:both;
	width:65px;
	float:left;
	padding-left:35px;
	display:block;
}

#pagetitle dd{
	width:450px;
	float:right;
	display:block;

}


#pagebottom{
	height:30px;
	font-size:12px;
	background:url(../images/bg_page_bottom.gif) no-repeat bottom left;
}

#pagetop2{
	height:21px;
	background:url(../images/bg_page_top2.gif) no-repeat top left;
}

#pagebody2{
	font-size:12px;
	background:url(../images/bg_page_body2.gif) repeat-y;
	padding:5px 25px 0px 25px;
	text-align:left;
	color:#333333;
}

#pagebody2 h3{
	background:url(../images/ico_h3.gif) no-repeat center left;
	font-size:14px;
	color:#33CCCC;
	padding:5px 30px 2px 25px;
	margin:10px 0 20px 0;
	border-bottom:5px double #33CCCC;
}


#pagebottom2{
	height:30px;
	font-size:12px;
	background:url(../images/bg_page_bottom2.gif) no-repeat bottom left;
}



#pagetop3{
	height:21px;
	background:url(../images/bg_page_top.png) no-repeat top left;
}

#pagebody3{
	font-size:12px;
	background:url(../images/bg_page_body.png) repeat-y;
	padding:5px 25px 0px 25px;
	text-align:left;
	color:#333333;
}

#pagebody3 h3{
	background:url(../images/ico_h3.png) no-repeat center left;
	font-size:14px;
	color:#33CCCC;
	padding:5px 30px 2px 25px;
	margin:10px 0 20px 0;
	border-bottom:5px double #33CCCC;
}

#pagetitle3{
	width:500px;
	height:40px;
	background:url(../images/news_title_border.gif) no-repeat;
	margin-bottom:10px;
	padding:0px 0 0 50px;
}

#pagetitle3 dl{
	width:500px;
	margin:0 0 0 0;
	padding:7px 0 0 0;
	color:#0066FF;
	font-size:15px;
}

#pagetitle3 dt{
	clear:both;
	width:60px;
	float:left;
	margin-right:15px;
	display:block;
}

#pagetitle3 dd{
	width:420px;
	float:right;
	display:block;
}
#story .border{
	background:url(../images/bg_border.gif) repeat-x center;
}


#pagebottom3{
	height:30px;
	font-size:12px;
	background:url(../images/bg_page_bottom.png) no-repeat bottom left;
}

#staff_info{
	background: url(images/bg_blog_info.png) no-repeat center;
	margin:20px 0;
	padding-top:20px;
	border-top:1px solid #CCC;
}

#staff_info ul{
}

#staff_info li{
	float:left;
	height:12px;
	background:url(../images/arrow_list.png) no-repeat top left;
	margin:0 15px 0 5px !important;
	padding:0 0 0 12px;
	display:block;
}

#story table{
	clear:both;
	width:550px;
	margin:0 auto;
}

#story td{
	padding:5px 10px 5px 0;
	vertical-align:middle;
	text-align:left;
}

#story td .line{
	line-height:100%;
}

#b_pagetop{
	width:100px;
	margin:0 0 30px 550px;
}

#staffcast dl{
	width:350px;
	margin-left:50px;
}

#staffcast dt{
	clear:both;
	width:120px;
	float:left;
	display:block;
}

#staffcast dd{
	width:230px;
	float:right;
	display:block;
}

#comic_story{
	width:400px;
	height:24px;
	position:relative;
	background:url(../images/comic_story.gif) no-repeat top center;
	margin:0 auto 20px auto;
	padding:149px 199px 15px 16px;
	display:block;
}

#comic_story .link{
	width:400px;
	height:24px;
	padding:0;
	display:block;
	
}


#comic table{
	clear:both;
	width:460px;
	margin:0 auto;
}

#comic td{
	padding:5px 10px 5px 0;
	vertical-align:top;
	text-align:left;
}

#comic h4{
	font-size:13px;
	font-weight:bold;
	color:#66CCFF;
	border-bottom: #66CCFF dotted 1px;
	margin-bottom:10px;
}

#product{
	margin:0;
	padding:0;

}

#product table{
	clear:both;
	width:500px;
	margin:0 auto;
}

#product td{
	padding:5px 10px 5px 0;
	vertical-align:top;
	text-align:left;
}

#pagebody h5{
	background:url(../images/ico_h5.gif) no-repeat center left;
	font-size:16px;
	color:#33CCCC;
	padding:5px 30px 2px 25px;
	margin:10px 0 20px 0;
	border-bottom:1px solid #33CCCC;
}

#pagebody2 h5{
	background:url(../images/ico_h5.gif) no-repeat center left;
	font-size:14px;
	color:#33CCCC;
	padding:5px 30px 2px 25px;
	margin:10px 0 20px 0;
	border-bottom:1px solid #33CCCC;
}

#comic .border{
	background:url(../images/bg_border.gif) repeat-x center;
}



/****************************************
		5. Footer 
*****************************************/

#footer {
	font-size:12px;
	bottom: 0;  
    left: 0;
	width: 100%;
	height:40px;
	text-align:center;
	z-index:10;
}

#footer ul{
	width:960px;
	margin:0 auto;

}
#footer li{
	width:100px;
	height:20px;
	float:left;
	padding:0 5px;
	text-align:center;
	border-right:solid 1px #333333;
}
#footer p {
	width:960px;
	margin:0 auto;
	text-align:center;
}




.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}