@charset "utf-8";
/*▼ここから　全体*/
*html body{
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin:0 auto;
	text-align:center;/*IE6でサイトをセンターに設定*/
	font-size:12px;
	line-height:150%;
}
body{
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:12px;
	line-height:150%;
}
/*▼#outside　を使用する場合はコレを削除▼*/
*html body #container{
	width:970px;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align:left;
}
/*▲#outside　を使用する場合はコレを削除▲*/
#container{
	width:970px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#header{
	width:970px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/head-line.gif);
	background-position:0px 15px;
	background-repeat:no-repeat;
}
#footer{
	clear:both;
	padding:20px 0px 20px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
}
/*▲ここまで　全体*/
/*▼ここから　トップページの場合*/
#left{
	float:left;
	width:560px;
	padding:20px 30px 20px 0px;
	margin:0px 0px 0px 0px;
}
#right{
	float:left;
	width:380px;
	padding:20px 0px 20px 0px;
	margin:0px 0px 0px 0px;
}
/*▲ここまで　トップページの場合*/
/*▼ここから　テンプレートの場合*/
#content{
	float:left;
	width:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#side{
	float:left;
	width:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/*▲ここまで　テンプレートの場合*/
/*▼ここから　タグ属性消去*/
h1{
	padding:0px 0px 13px 0px;
	margin:0px;
	font-size:12px;
	color:#CCCCCC;
}
h2{
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
h3{
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
h4{
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
h5{
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
h6{
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
p{
	padding:0px;
	margin:0px;
}
ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
li{
	padding:0px;
	margin:0px;
}
img{
	border:0px;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#0000FF;
	text-decoration:underline;
}
/*▲ここまで　タグ属性消去*/
/*▼ここから　パンくずリスト*/
#path{
	padding:10px 0px 10px 10px;
}
/*▲ここまで　パンくずリスト*/
/*▼ここから　共通*/
.clear{
	clear:both;
}
#head_left{
	float:left;
	width:420px;
	padding:0px 0px 0px 0px;
}
#head_right{
	float:left;
	width:550px;
}
#tel{
	clear:both;
	text-align:right;
}
#menu01{
	float:right;
	margin:10px 0px 3px 0px;
	padding:3px 30px 3px 30px;
	border-left:solid 1px #CCCCCC;
}
#menu01 span{
	display:none;
}
#menu01 a{
	display:block;
	width:48px;
	height:13px;
	background-image:url(../images/menu-menu.gif);
	background-repeat:no-repeat;
}
#menu01 a:hover{
	display:block;
	width:48px;
	height:13px;
	background-image:url(../images/menu-menu-on.gif);
	background-repeat:no-repeat;
}
#menu02{
	float:right;
	margin:10px 0px 3px 0px;
	padding:3px 30px 3px 30px;
}
#menu02 span{
	display:none;
}
#menu02 a{
	display:block;
	width:33px;
	height:13px;
	background-image:url(../images/menu-top.gif);
	background-repeat:no-repeat;
}
#menu02 a:hover{
	display:block;
	width:33px;
	height:13px;
	background-image:url(../images/menu-top-on.gif);
	background-repeat:no-repeat;
}
#title{
	clear:both;
	padding:20px 0px 10px 0px;
}
.text02{
	padding:0px 0px 10px 0px;
	color:#3E3A39;
	line-height:200%;
}
#foot_menu{
	float:left;
	width:970px;
	background-image:url(../images/foot-menu.gif);
	background-repeat:no-repeat;
}
#foot_menu li{
	float:left;
	width:250px;
	line-height:42px;
}
#foot_logo{
	clear:both;
	float:left;
	width:114px;
	padding:10px 10px 10px 15px;
}
#foot_adress{
	float:left;
	width:350px;
	padding:10px 0px 10px 0px;
	text-align:left;
}
#foot_name{
	color:#3E3A39;
	font-weight:bold;
}
#foot_group{
	float:right;
	padding:56px 15px 0px 0px;
}
#copyright{
	clear:both;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	border-top:1px solid #231815;
	text-align:center;
}
#top{
	clear:both;
	padding:20px 0px 0px 0px;
	text-align:right;
}
/*▲ここまで　共通*/
/*▼ここから　テンプレート-templete.dwt*/
/*▲ここまで　テンプレート-templete.dwt*/
/*▼ここから　トップページ-index.html(php)*/
#photo{
	float:left;
	width:120px;
	padding:10px 30px 0px 0px;
}
#text01{
	float:left;
	width:410px;
	padding:10px 0px 0px 0px;
	line-height:200%;
	color:#3E3A39;
}
#sign{
	float:left;
	width:410px;
	padding:10px 0px 0px 0px;
	text-align:right;
}
#blackboard_top{
	padding:15px 0px 0px 0px;
}
#blackboard_middle{
	width:330px;
	padding:0px 20px 0px 30px;
	background-image:url(../images/middle.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:14px;
	line-height:200%;
}
#blackboard_bottom{
	height:40px;
	padding:10px 20px 0px 0px;
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:14px;
	text-align:right;
}
#blackboard_bottom a{
	color:#FFFFFF;
	text-decoration:none;
}
#blackboard_bottom a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#topics li{
	color:#3E3A39;
	line-height:200%;
}
#topics_button{
	padding:10px 0px 0px 0px;
}
#topics_button span{
	display:none;
}
#topics_button a{
	display:block;
	width:380px;
	height:31px;
	background-image:url(../images/topics-button.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#topics_button a:hover{
	display:block;
	width:380px;
	height:31px;
	background-image:url(../images/topics-button-on.gif);
	background-position:right;
	background-repeat:no-repeat;
}
/*▲ここまで　トップページ-index.html(php)*/
