@charset "Shift_JIS";

/*--Common Style Sheet--*/
/*-------------------------------------------------------------

						DEFAULT SETTING start
				
---------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

/*-------------------------HTML TAG
*/
body{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3",verdana,arial, sans-serif;
	text-align:center;
}

img{
	border:none;
}

ul{
	list-style-type:none;
}
ul li img{
	vertical-align:bottom;
}

table td,
table th{
	vertical-align:top;
}

sup{
	font-size:smaller;
	vertical-align:top;
}
html>body sup{font-size:0.4em;}


/*-------------------------Basic Layout Class
*/
/* ---- Float Clear ---- */

.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearFix{display:inline-block;}

/* Hides from IE-mac \*/
* html .clearFix{height:1%;}
.clearFix{display:block;}
/* End hide from IE-mac */

.clear-both{
	clear:both;
	height: 1px;
	font-size: 1px;
	text-align: center;
	line-height:0;
}

/*-------------------------------------------------------------

					// DEFAULT SETTING end //
				
---------------------------------------------------------------*/
/*-----------------------------------Link style
*/
a{
	color:#009900;
    text-decoration:underline;
}

a:hover {
    text-decoration:underline;
}

/* Header
------------------------------------------------- */

#header-wrapper{
	width:100%;
	background:url(/template/1150/img/header_bg.gif) repeat-x left bottom;
}

#header{
	width:800px;
	margin:0 auto;
}

h1{
	float:left;
	width:165px;
	height:37px;
	padding:12px 0 15px;
}

#utilityArea{
	float:right;
	width:635px;
}

#homeLink{
	font-size:11px;
	font-family:"sans-serif";
	color:#009900;
	text-align:right;
	padding:5px 0 10px;
	/*padding:5px 0 18px;*/
}
#homeLink a{
	text-decoration:none;
}

#serch{
	float:right;
}
#serch td{
	vertical-align:middle;
}
#serch td.serchTxt{
	vertical-align:middle;
	padding:0 5px;
}
#serch td.serchTxt input{
	font-size:12px;
	color:#acacac;
	background-color:#ffffff;
	border:1px solid #b4b4b4;
	width:136px;
	padding:2px;
}

/* Gloal Navigation
------------------------------------------------- */

#gnArea{
	width:100%;
	background:url(/template/1150/img/gn_bg.gif) repeat-x left bottom;
}

#globalNavi{
	width:800px;
	padding:3px 0 5px;
	margin:0 auto;
}
*html #globalNavi{
	margin:0;
}

#globalNavi li{
	float:left;
	padding-right:5px;
}
#globalNavi li#gnRight{
	padding-right:0;
}

#globalNavi li a{
	display:block;
	font-size:12px;
	line-height:12px;
	color:#006600;
	text-decoration:none;
	text-align:center;
	background:url(/template/1150/img/gnavi.jpg) no-repeat;
	padding:8px 0 6px;
	width:134px;/*winIE5x only -*/
	voice-family: "\";}\"";
	voice-family:inherit;
	width:129px;
}

#globalNavi li.stay a{
	color:#ffffff;
	background:url(/template/1150/img/gnavi_on.gif) no-repeat;
}


/* Container
------------------------------------------------- */

#container{
	width:100%;
	background:#F3F3F3 url(/template/1150/img/cont_bg.jpg) repeat-x;
}

#contents{
	width:800px;
	margin:0 auto;
	padding:20px 0 30px;
	text-align:left;
}

#topicPath{
	font-size:10px;
	margin-bottom:15px;
}

#leftCont{
	float:left;
	width:580px;
}

#rightCont{
	float:right;
	width:200px;
	text-align:center;
}



/* Margin
------------------------------------------------- */
.mar-b25{
	margin-bottom:25px;
}


/* Footer
------------------------------------------------- */

#footer-wrapper{
	background:#FFFFFF url(/template/1150/img/footer_bg.jpg) repeat-x;
}

#footer{
	width:800px;
	padding-top:15px;
	margin:0 auto;
	text-align:center;
}

#footer table{
	margin:0 200px;
	/* Hides from IE-mac \*/
	margin:0 auto;
	/* End hide from IE-mac */
}

#footer td.contact{
	font-size:12px;
	vertical-align:middle;
	padding-right:20px;
}
#footer td.contact a{
	color:#666666;
}

