@charset "UTF-8";

/* CSS Document */


* {
	font-size : 12px;
	line-height : 1.5em;
	color : #2E2E2E;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
}

body {
	background-image:url(../../images/back.gif);
	margin : 0px auto 0px auto;
	text-align :center;
}



#container {
	width : 930px;
	margin : 10px auto;
	background-color:#FFFFFF;
	border: 10px solid #00663A;
	text-align : left;
}

#ribon {
	clear : both;
	width : 196px;
	height : 150px;
	margin : 5px auto -153px auto;
	text-align :right;
	position :relative;
	top : -23px;
	left : 375px;
	z-index:100;
	overflow:hidden;
}


#header {
	margin : 0px auto 0px auto;
	position :relative;
	top : 0px;
	left : 0px;
	z-index : 1;
	overflow : hidden;
	background-color:#ffffff;
	background-image:url(../../images/header_back.jpg);
	background-repeat:repeat-x;
}

#header ul {
	height : 100px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style-type:none;
	clear : both;
}

#header li {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	float :left;
}

#header li#siteTitle { padding : 15px 95px 0px 20px; }

#header li#signeture { padding : 10px 0px 0px 0px; }

#header li h1 {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 8px 0px;
	font-size : 10px;
	line-height:14px;
	letter-spacing : 1px;
}

#navi {
clear : both;
width : 930px;
height : 25px;

background-image:url(../../images/navi_back.jpg);
background-repeat:repeat-x;
background-color:#00663A;



}

#main {

width : 675px;
margin : 10px 0px 10px 20px;
}





#side {
float : right;
background-color:#fff;
width : 188px;
padding : 8px;
margin : 5px 5px 5px 0px;
border : solid 1px #ddd;

}

#sideNavi01 img {

margin : 0px 0px 2px 0px;

}

#sideNavi02 {

text-align : center;
margin : 20px 0px;

font-size : 12px;
line-height : 16px;

}


#copyright {

clear : both;
text-align : center;
padding : 5px 0px 20px 0px;

color : #fff;
font-size : 12px;
line-height : 16px;

}

.bottomBox {

clear : both;

}


h2 {

margin : 5px 0px 10px 0px;
padding : 0px;
}


.pageHnavi {

font-size : 10px;
line-height : 15px;
text-decoration:none;
font-weight:normal;
}

