/*
Theme Name: Toride FC Home
Theme URI: none
Description: Toride FC Home
Version: 1.0
Author: NetWins
Author URI: http://www.net-wins.com/
*/

@charset "utf-8";

/* RESET DEFAULT */
h1,h2,h3,h4,p { padding:0; margin:0; font-size:9px; line-height:1.0; font-weight:normal; }
dl,dt,dd,ul,ol,li,form { padding:0; margin:0; font-size:9px; line-height:1.0; font-weight:normal; list-style:none; }
object,embed { padding:0; margin:0; }
abbr,cite { text-decoration:none; font-style:normal; }
a { outline:0; }
img { vertical-align:bottom; }
/* RESET DEFAULT */

html { background:#F4F4E5 url(images/bg_html.gif) 0 0; }

body {
	padding:0;
	margin:0;
	text-align:center;
	color:#333;
	background:url(images/bg_body.gif) repeat-x 0 0;
}

a { color:#666; }
a:hover {
	color:#930;
	text-decoration:none;
}

#wrap {
	margin:0 auto;
	width:910px;
	text-align:left;
	background:url(images/bg_wrap.gif) repeat-y 0 0;
	position:relative;
	overflow:hidden;
}

/* HEAD */
#head {
	padding:10px 15px 0;
	height:300px;
	width:890px;
	position:relative;
	background:transparent url(images/head_bg.jpg) no-repeat 0 0;
}

#head h1 {
	margin:0;
	background:transparent;
	position:absolute;
	top:10px;
	left:15px;
}
#head h2 { margin:0; }
/* HEAD */

/* HEADNAV */
ul#headnav {
	margin:0 25px 10px;
	width:860px;
	overflow:hidden;
}
ul#headnav li {
	display:block;
	height:45px;
	width:144px;
	float:left;
}
ul#headnav li a {
	display:block;
	height:45px;
	width:144px;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/menu_h.jpg) no-repeat;
}

ul#headnav li#home, ul#headnav li#home a { width:140px; }

ul#headnav li a#menu_a { background-position:0 0; }
ul#headnav li a#menu_b { background-position:-140px 0; }
ul#headnav li a#menu_c { background-position:-284px 0; }
ul#headnav li a#menu_d { background-position:-428px 0; }
ul#headnav li a#menu_e { background-position:-572px 0; }
ul#headnav li a#menu_f { background-position:-716px 0; }
ul#headnav li a#menu_a.current, ul#headnav li a#menu_a:hover { background-position:0 -45px; }
ul#headnav li a#menu_b.current, ul#headnav li a#menu_b:hover { background-position:-140px -45px; }
ul#headnav li a#menu_c.current, ul#headnav li a#menu_c:hover { background-position:-284px -45px; }
ul#headnav li a#menu_d.current, ul#headnav li a#menu_d:hover { background-position:-428px -45px; }
ul#headnav li a#menu_e.current, ul#headnav li a#menu_e:hover { background-position:-572px -45px; }
ul#headnav li a#menu_f.current, ul#headnav li a#menu_f:hover { background-position:-716px -45px; }

ul.hanabi#headnav li a#menu_b, ul.hanabi#headnav li a#menu_b:hover { background-position:-140px -45px; }
ul.henro#headnav li a#menu_c, ul.henro#headnav li a#menu_c:hover { background-position:-284px -45px; }
ul.takodon#headnav li a#menu_d, ul.takodon#headnav li a#menu_d:hover { background-position:-428px -45px; }
/* HEADNAV */

/* BREAD */
p#bread {
	padding:6px 10px;
	margin:0 25px;
	font-size:12px;
	line-height:1.5;
	width:840px;
	border:1px #EBEBEB solid;
	background:#EBEBEB url(images/bread_bg.gif) no-repeat 560px 50%;
}
p#bread a { margin:0 5px 0 0; }
/* BREAD */


/* CONTAINER */
#container {
	float:left;
	padding:0 30px 0 25px;
	margin:0 0 30px;
	width:670px;
	overflow:hidden;
}
#container h3 { margin:0; }
#container h4 { margin:0; }


/* content */
#content {
	margin:20px 0 0;
	float:right;
	width:410px;
}

