@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  style.css
	technique :  個別CSS
	
 ---------------------------------------------- */

#txtTitle{font-size:0px;
line-height:0px;
text-indent:-10000px;}
#title{
background:url(images/title.gif) no-repeat;
width:959px;
height:277px;}
#title_social{
overflow:hidden;}

#contents{
width:959px;
margin-top:23px;
margin-bottom:36px;
overflow:hidden;}

.sLeft{
width:840px;
float:right;}

/*文章*/
#contents ul{
width:100px;
margin-left:5px;
float:left;}
#contents ul li{
background:url(images/icon.gif) no-repeat left center;
padding:0 0 0 25px;
margin-bottom:5px;
font-size:1.5em;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#f40008;}
#contents ul li em{
font-size:1.4em;
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
color:#f40008;}
#contents ul li a{
font-weight:normal;}

/*文章タイトル*/
.stitle{
background:url(images/bg_title.gif) no-repeat;
width:840px;
height:57px;
margin:3px 0 2px 0;
overflow:hidden;}
.stitle .num{
width:110px;
font-size:3.8em;
font-family:Georgia, "Times New Roman", Times, serif;
color:#f40008;
margin-top:-5px;
line-height:1.1em;
height:57px;
float:left;}
.stitle h3{
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
color:#f40008;
font-weight:normal;
padding-left:48px;
float:left;}
.stitle em{
font-size:1.5em;}
#contents p{
line-height:1.9em;
margin-left:3px;}
#contents p span{
font-size:1.3em;
color:#f40008;}
