﻿/*Copyright 2008 MapleSoft All Rights Reserved.*/

/*-----------------------------------------------
body
------------------------------------------------*/
body{
	margin: 0 0 0 0;
	font-family: Verdana, Arial, sans-serif,"メイリオ";
	font-size: 10pt;
	line-height: 134%;
	color: rgb(102, 102, 102);
}

/*-----------------------------------------------
見出し用
------------------------------------------------*/
h1{
	margin-top: 0.4em;
	margin-left: 0.4em;
	margin-right: 0.4em
	margin-bottom: 0.4em;
	padding-top: 0.5mm;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	font-size: small;
	color: #663300;			/* 文字色 */
	border: solid 1px #F29200;	/* 枠線色 */
	border-left-width: 8px;
}

/*-----------------------------------------------
link先属性
------------------------------------------------*/
.link_a:link{
	color: rgb(102, 102, 102);
	text-decoration: none;
}
.link_a:visited{
	color: rgb(102, 102, 102);
	text-decoration: none;
} 
.link_a:hover{
	color:black;
	background-color:#D3D3D3;
	text-decoration: none;
}
.link_a:active{
	color:#663300;
	text-decoration: none;
}
.link_a:focus{
	outline:none;
}

.link_b:hover{
	text-decoration: none;
}
.link_b:focus{
	outline:none;
}
/*-----------------------------------------------
水平線
------------------------------------------------*/
.horizon1{
	color: #997300;
	height: 1px;
}

/*-----------------------------------------------
font、配置属性
------------------------------------------------*/
.style_msg_L{
	text-align: left;
	font-family: "メイリオ";
}
.style_msg_R{
	text-align: right;
	font-family: "メイリオ";	
}
.style_msg_C{
	text-align: center;
	font-family: "メイリオ";
}

/*-----------------------------------------------
サイド用
------------------------------------------------*/
.side_L{
	background-image: url('common_image/side_L.gif');
	background-repeat: repeat-y;
	background-position: right;
	background-color: #EDEDED;
}
.side_R{
	background-image: url('common_image/side_R.gif');
	background-repeat: repeat-y;
	background-position: left;
	background-color: #EDEDED;
}

/*-----------------------------------------------
メニューボタン
------------------------------------------------*/
ul.m_btn {
	margin: 0;
	padding: 0;
	line-height: 1;
	background-color: #eee;
	list-style-type: none;
	}
ul.m_btn li {
	margin: 0;
	padding: 0;
	float: left;
	width: 191px;				/* 固定幅 */
	text-align: center;
	font-size: 13px;			/* 文字サイズ */
}
ul.m_btn li a {
	border-right: 1px solid #FFA500;	/* 縦線 */
	padding: 7px 10px;			/* 余白 */
	display: block;
	position: relative; 			/* for IE6 */
	color: #fff;
	background-color: #FFA500; 		/* ボタン色 */
	text-decoration: none;
}
ul.m_btn li a:hover {
	border-color: #ccc;			/* Click_縦線 */
	color: #333;				/* Click_文字色 */
	background-color: #DAA520; 		/* Click_ボタン色 */
}
/* ClearFix */
ul.m_btn {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}
ul.m_btn:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