#copyright{
	white-space:nowrap;
	font-size:10px;
	font-family:helvetica, verdana, arial, sans-serif;
	padding:15px 0 30px;
}


/* ------------------------------------------------------------------------- */
/*		Main Styles		*/
/* ------------------------------------------------------------------------- */

#main{
	width:800px;
	height:200px;
	background:url(/template/1150/img/main.jpg) no-repeat;
	margin-bottom:5px;
}

h2{
	font-size:16px;
	color:#006600;
	padding:30px 0 0 60px;
}

#catch{
	font-size:12px;
	line-height:25px;
	color:#006600;
	padding:30px 0 0 100px;
}

/* ------------------------------------------------------------------------- */
/*		Entry Styles		*/
/* ------------------------------------------------------------------------- */

.entryBox{
	background:#FFFFFF url(/template/1150/img/entry_bg.gif) no-repeat;
	width:580px;
	margin-bottom:30px;
}

.entTile{
	background:url(/template/1150/img/entry_line.gif) repeat-y;
}

h3{
	font-size:14px;
	padding:15px 10px 5px 15px;
	color:#666666;
}
body#top h3{
	font-size:12px;
	padding:10px 10px 8px 15px;
}
body#top h3 a{
	color:#008DD0;
	text-decoration:none;
}

.date{
	font-size:12px;
	line-height:12px;
	text-align:right;
	border-bottom:1px solid #EFEFEF;
	padding:0 10px 8px;
}
body#top .date{
	text-align:left;
	border-bottom:1px solid #EFEFEF;
	padding:0 15px 5px;
}

.entryBody{
	font-size:12px;
	line-height:24px;
	border-left:5px solid #D1D1D1;
	padding:10px 10px 20px 15px;
}

.entryBody img.imgL{
	float:left;
	margin-right:25px;
}


/*.entryBody,
.archiveBody{
	font-size:12px;
	line-height:24px;
	border-left:5px solid #D1D1D1;
	padding:10px 10px 20px 15px;
}
.archiveBody{
	width:770px;
}

.archiveBody img.imgL{
	float:left;
	margin-right:25px;
}*/


/* ------------------------------------------------------------------------- */
/*		Side Styles		*/
/* ------------------------------------------------------------------------- */

.side_title{
	font-size:12px;
	font-weight:bold;
	width:200px;
	height:26px;
	padding:7px 0 10px 14px;
	margin-bottom:5px;
	background:url(/template/1150/img/side_bg.jpg) no-repeat;
}

.side_text{
	font-size:12px;
	line-height:200%;
	width:190px;
	padding:0 0 10px 23px;
	background:url(/template/1150/img/icon_arrow.jpg) no-repeat 12px 0;
}

.calendar_bg{
	font-size:11px;
	width:180px;
	margin:0 10px;
}
.calendar_bg td{
	padding:2px 0;
	border-right:1px solid #F3F3F3;
	border-bottom:1px solid #F3F3F3;
}

#rightCont .calendar_bg td a{
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	background-color:#86AE34;
	padding:2px 0 0;
	text-decoration:underline;
}



/* ------------------------------------------------------------------------- */
/*		Comment Styles		*/
/* ------------------------------------------------------------------------- */

.posted{
    font-size: 10px;
    COLOR: #999999;
    text-align:right;
	border-left:5px solid #D1D1D1;
    padding:8px 10px 5px;
    overflow: hidden; word-break: break-all;
}
.posted a{
    text-decoration: none;
}

h4{
	font-size:12px;
	color:#666666;
	border-left:5px solid #D5E693;
	background:#FFFFFF;
	padding:5px 10px;
}

.pingArea{
	font-size:12px;
	border-top:1px solid #E1E1E1;
	background:#FFFFFF;
	padding:8px 15px;
	margin-bottom:20px;
}

.comment_layer
{
    overflow: hidden;
    word-break: break-all
}

.tra{
    font-size: 12px;
    color: #666666;
    text-align:right;
    padding:8px 5px 0;
    overflow: hidden; word-break: break-all;
}

hr.sepa{
	height:1px;
	border:1px dotted #CCCCCC;
}

input.commBox{	width:280px;}

.entry_text{
    padding:4px 10px 8px 10px;
    font-size: 12px;
    line-height:1.3;
}

#comment_form_captcha_fieldset{
	padding:10px;
	margin-bottom:10px;
}	

.green{	color:#006600;}


/*--badge style--*/

.badge{	margin:7px 0 10px;}	
