
@charset "shift_jis";

/*--------ページ全体-----------------------------------------------------------------*/

body {
	color: #666633;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
 }

/*--------ヘッダ（タイトル・ナビゲーション・トップ画像）---------- */

#header {
	width: 750px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #ffffff;
 }

#title {
	width: 750px;
}

#title h1 {
	width: 750px;
	height: 250px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background: url(image/top_img.gif) no-repeat;
	text-indent: -9999px;
}

#navbar{
	width: 750px;
	height: 30px;
	margin: 10px 0px 30px 0px;
	padding: 0px;
	list-style: none;
	background: #ffffff;
}

.menu{
	float: left;
	width: 125px;
	height: 30px;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

.menu b{
	width: 125px;
	height: 30px;
	margin: 0px;
	display: block;
	background: url(image/menu.gif) no-repeat;
	color: #cc00cc;
}

.menu a{
	width: 125px;
	height: 30px;
	display: block;
	border-bottom: 1px solid #B4B5B2;
	color: #666633;
}

/*--------コンテンツ------------------------------------------------ */

#layout {
	width: 750px;
	margin: 0px
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
 }

/*------------左（コンテンツ）--------------------------------*/

#leftside{
	float: left;
	width: 550px;
	margin: 0px;
	text-align: left;
}

#leftside h1{
	width: 550px;
	hight: 30px;
	margin: 0px;
	padding: 0px;
	background: url(image/title1.gif) no-repeat;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 25px;
	font-weight: bold;
	line-height: 33px;
	color: #dc143c;
	text-align: left;
}

#leftside h2{
	width: 550px;
	background: url(image/mini-title1.gif) no-repeat;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
}

#leftside h3{
	width: 550px;
	background: url(image/mini-title2.gif) no-repeat;
	font-weight: bold;
	font-size: 15px;
	line-height: 23px;
}

#leftside h4{
	width: 550px;
	background: url(image/mini-title3.gif) no-repeat;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}

#leftside li{
	padding: 5px 0px;
	line-height: 22px;
}

/*------------左（説明）--------------------*/

#ref img{
	float: left;
	width: 240px;
	padding: 0px 10px;
}

#ref p{
	font-size: 15px;
	line-height: 20px;
	padding-light: 3px;
}

/*------------左（サムネイル）-------------*/

#thumbnail{
	clear: both;
	margin-top: 10px;
	width: 550px;
}

#thumbnail p {
	font-weight: bold;
}

#thumbnail tr{
	height: 130px;
	padding: 0px;
}

#thumbnail td{
	width: 130px;
	height: 130px;
	border-spacing: 0px 3px;
	text-align: center;
}

/*------------左（トップへ戻る）-----------*/
#back-to-top{
	margin: 0px;
	text-align: center;
}

#bottomnav{
	width: 550px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
}

.prev-next{
	float: left;
	width: 183px;
	margin: 0px;
	text-align: center;
}

/*------------左（リンク）-----------------*/

#link li{
	padding: 8px 0px;
}

/*--------右（小メニュー）--------------------------------------*/

#rightside{
	float: right;
	width: 200px;
	margin: 0px;
}

#rightside h1{
	width: 180px;
	height: 180px;
	margin: 0px auto 15px auto;
	background: url(point-photo/zingozi1.gif) no-repeat;
	text-indent: -9999px;
}	

#rightside h2{
	width: 180px;
	height: 92px;
	margin: 0px auto;
	background: url(point-photo/hanbai.gif) no-repeat;
	text-indent: -9999px;
}

#rightside h3{
	width: 180px;
	height: 180px;
	background: url(point-photo/henro2.gif) no-repeat;
	text-indent: -9999px;
}

#rightside h4{
	width: 180px;
	height: 180px;
	background: url(point-photo/henro3.gif) no-repeat;
	text-indent: -9999px;
}

#rightside h5{
	width: 180px;
	height: 180px;
	background: url(point-photo/zingozi2.gif) no-repeat;
	text-indent: -9999px;
}

#menu-title{
	width: 200px;
	height: 20px;
	background: url(image/menutitle.gif) no-repeat;
}

#menu-bottom{
	width: 200px;
	height: 15px;
	background: url(image/menubottom.gif) no-repeat;
}

#menubox{
	width: 200px;
}

#menubox li{
	padding: 7px 0px 0px 0px;
	list-style-type: none;
	text-align: left;
}

/*--------パンくずリスト------------------------------ */

#rootlist{
	margin: 10px 0px 10px 30px;
	color: #000000;
	text-align: left;
	font-size: 15px;
}


/*--------フッタ---------------------------------------------------------- */

#footer {
	width: 750px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
 }
