﻿*{
	margin:0;
	padding:0;
}

body{
	text-align:center;
	
	/*   変更　*/
	background-image: url(../images/test_bg.gif);
	/*background-repeat: repeat-x;*/
	font-family:sans-serif;
	color:#444444;
}

h1 {
	margin:-10px 0 -10px 30px;
	width:250px;
	height:100px;
	background-image:url("../images/logo.gif");
	text-indent:-9999px;
}

#contents{
	text-align:left;
	width:700px;
	margin:5px auto;
	padding:10px 10px;
}

/*bg.cssより*/


.header-bg {
	/*480  390*/
	width:300px;
	background:  url(../images/hdr_bg.jpg) repeat-x;
	float:left;
}

h2.top{
	padding-top:5px;
	font-size:16px;
	color:#666666;
	line-height:1.5em;
	padding-left:150px;
}

.header-right{
	width:430px;
	float:right;
	background:  url(../images/hdr_bg.jpg) repeat-x;
	text-align:left;
}

.header-right p{
	text-align:left;
	font-size:14px;
	margin-top:5px;
	padding-left:150px;
	font-weight:bold;
}


#top-bg {
	height:40px;
	clear:both;
	background:  url(../images/top_bg.jpg) repeat-x;
}

/* ------------------------------------- 
 *	テキスト
 * ------------------------------------- */

.text_s {font-size: 82%;}
.text_sb {font-size: 82%;font-weight: bold;}
.text_m {font-size: 90%;}
.text_mb {font-size: 90%;font-weight: bold;}

.comment {
	text-indent: 1em;
	margin: 0px;
	line-height: 150%;
	padding: 0.5em 0em;
}

.comment_line {
	margin: 0px;
	line-height: 150%;
	padding: 0.5em 0em;
	color: #666666;
}
strong {
	color: #494900;
	font-weight: bold;
	border-bottom: 2px dashed pink;
}

/* ------------------------------------- 
 *	画像
 * ------------------------------------- */
.ht img {
  border-width: 0px;
  margin: 10px 10px 10px 10px  ;
  border: 1px solid #999999;
}
.photo img{
	position:relative;
	margin: 10px 10px 10px 10px  ;
}

.photo a img{border:2px solid #999999;}

.photo a:hover{
	position:relative;
	left:3px; top:3px;
}

/* ------------------------------------- 
 *	リンクの色設定
 * ------------------------------------- */

a:link    {text-decoration: none;color: #696969;}
a:visited {text-decoration: none;color: #696969;}
a:active  {text-decoration: none;color: #696969;}
a:hover   {text-decoration: underline;color: #6495ED;}

/* ------------------------------------- 
 *	トップ・お知らせ、更新履歴
 * ------------------------------------- */

dl.line{
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 5px;
	margin: 0px;

}
dl.line dt{
	margin:0px 1em 0px 0px;
	color: #999999;
}
dl.line dd{
	margin-left:40px;
}

/* ------------------------------------- 
 *	パンくずナビ等
 * ------------------------------------- */

#pankuzu {margin-bottom:10px; font-size:12px;}

/* ------------------------------------- 
 *	ページタイトル（ご自由に変更してください）
 * ------------------------------------- */

#contents h2{
	font-size: 18px;
	font-weight: bold;
	color: #4169e1;
	background-image: url(../images/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 1em;
	
	/*tatsuya追加*/
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-left:solid 20px #999999;
	
	margin-bottom:10px;
}

#address{
	width:700px;
	margin:0 auto;
	background-image: url(../images/add_bg.jpg);
	background-repeat: repeat-x;
}

address{
	text-align:center;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 10px;
	color: #666666;

}

.cc{font-size: 11px;}


/* tatsuyaが設定　*/
#wrapper{
	margin:0 auto;
	text-align:left;
	width:780px;
}

#container{
	/*fire foxだと崩れる*/
	height:100%;
	padding-left:-10px;
	background-image:url("../images/left_right.gif");
	background-repeat:repeat-y;
}

#mainBody{
	width:730px;
	float:left;
	background-color:#ffffff;
}

#side-left {
	width:25px;
	float:left;
}
#side-right {
	width:25px;
	float:right;
}

#footer{
	width:780px;
}

.bottom{
	width:680px;
	background-image: url(../images/bottom02.jpg);
	background-repeat: repeat-x;
}

/* ------------------------------------- 
 *	ヘッダーメニュー設定
 * ------------------------------------- */

#menu {
	margin: 0px;
	padding: 0px;
}

#menu a{
    overflow:hidden;
    width:121px;
    height:40px;
}

#menu td{
	width:121px;
    height:40px;
}

#menu span{
	display:none;
}

a.info{
	display:block;
    background-image:url(../images/menu/menu_01.gif);
}
a:hover.info{
    background-image:url(../images/menu/menu_01_after.gif);
}

a.kodawari{
	display:block;
    background-image:url(../images/menu/menu_02.gif);
}
a:hover.kodawari{
    background-image:url(../images/menu/menu_02_after.gif);
}

a.sagyou{
	display:block;
    background-image:url(../images/menu/menu_03.gif);
}
a:hover.sagyou{
    background-image:url(../images/menu/menu_03_after.gif);
}

a.shinchiku{
	display:block;
    background-image:url(../images/menu/menu_04.gif);
}
a:hover.shinchiku{
    background-image:url(../images/menu/menu_04_after.gif);
}

a.reform{
	display:block;
    background-image:url(../images/menu/menu_05.gif);
}
a:hover.reform{
    background-image:url(../images/menu/menu_05_after.gif);
}

a.subcolle{
	display:block;
    background-image:url(../images/menu/menu_06.gif);
}
a:hover.subcolle{
    background-image:url(../images/menu/menu_06_after.gif);
}

#entryBox{
	margin-left:5%;
}

#entryBox dd{
	margin-left:50px;
	margin-bottom:10px;
}

#entryBox p{
	line-height:1.5em;
}
