@charset "shift_jis";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}

img {
	vertical-align: bottom;
}

table{
    border-spacing:0;
	border-style:none;
	margin:0px;
	padding:0px;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

/* ‚±‚±‚©‚ç */

body {
	width:100%;
	min-width:960px;
	font-size:12px;
	color:#606060;
	line-height:1.35;
}

#main_container {
	width:960px;
	margin:0px auto;
}

#header {
	background-image:url(img/top_img.gif);
	background-repeat:no-repeat;
	width:960px;
	height:76px;
	border-bottom:4px solid #b9dfa0;
}

#left_box {
	width200px;
	float:left;
	background-color:ff6660;
	margin-top:0px;
	margin-left:0px;
}

#right_box {
	width:688px;
	float:left;
	margin-top:10px;
	margin-left:36px;
}

#right_box .box_title {
	background-image:url(img/box_title.jpg);
	background-repeat:no-repeat;
	width:688px;
	height:24px;
	line-height:24px;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-top:16px;
}

#right_box .box_title2 {
	background-image:url(img/box_title2.jpg);
	background-repeat:no-repeat;
	width:688px;
	height:24px;
	line-height:24px;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-top:16px;
}

#right_box .box_contents {
	background-color:#e1efcc;
	padding:8px;
}

#right_box .box_contents2 {
	background-color:#fff0e6;
	padding:8px;
}

#right_box .box_footer {
	background-image:url(img/box_footer.jpg);
	background-repeat:no-repeat;
	width:688px;
	height:10px;
	margin-bottom:16px;
}

#right_box .box_footer2 {
	background-image:url(img/box_footer2.jpg);
	background-repeat:no-repeat;
	width:688px;
	height:10px;
	margin-bottom:16px;
}

#footer {
	margin-top:16px;
	width:960px;
	border-top:4px solid #b9dfa0;
	text-align:right;
}


