/* CSS Document */


*{ margin:0; padding:0; }
.fclear {clear:both;}

body {
	margin:0;
	padding:0;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * 
 * 外側のブロック
 * 
 */
#container {
	background:url(../img/bk_background.gif) repeat-y;
	width:780px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * 
 * ヘッダーのブロック
 * 
 */
#header {
	position:relative;
	background:url(../img/bk_header.gif) top left no-repeat;
	width:760px;
	height:145px;
}

#header h1 {
	position:absolute;
	top:5px;
	left:280px;
	background:url(../img/bk_title.png) no-repeat;
	width:460px;
	height:40px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::
* トップページ画像用(キーワードを入れる)
*/
h2.eye-chatch-top {
	position:absolute;
	top:120px;
	left:0;
	background:url(../img/eye_top.png) no-repeat;
	width:745px;
	height:25px;
}
h2.eye-chatch-bottom {
	background:url(../img/eye_bottom.png) no-repeat;
	width:745px;
	height:101px;
}

/*テキストをブラウザー外部にとばす。*/
#header h1, h2.eye-chatch-top, h2.eye-chatch-bottom {
	text-indent:-2000px;
	font-size:1px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * 
 * メインのブロック
 * 
 */
#body {
	background:url(../img/bk_body.gif) repeat-y;
	padding:0 15px 0 10px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::
* #bodyの子要素
*/
#body #left {
	float:left;
	width:170px;
}
#body #left h4 {
	color:#333333;
	font-size:12px;
	text-align:left;
	margin:10px 0 0 5px;
}
#body #left p.midashi1 {
	color:#FF6600;
	font-size:12px;
	font-weight:bolder;
}
#body #left p.midashi2 {
	color:#006600;
	font-size:12px;
}
#body #left p.midashi1, #body #left p.midashi2 {
	margin:10px 5px; 
}

/*:::::::::::::::::::::::::::::::::::::::::::::
* #bodyの子要素
*/
#body #main {
	float:right;
	width:550px;
	color:#363636;
}
#body #main h3 {
	background:url(../img/mark_main_h3_top.gif) 0 2px no-repeat;
	color:#006600;
	font-size:13px;
	padding:0 0 0 15px;
}

#body #main p {
	font-size:14px;
	line-height:1.5em;
}

#body #main .tbl-top-contents {
	margin:5px 0 20px 0;
}
#body #main .tbl-top-contents td {
	background:url(../img/bk_main_top.gif) no-repeat;
	vertical-align:top;
	width:260px;
	height:90px;
	padding-bottom:10px;
	padding-right:10px;
}
#body #main .tbl-top-contents td.margin10 {
	background:none;
	width:10px;
}
#body #main .tbl-top-contents p {
	padding:10px 10px 10px 10px;
	font-size:12px;
}
#body #main .tbl-top-contents p.top-link {
	text-align:right;
	padding:0 15px 0 0;
}
#body #main .tbl-top-contents p.top-link a {
	color:#006600;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	background:url(../img/mark01.png) 0 0 no-repeat;
	padding-left:20px;
}
#body #main .tbl-top-contents p.top-link a:hover {
	text-decoration:underline;
	font-weight:bold;
}


#body #main .tbl-top {
	margin-top:20px;
}
#body #main .tbl-top td {
	text-align:right;
	vertical-align:bottom;
	width:260px;
	padding-top:10px;
}
#body #main .tbl-top td.margin10 { width:10px; } //余白用
#body #main .tbl-top h4 {}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * 
 * フッターのブロック
 * 
 */
#footer {
	background:url(../img/bk_footer.gif) bottom left no-repeat;
	font-size:10px;
	width:770px;
	padding-bottom:15px;
	text-align:center;
}
#footer p {
	font-size:12px;
}
#footer .footer-line {
	background:url(../img/bk_footer_top.png) top left no-repeat;
	height:10px;
	font-size:1px;
	text-indent:-2000px;
}
#footer h1 {
	font-size:1em;
	padding-bottom:10px;
}

#body #main strong {
	font-size:17px;
	line-height:1.2em;
	margin-left:5px;
}

#body #main table.info tr td.width120{
	width:120px;
}

#body #main table.info tr td.width375{
	width:375px;
}

font orange{
	color:#ED3D0A;
}

/* 画像縁スタイル */
#main img.photoframe{
	padding: 2px;
	border:solid 1px gray;
}

.spaseclear{
	height:10px;
}

/* 携帯サイト部分 */
#body #main .info2 p.top-link a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#006600;
	font-size:16px;
	text-decoration:none;
}
#body #main .info2 {
	margin-left: 2px;
	background-color: #efefef;
	width: 513px;
}
#body #main table.info2 tr td.width100 {
	width: 100px;
}
#body #main table.info2 tr td.width90 {
	width: 90px;
}

.posi-r {
	text-align: right;
}
.posi-r {
	margin-top: 0;
	margin-right: 35px;
}