ul#news {
	padding:4px 9px;
	margin:0 0 15px;
	width:390px;
	border:1px #CCC solid;
}
ul#news li {
	padding:0 0 5px;
	margin:0 0 5px;
	background:url(images/dot_gray.gif) repeat-x 0 bottom;
}
ul#news li dl {
	padding:5px 0;
	margin:0;
	width:390px;
	overflow:hidden;
}
ul#news li dt {
	margin:0;
	float:left;
	width:60px;
}
ul#news li dd {
	float:right;
	padding:0;
	width:330px;
	font-size:12px;
	line-height:1.5;
	border:none;
}


/* page */
.page#content h3 {
	padding:0 10px 0 40px;
	margin:0 0 5px;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	color:#333;
	background:url(images/page_ttl.gif) no-repeat 0 50%;
}

.page#content div {
	padding:9px 9px 0;
	margin:0 0 30px;
	width:390px;
	border:1px #CCC solid;
}

.page#content div p {
	padding:0 0 9px;
	font-size:12px;
	line-height:1.5;
}

.page#content div.feedback {
	padding:10px;
	margin:0 0 9px;
	width:370px;
	border:none;
	background:#F3F3E3;
}
.page#content div.feedback p {
	padding:0;
	font-size:12px;
	line-height:1.25;

}
/* page */

/* archive */
.archive#content dl#arclist {
	margin:0 0 30px;
	width:410px;
}
.archive#content dl#arclist dt { margin:0 0 5px; }
.archive#content dl#arclist dd {
	padding:4px 9px 1px;
	width:390px;
	border:1px #CCC solid;
}
.archive#content dl#arclist dd li {
	padding:0 0 0 35px;
	margin:0 0 8px;
	font-size:12px;
	line-height:1.5;
	background:url(images/cursor_l.gif) no-repeat 0 50%;
}
/* archive */

/* search */
.search#content div {
	padding:0;
	margin:0 0 30px;
	width:410px;
	overflow:hidden;
}
.search#content div h3 {
	padding:6px 10px 6px 40px;
	margin:0 0 5px;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	color:#333;
	background:url(images/search_ttl.gif) no-repeat 0 50%;
}
.search#content div ul {
	padding:12px 9px 0;
	margin:0 0 5px;
	width:390px;
	border:1px #CCC solid;
}
.search#content div li {
	padding:0 8px 12px;
	margin:0 0 12px;
	font-size:12px;
	line-height:1.5;
	background:url(images/dot_gray.gif) repeat-x 0 bottom;
}
/* search */

/* single */
.single#content h3 { margin:0 0 5px; }
.single#content div.postbox {
	padding:4px 9px;
	margin:0 0 15px;
	width:390px;
	border:1px #CCC solid;
	background:url(images/postbox_bg.gif) no-repeat -1px -1px;
}
.single#content div.postbox h4 {
	margin:10px;
	font-size:16px;
	line-height:1.5;
}
.single#content div.postbox h4 span { font-size:12px; }
.single#content div.postbox p.cname {
	margin:0 10px 10px;
	font-size:12px;
	line-height:1.25;
	text-align:right;
}
.single#content div.postbox div.post a img { border:none; }
.single#content div.postbox div.post {
	margin:0 10px;
	width:370px;
	overflow:hidden;
	position:relative;
}
.single#content div.postbox div.post p {
	padding:0 0 9px;
	font-size:12px;
	line-height:1.75;
}
.single#content div.postbox div.feedback {
	padding:10px;
	margin:0 0 9px;
	width:370px;
	border:none;
	background:#F3F3E3;
}
.single#content div.postbox div.feedback p {
	padding:0;
	font-size:12px;
	line-height:1.25;

}
.single#content div.postbox p#p_nav {
	margin:0 0 10px;
	width:390px;
	font-size:12px;
	line-height:1.5;
	overflow:hidden;
}
.single#content div.postbox p#p_nav span { width:auto; }
.single#content div.postbox p#p_nav span.left { float:left; }
.single#content div.postbox p#p_nav span.right { float:right; }
/* single */

/* fc */
.fc#content h3 { margin:0 0 5px; }
.fc#content h4 { margin:0 0 5px; }

.fc#content div {
	margin:0 0 15px;
	width:410px;
	overflow:hidden;
}

.fc#content div#loclist {
	padding:18px 0 6px 18px;
	margin:0 0 30px;
	width:390px;
	overflow:hidden;
	border:1px #CCC solid;
}
.fc#content div#loclist li {
	padding:0 0 12px;
	margin:0 18px 0 0;
	float:left;
	width:177px;
}

.fc#content div p {
	float:left;
	width:200px;
	font-size:12px;
	line-height:1.75;
}
.fc#content div img.left {
	float:right;
	width:202px;
}

