@charset "Shift_JIS";


*{
	padding:0;
	margin:0;
}


body{
	background-image:url(img/content_backgroud.gif);
	text-align:center;
	font-size:11pt;
	line-height:150%;
}

div{
	text-align:center;
}

img{
	border:none;
}

p{
	text-align:left;
}


a:link{
	text-decoration:none;
	color:#DC143C;
}

a:visited{
	text-decoration:none;
	color:#DC143C;
}

a:hover{
	text-decoration:underline;
	color:#DC143C;
}


/*////////////////////////////////////////////////////////////////////*/

div#sitebody{
	width:790px;
	margin:0 auto;
	background-image:url(img/body_backgroud.gif);
	background-repeat:repeat-y;
}


.pkg { display: block; }
#banner {
    width: 750px; /* necessary for ie win */
    height: 150px; /* necessary for ie win */
    background-image:url(img/head.gif);
}
#banner-inner {
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-color: #fff;
}
#banner-header {
    padding: 50px 0 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
	width:750px;
	height:100px;
    line-height: 1;
    text-shadow: #36414d 0 2px 3px;
}

div#head h1{
	width:750px;
	height:150px;
        text-align:left;
}

div#head h1 a{
	display:block;
	width:750px;
	height:150px;
       color: #fff;
}

div#head h1 a:visited{
	display:block;
	width:750px;
	height:150px;
}




/*//////////////////////main//////////////////////////////////////////////*/

div#maincontbody{
	width:750px;
	margin:0 20px;

}

div#contbody{
	float:left;
	width:530px;
	margin-top:15px;
}


div.content h2{
	width:505px;
	height:35px;
	background-image:url(img/m_titlebar.gif);
	background-repeat:no-repeat;
	padding:4px 0 0 30px;
	text-align:left;
	font-size:12pt;
}

div.content h3{
	width:510px;
	height:25px;
	background-image:url(img/m_titlebar.gif);
	background-repeat:no-repeat;
	padding:6px 0 0 10px;
	font-size:14px;
	text-align:left;
	margin-bottom:5px;
}

div.content{
	text-align:left;
}

div.news{
	text-align:left;
}


div.content p{
	margin-bottom:15px;
}


div.content h4{
	text-align:left;
	border-bottom:1px solid #666666;
}

div.content img{
	padding:5px;
}

ul.listmark{
	margin:10px 0;
	text-align:left;
	list-style-type:none;
}


ul.listmark li{
	background-image:url(img/listmark.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	text-align:left;
	padding-left:20px;
}


ul.listmark2{
	margin:10px 0;
	text-align:left;
	list-style-type:none;
}


ul.listmark2 li{
	background-image:url(img/listmark2.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	text-align:left;
	padding-left:20px;
}




/*//////////////////////side//////////////////////////////////////////////*/

div#sidebody{
	float:right;
	width:200px;
	margin-top:15px;
}

.sidetitle{
	display:block;
	height:35px;
	width:195px;
	font-size:10pt;
	padding-left:5px;
	text-align:left;
	background-image:url(img/s_titlebar.gif);
	background-repeat:no-repeat;

}


.sidetitle a:link{
	color:#333333;
}

.sidetitle a:visited{
	color:#333333;
}


.sidetitle a:hover{
	color:#999999;
}

div#sidebody ul{
	text-align:left;
	list-style-type:none;
	margin-bottom:15px;
}


div#sidebody li{
	text-align:left;
	font-size:12px;
	line-height:100%;
}

div#sidebody li a:link{
	display:block;
	padding:5px;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	background-color:#ffffff;
	color:#333333;
}


div#sidebody li a:visited{
	display:block;
	padding:5px;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	background-color:#ffffff;
	color:#333333;
}


div#sidebody li a:hover{
	display:block;
	padding:5px;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	background-color:#efefef;
	color:#333333;
}

.side2 {
color: #36414d;
font-family: Verdana, Arial, sans-serif;
font-size:12px;
text-align: left;
font-weight: none;
padding: 30px 0px 0px 0px;
margin: 30px 0px 0px 0px;
}


/*////////////////////////foot////////////////////////////////////////////*/

div#foot{
	background-image:url(img/foot.gif);
	clear:both;
	width:750px;
	height:21px;
	padding:5px 0;
	margin-top:10px;
	border-top:1px dashed #666666;
}




