@charset "UTF-8";

body {
background:#FFFFFF none repeat scroll 0 0;
font-family:Arial,Helvetica,Geneva,sans-serif;
font-size:11px;
letter-spacing:0.1em;
line-height:16px;
}


/* sponsor */
#sponsor_box a:link {
text-decoration:none;
}
#sponsor_box a:visited {
	text-decoration:none;
}
#sponsor_box a:hover {
text-decoration:none;
}
#sponsor_box a:active {
text-decoration:none;
}









/* 疑似クラス設定 */
.url a:link {
color:#999999;
letter-spacing:0.1em;
text-decoration:none;
}
.url a:visited {
	color:#999999;
	letter-spacing:0.1em;
	text-decoration:none;
}
.url a:hover {
color:#0099CC;
letter-spacing:0.1em;
text-decoration:none;
}
.url a:active {
color:#666666;
letter-spacing:0.1em;
text-decoration:none;
}


.mailto a:link {
color:#0099CC;
letter-spacing:0.1em;
text-decoration:none;
}
.mailto a:visited {
	color:#0099CC;
	letter-spacing:0.1em;
	text-decoration:none;
}
.mailto a:hover {
color:#999999;
letter-spacing:0.1em;
text-decoration:none;
}
.mailto a:active {
color:#0099CC;
letter-spacing:0.1em;
text-decoration:none;
}

/* 疑似クラス設定 */
#gallery_box a:link {
text-decoration:none;
}
#gallery_box a:visited {
	text-decoration:none;
}
#gallery_box a:hover {
text-decoration:none;
}
#gallery_box a:active {
text-decoration:none;
}


/* baseレイアウト */
#wrapper {
	height: auto;
	width: 1070px;
	margin:20px auto 10px;
}
#hedder {
	height: 50px;
	width: auto;
	background-color: #EEEEEE;
}

#mainarea {
	height: auto;
	width: 1070px;
	/*padding-top: 50px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;*/
}

/* 左サイドバー */
#left_side {
	float: left;
	height: auto;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#left_logo_area {
	height: 100px;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#left_side li {
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 3px;
	list-style-image: url(../img/base_design/list.png);
	vertical-align: bottom;
}


/* 中央エリア */
#main {
	float: left;
	height: auto;
	width: 580px;
	margin: 5px;
	/*border-top-style: solid;
	border-top-color: #666666;
	border-top-width: thin;*/
}

/* 右サイドエリア */
#right_side {
	float: right;
	width: 230px;
	margin: 5px;
}

#gallery_box {
	width: 240px;
	height: auto;
	margin-top: 10px;
}

#gallery_box img {
	width: 70px;
	height: 70px;
	margin: 2px;
	border:none;
}

#sponsor_box {
	width: 220px;
	height: auto;
	margin: 10px;
}


#sponsor_box img {
	width: 210px;
	height: 210px;
	margin-bottom: 10px;
	border:none;
	
}


/* footer area */
#footer {
	clear: both;
	height: 20px;
	width: auto;	/*border-top-style: solid;
	border-top-color: #333333;
	border-top-width: thin;*/
	background-color: #eeeeee;
}


/* 部分別のレイアウト */
.midashi {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
