@charset "UTF-8";

/* -----------------------------------------------------------
	CSS Information
	Site Name: Seisenryo Web site
	 File name: 	news_text.css
 	Style Info:   $B!!!J:b!K%-!<%W6(2q@6@tN@(B Web$B%5%$%H!'(B $B%H%C%W99?7%(%j%"$N(Biframe$B%Z!<%8@_Dj(B
	Version: 1.05
	update/auther(admin): [2010-04-27][Shinobu Kiuchi](Shinobu Kiuchi)
----------------------------------------------------------- */
/* $BL\<!(B================================================
1: Formatting Reset : base reset layouts
2: Redefine : body and base setting
3: link setting
4: other setting 
==================================================== */

/* 1: Formatting Reset : base reset layouts
---------------------------------------------------------------------------------- */
div{
 zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}
	


/* 2: Redefine : body and base setting
---------------------------------------------------------------------------------- */
html {
	overflow-y: scroll;
	background-color: #FFF;
}

/* OPERA huck */
html:not(\*|*) { 
padding:0 0 0 0;

	}

body {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font: normal 62.5% "$B%R%i%.%N3Q%4(B Pro W3", HiraKakuPro-W3, Osaka, "$B%a%$%j%*(B", "Meiryo", "$B#M#S(B $B#P%4%7%C%/(B", verdana, arial, sans-serif;
	margin:0;
	padding:0 0 0 0;
}

html{border:none;}
body{margin:0;}

/* IE7 only */
* + html body {
	font-family:"$B#M#S(B $B#P%4%7%C%/(B", "$B%a%$%j%*(B","Meiryo", verdana, arial, sans-serif;
	padding:0 0 0 0;
	height: auto;
	margin: 0;
}
/* IE6 only */
*html body {
	font-family:"$B#M#S(B $B#P%4%7%C%/(B", Osaka;
	padding:0px;
	margin: 0px;
}


/* safari2 only
-------------------------------------------------- */	
/* safari2 only \*/
html:\66irst-child body {
	font-size: 62.5%;
		padding:0 0 0 0;

 }

@media screen and (-webkit-min-device-pixel-ratio:0){
body{
	font-size: 10px;
	padding:0 0 0 0;
	}	
}



/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form,  blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.4;/* base line height */
	text-align: left;
	display: block;
	margin: 0;
	font-size: 100%;
	text-decoration: none;
	font-style:normal;
}

input, textarea,{
	padding: 0;/* margin&padding reset */
	line-height: 1.4;/* base line height */
	text-align: left;
	margin: 0;
	font-size: 100%;
	text-decoration: none;
	font-style:normal;
}

table {
	margin : 0;empty-cells: show;
	font-size:small;
	border-collapse:collapse;
	border-spacing:0;
	}
	
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;

}
img a{
	border-style: none;
		outline: 0;
}

li { list-style: none; }/* link do not want a dot */

caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

hr {
	display: none;
	}
	
object,
embed {
	vertical-align: top;
}

q:before,q:after {
	content: '';
}

fieldset{
	border:0;
	}	
	
select option{
	padding:0 5px;
	}	

form label{
	cursor:pointer;
	}


/* 3: link setting
---------------------------------------------------------------------------------- */
	
	
a{
	text-decoration: none;
	color: #7F0013;
	line-height:1.4;
	outline: 0;
	}

a:link{
	color: #7F0013;
	text-decoration: none;
	}

a:visited{
	color: #7F729E;
	text-decoration: none;
	}
	
	
a:hover{
	color: #FFF;
	text-decoration: none;
	background-color:#7F0013;
	}

a:active{
	color: #7F0013;
	text-decoration: underline;
	}	
		

/* 4: other setting 
---------------------------------------------------------------------------------- */

/* for voice blowser 
-------------------------------------*/
#navSkip {
	position: absolute;
	left: -9999px;
	width: 900px;
	}	
	
/* for float Hack 
-------------------------------------*/
.clearfix:after { 
content: url(pixel.gif);
display: block;
clear: both; height: 0; 
}

.clearfix { display: inline-block; }
.clearfix { display: block; }
/* Mac$BHG(BIE$B$N$_$KE,MQ(B \*//*/
.clearfix { overflow: hidden; }
/* */


/* 3-3: News_section style
---------------------------------------------------------------------------------- */		



dl.newsSection {
	clear:left;
	margin: 0px;
	font-size: 1em;
	color:#555;
	width: 640px;

	}

dl.newsSection dt {
	clear: both;
	display: inline;
	float: left;
	width: 10em;
	 line-height:1.25;
	margin: 0;
	padding: 3px 0;
	color:#4d4d4d;
	}
*html dl.newsSection dt {
	clear: both;
	display: inline;
	float: left;
	width: 10em;
	 line-height:1.25;
	margin: 0;
	padding: 3px 0;
	color:#4d4d4d;
	}

* + html body dl.newsSection dt {
	clear: both;
	display: inline;
	float: left;
	width: 10em;
	 line-height:1.25;
	margin: 0;
	padding: 3px 0;
	color:#4d4d4d;
	}


	
dl.newsSection dd {
	padding: 0 0 3px 10em;
	line-height:1.25;
	background-image:url(../img/border_1px_gray.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
	margin: 0 0 4px 0px;
	color:#191919;
	width: 640px;
	}
*html dl.newsSection dd {
	padding: 0px 0 5px 100px;
	line-height:1.25;
	background-image:url(../img/border_1px_gray.gif) ;
	background-repeat:repeat-x;
	background-position: bottom left;
	margin: -20px 0 5px 0px;
	color:#191919;
	}

* + html body dl.newsSection dd {
	padding: 0px 0 5px 100px;
	line-height:1.25;
	background-image:url(../img/border_1px_gray.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
	margin: 2px 0 5px 0px;
	color:#191919;
	}


	
	
dl.newsSection dd h4{
	line-height:1.5;
	font-size: 1.5em;
	margin: 0px 0px 4px 0px;
	padding:0px;
	color:#4d4d4d;
	font-weight:bold;
	}

*html dl.newsSection dd h4.link_title{
	line-height:1.5;
	font-size: 1.5em;
	margin: 0px 0px 4px 0px;
	padding:0px;
	color:#4d4d4d;
	font-weight:bold;
	}

dl.newsSection dd h4 span{
	line-height:1.25;
	font-size: 10px;
	margin: 0 0 4px 0;
	padding:0 0 0 0.25em;
	color:#4d4d4d;
	font-weight:normal;
	vertical-align:middle;

	}
dl.newsSection dd p{
	line-height:1.25;
	font-size: 1.1em;
	margin: 0 0 0 0;
	padding:0;
	color:#191919;
	font-weight:normal;
	}
dl.newsSection dd a:link{
	color: #4d4d4d;
	text-decoration: none;
	line-height:1;
	}

dl.newsSection dd a:visited{
	color: #7F729E;
	text-decoration: none;
	}
	
	
dl.newsSection dd a:hover{
	color: #4d4d4d;
	text-decoration: none;
	background-color:#ccc;
	}

dl.newsSection dd a:active{
	color: #666;
	background-color:transparent;
	text-decoration: underline;
		position: relative;
 	top: 1px;
	}	

dl.newsSection dd p.date{
	margin:6px 0 6px 0;
	}	

dl.newsSection dd p.date span{
	color: #FFF;
	background-color:#7F0013;
	background-color:#AC5965;
	margin:3px 3px 0 0;
	padding:3px;
	border:1px solid #CCC;
	font-size:10px;

	}	
	
