@charset "EUC-JP";

/*
Theme Name: recosuke
Theme URI: http://www.recosuke.com/
Description: Hideyasu Moto Official Web Site
Version: 1.0
Author: suzu
*/

/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	line-height:100%;
}

/* ----- float解除 ----- */

div.clear
{
	clear:both;
}

div.clear hr
{
	display:none;
}

/* ----- リンク ----- */

a
{
	color:#0099cc;
	background:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#006699;
	background:#ffffff;
	text-decoration:underline;
}

/* ----- body ----- */

body
{
	color:#666666;
	background:#ebebeb url(images/body_bg.gif) repeat-y 50% 0;
	text-align:center;
}

/* ----- container ----- */

#container
{
	width:780px;
	color:#666666;
	background:#ffffff;
	margin:0 auto;
	text-align: center;
}
/* ----- museum-top ----- */

#museum-top
{
	width:780px;
	height: 170px;
	color:#666666;
	background:#ffffff url(images/logo_top.gif) no-repeat 0 0;
	margin:0 auto;
	text-align:left;
}

.museum-left
{
	float: left;
	margin-top: 180px;
	margin-left: 5px;
	line-height: 150%;
	font-weight: 600;
}

.museum-left ul
{
	list-style: url(images/ic_ken.jpg) inside;
	font-size:100%;
	vertical-align: middle;
}

.museum-left img
{
	vertical-align: middle;
}

.museum-right
{
	float: right;
	margin-top: 180px;
	margin-right: 15px;
	line-height: 150%;
	font-weight: 600;
	text-align: right;
}

.museum-right img
{
	vertical-align: middle;
}

.museum-right ul
{
	list-style: url(images/ic_kuri.jpg) inside;
	font-size:100%;
	vertical-align: middle;
}

.museum-information
{
	text-align: left;
	font-size: 80%;
	padding: 5px 25px 20px 25px;

}

/* ----- left ----- */

#left
{
	width: 300px;
	margin: 5px;
	float:left;
}


#left h2
{
	height:302px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/top.gif) no-repeat;
	background-position:5px 0px;
	margin:0px;
}


/* ----- right ----- */

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


#right h2
{
	margin: 5px 5px 20px 5px;
	vertical-align: middle;
	font-size: 150%;
}

.setumei
{
font-size: 80%;
margin: 10px;
}

#right ul
{
	list-style: url(images/icon.gif);
	list-style-position: inside;
	font-size:120%;
	vertical-align: middle;
}

#right li
{
	margin: 5px 0 10px 0;
	margin-left: 12px;
	vertical-align: middle;
}

/* ----- サイドバー ----- */

#sidebar
{
	width:200px;
	margin: 10px 0 10px 10px;
	float:left;
	border-style: double;
	border-color: #006400;
}


.sidebar_title h2
{
	font-size:100%;
	font-weight:normal;
	background-color: #efefef;
	background:url(images/ic_ken_kuri.jpg) no-repeat;
	padding:10px 5px 0 50px;
	text-align:left;
	font-size: 120%;
	font-weight:bold;
	color: #000000;
	margin:5px 8px 0 0;
	height: 40px;
}


.sidebar_title a
{
	color:#000000;
	background:#ffffff;
	text-decoration:none;
}

.sidebar_title a:hover
{
	color:#006699;
	background:#ffffff;
	text-decoration:underline;
}



.sidebar-inner
{
	padding:10px;
	margin:0 0 5px 20px;
	font-size:90%;
}

.sidebar-inner li
{
	line-height:180%;
	list-style: square;
}

.current-cat li
{
	line-height:180%;
	list-style: square;
}

.children li
{
	line-height:180%;
	list-style: circle;
	margin:0 0 0 10px;
}


/* ----- category ----- */

#category
{
	width: 750px;
	margin: 10px;
	font-size:120%;
	text-align:center;
}

.category_img
{
	margin: 0 0 0 10px;
}

.category_img img
{
	border: none;
}

#category h1
{
	text-align: left;
	padding: 2px;
	color:#000000;
	border-left: 5px solid #006400;
	border-bottom:1px solid #006400;
	background:#ebebeb;
	font-size:100%;
	font-weight:bold;
}

.category_details
{
	width:700px;
	margin: 20px 0 10px 50px;
	float:left;
	border-style: none;
	text-align:left;
	font-size:16px;
	font-weight: bold;
	list-style-type: square;
}

.category_details li
{
	line-height: 130%;
	color: #1749A5;
}

.category_details a
{
	color: #1749A5;
	text-decoration: none;
}

.category_details a:hover
{
	color: #FC8A02;
	text-decoration: underline;
}


#category_child
{
	width: 550px;
	margin-bottom: 5px;
	border-collapse: collapse;
	background-color: #f0f8ff;
	margin: 20px 0 0 0;
}

#category_child td.th
{
	text-align: center;
	padding: 5px;
	border: solid 1px #b4c0aa;
	background-color: #006400;
	color: #ffffff;
}

 #category_child td
{
	font-size:80%;
	text-align: left;
	padding: 5px;
	border: solid 1px #b4c0aa;
}

#category_child td.detail
{
	text-align: center;
}

/* ----- パンくず ----- */

.list
{
	color:#333333;
	background:#ffffff;
	line-height:100%;
	border-bottom:1px solid #cccccc;
	padding:1px 5px 5px 5px;
	margin:5px 0 0 0;
	text-decoration:none;
	font-size: 80%;
}

.list a:hover
{
	text-decoration:underline;
}


/* ----- details ----- */

#details
{
	width: 760px;
	margin: 5px;
}

#detail-image
{
	float:left;
	width: 330px;
	margin: 0 5px 5px 5px;
	text-align: center;
}

#detail-data
{
	float:right;
	margin: 0 10px 0 10px;
	width: 370px;
}

#data
{
	float:right;
	width: 370px;
	margin-bottom: 10px;
	background-color: #f0f8ff;
}

#data td.td-title
{
	text-align: left;
	padding: 5px;
	border-left:5px solid #006400;
	border-bottom:1px solid #006400;
	font-size:120%;
	font-weight:bold;
	background-color: #f8f8ff;
}

#data th, #data td
{
	text-align: left;
	padding: 5px;
	border-left:5px solid #b4c0aa;;
	border-bottom:1px solid #b4c0aa;
	font-size:80%;
}

#data ul
{
	margin: 0 0 0 25px;
	padding: 0;
}


#detail-af
{
	float:right;
	margin: 10px;
	width: 370px;
}

#af
{
	float:right;
	width: 370px;
	margin-bottom: 20px;
	background-color: #ffffff;
}

#af td
{
	text-align: left;
	padding: 5px;
	border-left:5px solid #ffa07a;
	border-bottom:1px solid #ffa07a;
	font-size:80%;
}
	
/* ----- header ----- */

#header
{
	color:#ffffff;
	padding:0px;
	margin:0 0 5px 0;
}

#header h1.title
{
	width:780px;
	height:150px;
}

#header h1.title a
{
	display:block;
	width:780px;
	height:150px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/logo_top.gif) no-repeat 0 0;
}

.top-banner
{
	text-align:center;
	margin-top:5px;
}

/* ----- footer ----- */

#footer
{
	background:#ffffff url(images/footer_bg.gif) repeat-x 0 0;
	margin-top: 15px;
	padding:10px 0 30px;
	text-align:center;
	font-size:70%;
	color:#999999;
}

#jquery-cycle{
    margin-left:50px;
}

.back_link{
    font-size:12px;
    margin:20px 0 5px 0;
}

.click{
    margin:75px 180px;
}