/*
Theme Name: SeaSeed_Template
Theme URI: http://www.seaseed.com/
Description: Original Design
Author: Tsuyoshi Ishiki
*/

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background-image:url(img/bg.jpg);
	background-position: center top;
}

a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}


#rap {
	width:1068px;
	height:1800px;
	background-image:url(img/bg.jpg);
	background-position:center top;
}

#header {
	width:1068px;
	height:527px;
}

#left_sp {
	width:  85px;
	height:527px;
	float:left;
}

#left2_box {
	width:173px;
	height:527px;
	float:left;
}

#kawa {
	width:173px;
	height:108px;
	padding-top:1px;
}

#menu {
	width:172px;
	height:300px;
	padding-left:1px;
}

#center_box {
	width:640px;
	height:527px;
	float:left;
}

#neon {
	width:640px;
	height:49px;
	padding-top:1px;
}

#top_menu {
	width:640px;
	height:58px;
}

#head_fla {
	width:640px;
	height:300px;
}

#right_box {
	width:170px;
	height:527px;
	float:left;
}

#yashi {
	width:170px;
	height:248px;
	padding-top:2px;
}

#main {
	width:1068px;
	height:1160px;
}

#main_lsp {
	width:230px;
	height:1160px;
	float:left;
}
#content {
	width:700px;
	height:1160px;
	overflow:auto;
	float:left;
	text-align:left;
}

#content h2 {
	font-size:1em;
	border-bottom:1px dotted #a3cceb;
}

#content h3 {
	font-size:0.8em;
	text-align:right;
	color:#666666;
}
#top_btn {
	width:700px;
	height:85px;
	background-image:url(img/bt_top.jpg);
	margin:5px 0px 5px 0px;
}
#top_btn a.top_btn_1 {
	width:347px;
	height:80px;
	margin-right:6px;
	font-size:0px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	float:left;
}
#top_btn a:hover.top_btn_1 {
	background-image:url(img/bt_top_1.jpg);
}
#top_btn a.top_btn_2 {
	width:347px;
	height:80px;
	font-size:0px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	float:left;
}
#top_btn a:hover.top_btn_2 {
	background-image:url(img/bt_top_2.jpg);
}
#toppage {
	width:700px;
	height:400px;
	font-size:0.8em;
	line-height:150%;
	color:#333333;
	margin-top:10px;
	overflow:auto;
}
#info {
	width:700px;
	height:140px;
	text-align:left;
}

#info_contents {
	width:700px;
	height:113px;
	overflow:auto;
}

#info_content {
	width:675px;
	/*border-bottom:1px dashed #2d89ca;*/
	margin-bottom:5px;
	margin-top:5px;
}

#info_content h2 {
	width:655px;
	float:left;
	font-size:0.8em;
	font-weight:normal;
}

#info_content p {
	font-size:0.8em;
	color:#666666;
	width:600px;
	margin-left:50px;
}

#link {
	width:700px;
	height:150px;
	margin-top:10px;
}
#link_banner img {
	margin: 5px;
}
.storycontent {
	font-size:0.8em;
	text-align:150%;
	color:#333333;
	margin-top:20px;
}

.storycontent a {
	text-decoration: none;
}
/*              */
/*    image     */
/*              */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

