/*----------------------------------------------------------------------------
******************************************************************************
基本設定(文字・行間・種類・禁則処理・ボーダー)
******************************************************************************
----------------------------------------------------------------------------*/

body{
	padding:0;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	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, sans-serif;
font-weight:normal;
line-height:1.5em;
line-break:strict;
voice-family:"\"}\"";
voice-family:inherit;
font-size:12px;
color:#333333;
}

a{overflow:hidden;}
a:link{color:#2A75BF;text-decoration:none;}/*通常時のリンク設定*/
a:visited{color:#2A75BF;text-decoration:none;}/*クリック後のリンク設定*/
a:hover{color:#196bc7;text-decoration:underline;}/*マウスオーバー時のリンク設定*/
a:active{color:#196bc7;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: 5px;}
#news{
margin-left: 5px;
margin-bottom: 10px;
}

#news ul{
list-style-image: url(../images/common/news_head.jpg);
padding: 0px 11px 0px 20px;
}

#news li{
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(../images/common/t_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 6px;
	padding-top: 0px;
}

#news li .day{padding-right: 10px;}
/*----------------------------------------------------------------------------
******************************************************************************
リセット
******************************************************************************
----------------------------------------------------------------------------*/


h1,h2,h3,h4,h5,h6,address{
margin:0;
padding:0;
border:0;
font-style:normal;
font-weight:normal;
}

div,blockquote,p,pre,ul,ol,li,dl,dt,dd{
margin:0;
padding:0;
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;}