@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 85%;
	line-height: 1.7;
	color: #555555;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
form {
	margin: 0px;
}
a {
	color: #10e200;
}
a:hover {
	color: #40ff32;
	text-decoration: none;
}
a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*コンテナー---------------*/
#container {
	text-align: left;
	width: 910px;
	background-color: #ffffff;
	padding: 0 20px;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー----------------*/
#header {
	height: 80px;
	width: 910px;
	position: relative;
	border-width: 2px;
	border-color: #dddddd;
	border-bottom-style: dotted;
}

#header #menu {
	position: absolute;
	top: 20px;
	right: 0px;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 20px;
}

#header h1 {
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	line-height: 20px;
	text-align: right;
	position: absolute;
	top: 3px;
	right: 0px;
}




/*コンテンツ-------*/
#contents {
	clear: left;
	background-color: #ffffff;
}



/*メインコンテンツ-------------*/
#main {
	width: 910px;
	padding-top: 0px;
}
#main p {
	padding: 0.5em 10px 1em;
}

#main h2 {
	height: 60px;
	line-height: 60px;
	color: #2ab8f2;
	font-size: 200%;
	padding-left: 10px;
	background-color: #ffffff;
	margin-top: 10px;
}


/* lbox rbox--------------*/
#lbox {
	width: 450px;
	float: left;
	margin-right: 5px;
}

#rbox {
	width: 450px;
	float: right;
	margin-left: 5px;
}

#rbox h3 {
	height: 40px;
	line-height: 40px;
	color: #222222;
	font-size: 170%;
	padding-left: 10px;
	background-color: #ffffff;
}

#rbox p {
	padding: 3px 10px;
	color: #777777;
	font-size: 100%;
}

#rbox p.txt2 {
	padding: 3px 10px;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
}

#rbox p.txt3 {
	padding: 3px 10px;
	color: #ff5a00;
	font-size: 170%;
	font-weight: bold;
}

img.txt3 {
vertical-align: middle;
}

/*下部コンテンツ--------*/
#low {
	width: 910px;
	padding-top: 0px;
	border-width: 2px;
	border-color: #dddddd;
	border-top-style: dotted;
}

span.midashi {
	height: 20px;
	line-height: 20px;
	color: #444444;
	font-size: 120%;
	font-weight: bold;
}

/*左サイド---------*/
#leftside {
	width: 450px;
	float: left;
	margin-right: 5px;
}

img.side {
	float: left;
	margin: 20px;
}

/*右サイド--------*/
#rightside {
	width: 450px;
	float: right;
	margin-left: 5px;
}


/*島-------------*/
#shima {
	text-align: left;
	width: 910px;
	background-color: #fefefe;
	padding: 10px 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #777777;
	font-size: 9px;
}



/*フッター---------*/
#footer {
	text-align: center;
	width: 910px;
	margin-top: 20px;
	background-color: #fefefe;
	color: #333333;
	font-size: 12px;
}

#footer a {
	color: #10e200;
}
#footer a:hover {
	color: #40ff32;
	text-decoration: none;
}


/*回り込みクリア---------------*/
.clear {
	clear: both;
}
