/*----------------------------------------------------------------------------
******************************************************************************
基本設定(文字・行間・種類・禁則処理・ボーダー)
******************************************************************************
----------------------------------------------------------------------------*/

body{
	padding:0;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

html,body{
    height: 100%;
}

body,h1,h2,h4,h4,h5,h6,td,th,p,div,input,textarea,pre,ul,ol{
font-family:"ＭＳ Ｐゴシック", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "Arial", "Helvetica", "sans-serif";
font-weight:normal;
line-height:1.2em;
line-break:strict;
voice-family:"\"}\"";
voice-family:inherit;
font-size:12px;
color:#333333;
}

a{overflow:hidden;}
a:link{color:#61920E;text-decoration:none;}/*通常時のリンク設定*/
a:visited{color:#61920E;text-decoration:none;}/*クリック後のリンク設定*/
a:hover{color:#666666;text-decoration:underline;}/*マウスオーバー時のリンク設定*/
a:active{color:#666666;text-decoration:none;}/*クリック時のリンク設定*/


strong{font-weight: bold;}

.crr{
font-size:0;
line-height:0;
padding:0;
margin:0;
clear:both;
}

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


#news li .day{padding-right: 10px;}
#news{
margin-left: 5px;
margin-bottom: 10px;
}

#news ul{
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

#news li{
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 8px;
	background-image: url(../images/common/t_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 6px;
	padding-top: 0px;
}

#news li .day{padding-right: 10px;}

.sitasen {
	margin-top: 6px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 10px;
	height: 2.4em;
	background-image: url(../images/common/t_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.days{
width: 115px;
font-weight: bold;
color:#666666;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.kiji{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
/*----------------------------------------------------------------------------
******************************************************************************
リセット
******************************************************************************
----------------------------------------------------------------------------*/


h1,h2,h3,h4,h5,h6,address{
margin:0;
padding:0;
border:0;
font-style:normal;
font-weight:normal;
}

div,blockquote,p,pre,ol,li,dl,dt,dd{
margin:0;
padding:0;
border:0;
}

ul{
background-position: 0 0;
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 0px;
border:0;
}

table,caption,th,td{
font-style:normal;
font-weight:normal;
}

hr{
margin:0;
padding:0;
display:none;
}

iframe{
margin:0;
padding:0;
border:0;
}

form,fieldset,input,button,select,optgroup,option,textarea,label,legend{
margin:0;
padding:0;
}

span,em,strong,dfn,code,samp,kbd,var,cite,abbr,acronym,q,br,ins,del,a,img,object{
margin:0;
padding:0;
border:0;
font-style:normal;
font-weight:inherit;
}

/* ul{list-style-type:none;} */