/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic",  "ＭＳ Ｐゴシック", Verdana, Myriad, Helvetica, "MS Trebuchet", Arial, sans-serif;
}

body {
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFF8D9 url(./images/body-bk.png) repeat-x;
}

/*ページ全体のリンク指定*/
a:link,a:visited {
	color:#A67333;
	text-decoration:none;
}

a:active{
color: #0033CC;
text-decoration: none;
}

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

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.textright{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 8px 15px 8px 0;
	text-align: right;
	padding: 0px 0 0px 38px;
	background: url(images/next.gif) no-repeat 0% 30%;	
	float: right;
}


/*コンテナー*/
#container {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 800px;
}


/*ヘッダー*/
#header {
	background: url(images/topbnr.png) no-repeat;
	height: 140px;
	width: 800px;
	line-height: 1;
	color: #FFFFFF;
	border: 0px solid #000000;	
	margin: 10px auto 10px auto;
}

#text-top {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 15px;
}


/*メインコンテンツ*/
#main {
	float: right;
	text-align: left;
	width: 580px;
	margin: 0px 5px 0px 5px;
	border: 0px solid #000000;	
}

h1 {
	font-size: 18px;
	font-weight: bold;
	border: 3px double #ffffff;
	text-align: center;
	background: #fab554;
	margin: 2px 5px 20px 5px;
}

h2{

margin: 20px 10px 0px 10px;
padding:1px 0px 5px 10px;
border-color: #fab554;
border-width: 0px 0px 2px 2px;
border-style: dotted;
font-size: 17px;
color: #525252;
font-weight: bold;
}

h3 {
background: url(./images/h3.gif) no-repeat 1% 40%;
padding: 4px 0px 3px 45px;
text-align: left;
font-size: 14px;
margin: 3px auto 10px auto;
border-color: #fab554;
border-width: 0px 0px 2px 0px;
border-style: dotted;
font-weight: bold;
}


.box1{
width: 540px;
background-color: #ffffff;
margin: 0px auto 10px auto;
border:solid 2px #fab554;
border-width: 2px;
}
.sitebnr {
	margin: 0 0 10px 0; 
	text-align: center;
  }

#main p {
	margin: 10px 30px 10px 30px;
	font-size: 0.85em;
	line-height: 1.7;
}

 
#main p.photo-r {
	font-size: 12px;
	float: right;
	margin: 5px 30px 1px 12px;
	width: auto;
	height: auto;
}

#main p.photo-r img {
  border: none;
}

#main p.fclear {
  clear: both;
  height: 0;
}

/*左サイド*/
.side {
	float: left;
	width: 200px;
	margin: 0 0 0 5px; 
	background:  #FFF8D9;
	color: #FFFFFF;
	border: 0px solid #cccccc;	
	}

.side h4 {
	width: 185px;
	font-size: 12px;
	font-weight: bold;
	border: 3px double #ffffff;
	text-align: center;
	background: #fab554;
	margin: 5px 5px 5px 5px;
}

.side h4 a {
	color: #525252;
	font-weight: bold;
	text-decoration: none;
}

.side h4 a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}


.side p {
	margin: 5px 10px 5px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	color: #a67333;
}

.side a {
	color: #FFFFFF;
}



.side .menu a {
	font-size: 12px;
	width :160px;
	color: #A67333;
	text-decoration: none;
	background:  #fff8d9 url(./images/side1.gif) no-repeat 2% 50%;
	border-bottom: 1px dotted #cccccc;
	padding-left: 23px;
	display: block;
	margin: 5px 3px 5px 8px;
}

.side .menu a:hover {
	font-size: 12px;
	background:  #fab554 url(./images/side1.gif) no-repeat 2% 50%;
	color: #ffffff;
}

/*フッター*/
#footer {
	font-size: 12px;
	clear: both;

	margin: 0 auto 0 auto;
	border-top: 1px solid #CCCCCC;
	background: #fab554;
	padding: 5px 5px 5px 5px;
}


