@charset "utf-8";

html {
	margin: 0px;
	padding: 0px;

}

body {
	margin: 0px;
	padding: 0px;
	font-family : 'Hiragino Kakugo Pro','Heisei Kakugothic',osaka, Arial, sans-serif;
	font-size : 12px;
	line-height : 140%;
	background-color : #d1e8be;
	color : #333;
	border : none;
	text-align : left;
}

a:link {
	color : #003494;
	text-decoration : none;
}

a:visited {
	color : #0063b0;
	text-decoration : none;
	}

a:hover {
	text-decoration : underline;
}

a:active {
	color: #cc0000;
}

img {
	border : 0;
}

img a:hover,
img a:active,
img a:actived,
img a:visited {
	border-bottom : none;
}

#wrapperall {
	width : 770px;
	background-color : #fff;
	border-left : 1px solid #999; 
	border-right : 1px solid #999;
 
}
#wrapper {
	width : 730px;
}

#header {
	margin: 0px;
	padding: 0px;
	text-align : left;
	background-image: url(img/title.gif)
}

#header_right {
	margin: 0px;
	padding: 0 10px;
	height : 60px;
	float : right;
	font-size : 10px;
	vertical-align : top;
}

.arrow {
	margin : 0 3px 0 12px;
}

#menu {
	margin: 0;
	padding: 0px;
}

#annai {
	margin: 0;
	padding : 8px;
	font-size : 10px;
	text-align : left;
}

#gototop {
	margin: 0;
	padding : 15px 0;
	font-size : 10px;
	text-align : right;
	float : right;
	width : 500px;
}

#footer {
	margin : 0;
	padding : 15px 0;
	width : 730px;
	border-top : 3px solid #228B22;
	clear : both;
	font-size : 10px;
	text-align : right;
}
