@charset "UTF-8";

/* wrapper
------------------------------------------------------------ */
div#wrapper {
	background: url(../img/bg_contents.png) repeat-y;
	width: 950px;
	margin: 0px auto;
}

/* header
------------------------------------------------------------ */
#header {
	text-align: right;
	background: url(../img/header.gif) no-repeat;
	width: 940px;
	height: 100px;
	margin: 0px auto;
	line-height: 24px;
}
#header h1,
#header p#taira {
	display: none;
}
#header p {
	font-size: 11px;
	color: #FFF;
	padding-left: 15px;
	float: left;
	display: inline;
}
#header div {
	color: #FFF;
	padding-right: 15px;
}

/* menu
------------------------------------------------------------ */
#menu {
	width: 940px;
	margin: 0px auto;
}
#menu ul li {
	float: left;
	display: inline;
}

#title {
	background: url(../img/h1.jpg) no-repeat;
	width: 940px;
	height: 120px;
	margin: 0px 5px;
	clear: both;
}
#title h1 {
	font-size: 24px;
	font-weight: bold;
	color: #773200;
	padding: 70px 40px 0px 720px;
}
#title h1.mini {
	line-height: 120%;
	padding: 50px 40px 0px 720px;
}

/* contents
------------------------------------------------------------ */
#contents {
	width: 910px;
	margin: 0px 15px 0px 25px;
	overflow: hidden;
}

/* main
------------------------------------------------------------ */
#main {
	text-align: left;
	width: 650px;
	float: left;
	display: inline;
}
#main .navi {
	font-size: 11px;
	margin: 0px 5px;
	border-top: none;
}
#main .navi li {
	background: url(../img/arrow_04.gif) no-repeat left center;
	padding: 0px 20px 0px 15px;
	float: left;
	display: inline;
}
#main #you {
	font-size: 13px;
	text-indent: 20px;
	padding-top: 20px;
}
#main #you b {
	font-size: 14px;
	color: #F00;
}
#main h2 {
	background: url(../img/h2.gif) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #773200;
	text-indent: 15px;
	line-height: 38px;
	width: 650px;
	height: 38px;
	margin: 20px auto 12px;
	clear: both;
}
#main .sub div {
	margin: -40px 20px 0px 0px;
	float: right;
	display: inline;
}
#main h3 {
	background: url(../img/arrow_02.gif) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	color: #FF5000;
	margin-bottom: 5px;
	padding-left: 20px;
}
#main .box {
	margin-bottom: 15px;
	padding: 20px;
	border: 3px solid #FFE7A5;
	overflow: hidden;
	clear: both;
}
*html #main .box {
	width: 650px;
}
#main .box p {
	padding-left: 20px;
}
#main .box h3 {
	background: url(../img/arrow_01.gif) no-repeat left 5px;
	line-height: 180%;
}
#main .box h3 a {
	color: #4D4D4D;
}
#main .box h3 a:hover {
	color: #FF5000;
	text-decoration: underline;
}
#main .box p.data {
	padding: 5px 20px 10px;
	border-top: 1px dotted #999;
}
#main .box .left div {
	margin-bottom: 10px;
}
#tairasogo #main .box .right {
	width: 440px;
}
#main .box .right {
	width: 400px;
}
#main .box .right ul {
	margin-left: 50px;
}
#main .box .right ul li {
	padding-right: 20px;
	float: left;
	display: inline;
}
#main .go {
	text-align: center;
	margin-top: 30px;
}
#main .box table p {
	margin: 0px;
	padding: 0px;
}

/* side
------------------------------------------------------------ */
#side {
	width: 240px;
	float: right;
	display: inline;
}
#side #form_go {
	background: url(../img/form_bg.gif) no-repeat;
	width: 240px;
	height: 210px;
	margin: 20px auto 15px;
}
#side #form_go img {
	margin-top: 103px;
}
#side #news {
	border: 1px solid #cccccc;
}
#side #news dl {
	text-align: left;
}
#side #news dl dt {
	background: url(../img/arrow_03.gif) no-repeat left 2px;
	margin: 10px 5px 0px;
	padding-left: 15px;
}
#side #news dl dd {
	margin: 0px 5px 10px;
	padding: 0px 5px 5px 15px;
	border-bottom: 1px dotted #000;
}
#side ul.menu {
	text-align: left;
	color: #FFF;
	margin: 15px;
}
#side ul.menu li {
	width: 210px;
	height: 24px;
	background: #B3B3B3;
	line-height: 24px;
	margin-bottom: 5px;
	text-indent: 20px;
}
#side ul.menu li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#side ul.menu li  a:hover {
	background: #666;
}

/* pagetop
------------------------------------------------------------ */
.pagetop {
	text-align: right;
	width: 890px;
	margin: 30px auto;
	clear: both;
}

/* footer
------------------------------------------------------------ */
.navi {
	line-height: 30px;
	margin: 0px 5px;
	border-top: 1px dotted #B3B3B3;
}
#footer {
	background: url(../img/footer.gif) no-repeat;
	font-size: 11px;
	color: #773200;
	line-height: 140%;
	text-align: right;
	width: 940px;
	height: 110px;
	margin: 0px auto;
	overflow: hidden;
}
#footer h5 {
	display: none;
}
#footer p {
	float: left;
	display: inline;
	padding: 75px 0px 0px 120px;
}
#footer div {
	padding: 20px 20px 10px 0px;
}
#footer address {
	padding: 0px 20px 0px 0px;
}