.fc#content ul#news { margin:0 0 5px; }
.fc#content ul.bottom#news { margin:0 0 30px; }
.fc#content ul#news li dt.fc_pict {
	width:160px;
	height:120px;
	overflow:hidden;
}
.fc#content ul#news li dt.fc_pict p {
	float:none;
	width:160px;
	font-size:9px;
	line-height:1.0;
}
.fc#content ul#news li dt.fc_pict p img {
	width:160px;
	height:120px;
	border:none;
}
.fc#content ul#news li dd.fc_pict { width:221px; }
.fc#content ul#news li dd.fc_pict p.cname {
	margin:10px 10px 0;
	font-size:10px;
	line-height:1.25;
	text-align:right;
}
/* fc */

#content div.bottom { margin:0 0 30px; }

p#bnr_contact { margin:0 0 30px; }

a.gomore {
	float:right;
	width:95px;
	height:15px;
}
a.gomore img { vertical-align:top; }
/* content */


/* side */
#side {
	padding:20px 0 0;
	float:left;
	width:230px;
}

#side dl {
	padding:0 10px 15px;
	margin:0 0 20px;
	background:url(images/side_bg.gif) repeat-y 0 0;
}
#side dd { padding:0 10px; }
#side dl ul {
	padding:10px;
	width:170px;
	background:#FFF;
}
#side dl li {
	padding:0 0 0 35px;
	margin:0 0 10px;
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
	background:url(images/cursor_l.gif) no-repeat 0 50%;
}

#side div {
	padding:10px 20px 20px;
	margin:0;
	width:190px;
	background:url(images/fc_side_extbg.gif) no-repeat 0 bottom;
}
#side div a img { margin:0 auto 0 11px; }
#side div p {
	margin:0 0 15px;
	font-size:12px;
	line-height:1.5;
}
/* side */
/* CONTAINER */


/* EXTRA */
#extra {
	float:left;
	margin:20px 0 30px;
	width:160px;
}
#extra li { margin:0 0 20px; }
#extra li dl { display:inline; }
#extra li dd li { margin:0; }
#extra li#link dt { margin:0 0 8px; }

#extra li#link dd li h4 {
	margin:0 0 5px;
	font-size:14px;
	line-height:1.5;
	color:#E45E05;
}

#extra li#link dd li ul li {
	padding:0 0 8px;
	margin:0 0 10px;
	background:url(images/dot_gray.gif) repeat-x 0 bottom;
}
#extra li#link dd li ul li a {
	padding:0 0 0 25px;
	display:block;
	font-size:12px;
	line-height:1.25;
	background:url(images/cursor_sa.gif) no-repeat 2px 2px;
}
#extra li#link dd li ul li a:hover { background:url(images/cursor_sb.gif) no-repeat 2px 2px; }
/* EXTRA */


/* FOOT */
#foot {
	clear:both;
	padding:15px 30px 0;
	width:850px;
	height:100px;
	position:relative;
	background:url(images/foot_bg.gif) no-repeat 15px 0;
}
#foot h3 { margin:0 0 10px; }

#foot p {
	font-size:12px;
	line-height:1.75;
	color:#FFF;
}
#foot p a {
	color:#FFF;
}

#foot p#footnav {
	font-size:9px;
	line-height:1.0;
	position:absolute;
	top:15px;
	right:30px;
}
#foot p#footnav a {
	margin:0 0 0 15px;
}
#foot p#credit {
	font-size:12px;
	line-height:2.0;
}
/* FOOT */


/* FLASH */
#flash {
	position:absolute;
	right:30px;
	bottom:15px;
	font-size:9px;
	width:292px;
}
/* FLASH */


/* SLIDEBOX */
#slidebox {
	width:910px;
	position:absolute;
	top:0;
	left:0;
}
#slidebox li {
	position:absolute;
	top:0;
	height:40px;
}
#slidebox li#btn_search { right:200px; width:120px; }
#slidebox li#btn_tsize { right:30px; width:160px; }

#slidebox div#searchbox {
	background:#FFF;
	padding:15px 10px 10px;
	margin:0 30px;
	border:10px #F3F3E3 solid;
}
#slidebox div#searchbox h3 { margin:0 0 5px; }
#slidebox div#searchbox p {
	margin:10px 0 0;
	font-size:12px;
	line-height:1.5;
}
/* SLIDEBOX */


