
@charset "UTF-8";

body {
    font-size:   80%;
    background:  #ffffff;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
    color:       #444444;
    line-height: 1.5em;
    width:       960px;
    margin:      0px auto;
    text-align:  center;
    //background-image:url("../images/back.png"), url("../images/ground.jpg");
    //background-repeat:repeat-y, repeat-x;
    //background-position:center top, center top;
    //background-image:url("../images/ground.jpg");
    //background-repeat:repeat-xy;
    //background-position:center top;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
    font-weight: lighter;
}

a:link {
    color: #349ce6;
    text-decoration:none;
    font-weight: bold;
}
a:visited {
    color: #349ce6;
    text-decoration:none;
    font-weight: bold;
}
active {
    color: #349ce6;
    text-decoration:none;
    font-weight: bold;
}
a:hover {
    color: #349ce6;
    text-decoration:none;
    font-weight: bold;
    text-decoration: underline;
}

header {
    margin: 0px 0px 0px 30px;
    text-align: left;
    width: 900px;
    height: 77px;
    background-image:url("../images/top_title.gif");
}

main {
    margin: 0px auto;
    padding: 0px auto;
    width: 900px;
    height: 150px;
    letter-spacing: -1em;
    word-spacing: -1em;
    font-size: 0px;
}

h1 {
    font-size: 120%;
    color: #2f7cd0;
    font-weight: bold;
    width: 100%;
    height: 27px;
    background-image:url("../images/h1_back.png");
}

.detail {
    margin: -40px 0px 0px 570px;
}

.historyback {
    margin: -40px 0px 0px 540px;
}

.hidari {
    float: left;
}

.topics {
    margin: 15px 0px 0px 0px;
    line-height: 1.6em;
}

.navi {
    margin: 15px 0px 0px 30px;
	text-align: left;
}

left {
    color: #ff0000;
    margin: 0px 0px 0px 25px;
    width: 100px;
    text-align: left;
    float: left;

}

center {
    margin: 15px 0px 0px 30px;
    width: 640px;
    text-align: left;
    float: left;
}

right {
    margin: 20px 0px 0px 40px;
    width: 220px;
    text-align: left;
    float: left;
}

footer {
    margin: 0px 0px 0px 25px;
    text-align: left;
    width: 900px;
}

.footer_left {
	width: 210px;
    float: left;
}

.footer_center {
	width: 470px;
    float: left;
}

.footer_right {
	width: 220px;
    float: left;
}

.footer_copy {
    clear: both;
    font-size: 85%;
    color: #ffffff;
	width: 885px;
	height: 23px;
    padding: 27px 0px 0px 15px;
    background-image:url("../images/foot_copy.png");
}

line {
    position: relative;  
    top: -11px;  
    left: 0px;  
    color: #000000;
}

.clear {
    clear: both;
}

.clear hr {
    display: none;
}

.title {
	color: #3071b8;
    font-size: 90%;
    font-weight: bold;
    padding: 10px 0px 0px 20px;
    margin: 0px 0px 10px 0px;
	width: 620px;
	height: 30px;
    background-image:url("../images/bar.png");

}

