/*--------------------div--------------------*/

body {
	width:760px;
	margin: 0px auto;
	padding: 0px;
	background-color:#FFFFFF;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	text-align:left;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#header {
	width: 760px;
}

#title {
	width: 160px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: right;
	margin-top: 30px;
}

#sele {
	width: 170px;
	padding-top: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
}

#subselect {
	width: 760px;
}

#flash {
	width: 760px;
}

#baner {
	width: 460px;
	margin-left: 297px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#inline {
	width: 270px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}

#naka {
	padding-top: 30px;
	margin-left: 160px;
}

#toiawase {
	padding: 0px;
	width: 460px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 297px;
}

#footer {
	width: 760px;
	margin-top: 20px;
	clear:left;
}



/*--------------------マージン--------------------*/

.margin-top10 {
	margin-top: 10px;
}

.margin-top20 {
	margin-top: 20px;
}

.margin-top30 {/*----------追加：ゆい----------*/
	margin-top: 30px;
}

.margin-bottom5 {
	margin-bottom: 5px;
}

.margin-bottom10 {
	margin-bottom: 10px;
}

.margin-bottom20 {/*----------追加：ゆい----------*/
	margin-bottom: 20px;
}

.margin-bottom30 {/*----------追加：ゆい----------*/
	margin-bottom: 30px;
}

.margin-bottom50 {/*----------追加：ゆい----------*/
	margin-bottom: 50px;
}


/*--------------------もじ--------------------*/

.honbun10 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 15px;
}

.honbun10_o {/*----------追加：ゆい----------*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 15px;
	color: #FF6600;
}

.midashi11_o {/*----------追加：ゆい----------*/
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #FF6600;
}

.midashi13 {/*----------追加：ゆい----------*/
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}



/* -------------------リンク--------------------- *//*----------追加：ゆい----------*/

a:link {
  color: #999999;
  background: transparent;/* ---transparent透明--- */
  text-decoration:underline;
}

a:visited {
  color: #555555;
  background: transparent;
  text-decoration:underline;
}

a:hover{
  color: #FF6600 ;
  background: transparent;
  text-decoration:none;
}
a:active{
  color: #FF9900;
  background: transparent;
  text-decoration:none;
}



/* --------------------ページトップへ戻る--------------------- */

#back {/*----------追加：ゆい----------*/
	margin: 10px 0px 0px 0px;
	width: 407px;
	text-align: right;
	font-size: 10px;
}



/*--------------------その他--------------------*/

.photo_cap {
	font-size: 10.5px;
	line-height: 110%;
}