@charset "utf-8";

/*=======================================================================

 Sub Page(style.css)
 
========================================================================*/

/*----------------------------------------------------------------------
 Top
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
h2.mainVisual {
	margin: 0 0 35px !important;
	padding: 20px 0 0 !important;
	background: none !important;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=0, enabled=false), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=90, strength=2, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=8, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=270, strength=2, enabled=true);
	box-shadow: 0 10px 8px -6px #999;
}
----------------------------------------------------------------------*/


/*----------------------------------------------------------------------
 Common
----------------------------------------------------------------------*/
h2 {
	margin: 20px;
	padding: 0 5px;
	_background: url(../images/h2_bg.jpg) left center no-repeat;
	_font-family: "�l�r �o����", "MS PMincho", "�q���M�m���� Pro W3", "Hiragino Mincho Pro", serif;
    color: #555555;
	font-size: 230%;
	text-align: left;
	text-shadow: 1px 1px 0 #fff;
}
/*
h3 {
    background-image: url(../images/mark_k.png),
                      url(../images/h3_bg.jpg);
    background-repeat: no-repeat,
                       repeat-x;
    background-position: bottom right,
                         bottom left;
     
    text-align: left;

    line-height: 47px;
    padding-left:22px;
    padding-right:90px;
	margin: 30px 0 15px;
	color: #000000;
	border-top:1px solid #cccccc;
	border-bottom:3px solid #000000;
	font-size: 120%;
}
*/
h3 {
    background-image: url(../images/mark_k.png),
                      url(../images/h3_bg.jpg);
    background-repeat: no-repeat,
                       repeat-x;
    background-position: bottom right,
                         bottom left;
     
    text-align: left;

    line-height: 24px;
    padding-left:22px;
    padding-right:90px;
	padding-top:13px;
	padding-bottom:10px;
	margin: 30px 0 15px;
	color: #000000;
	border-top:1px solid #cccccc;
	border-bottom:3px solid #000000;
	font-size: 120%;
}

h3.top {
	margin: 10px 0 15px;
}

h4 {
	margin: 15px 0 15px;
	padding: 5px 10px;
	border-left: 3px solid #8B91DC;
	color: #333333;
	font-size: 120%;
}

ul li,
ol li {
	margin: 0 0 5px;
}
/*
.shadow01 {
	box-shadow: 0 10px 8px -6px #999;
}

*/


/*----------------------------------------------------------------------
 Top
----------------------------------------------------------------------*/

div.ttl {
	margin: 0 10px 5px;
	color: #004488;
	font-size: 140%;
	font-weight: bold;
}

ul.news {
	margin: 5px 0 0 10px;
	padding: 0 0 20px;
}

ul.news li span {
	padding-right: 20px;
}


ol.normal {
	margin: -10px 0 0 45px;
	padding: 0 0 20px;
}

ol.normal li{
    list-style:decimal;
}

ul.normal {
	margin: -10px 0 0 45px;
	padding: 0 0 20px;
}

ul.normal li{
    list-style:disc;
}


