@charset "utf-8";
/* CSS Document */

body {
    text-align:center;
    margin-top: 0px;
    background-color: #FFFFFF;
    font-family: "ＭＳ ゴシック", "Osaka－等幅";
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 130%;
    color: #333333;
    margin-left: 0px;
    margin-right: 0px;
}


#shadow{
	width:760px;
	margin:0 auto;
	text-align:center;
	background-image:url(image/shadow.gif);
	background-repeat: repeat;
}

#page_container{
    width:750px;
    margin:0 auto;
    text-align:left;
    top: 0px;
    border: 0px;
    background-image: none;
    background-repeat: no-repeat;
}

#header_index{
    width:750px;
    margin:0 auto;
    text-align:left;
    top: 0px;
}

#inner{
    background-color: #F0F0F0;
    margin-left: 10px;
    padding-right: 10px;
}

#main{
	width:730px;
	float:right;
}

#main_left{
    width:570px;
    float:left;
    background-color: #FFFFFF;
}

#main_right{
    width:140px;
    float:right;
    background-color: #F0F0F0;
    padding: 5px;
    margin-top: 5px;
}

#c-both{
    clear:both;
}

.style1 {
	color: #006600;
	font-weight: bold;
}

.navi {
    background-color:#DFFFFF;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-left-style:solid;
    border-left-width:5px;
    color:#666666;
    border-left-color: #DFFFFF;
    font-weight: bold;
    background-repeat: no-repeat;
    display: block;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DFFFFF;
    border-bottom-color: #DFFFFF;
}

.margin30px {
    margin-left: 30px;
    font-weight: bold;
    display: block;
    border-bottom-width: 1px;
    border-left-width: 5px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #FFCC00;
    border-left-color: #FFCC33;
    margin-right: 20px;
}


.margin50px {
    margin-left: 50px;
    margin-right: 20px;
}

