/*ページ全体*/
a { text-decoration:none;
}

a:link {
	color: #2A7335;
}

a:visited {
	color: #2A7335;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active {
	color: #FF6600;
}

*{
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size: 100%;
}

h4{
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	margin-bottom:5px;
	background:url(../img_cmn/h4.gif) left no-repeat;
	clear:both;
}

h4 p{
	margin:5px 0 0 0 ;
	padding:4px 0 0 12px;
	font-size:110%;
}

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

body{
	text-align:center;
	font: small/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
/*	background: url(../img_cmn/bg.jpg) repeat-x; */
}

.tar{
	text-align:right;
}

.tac{
	text-align:center;
	margin:0 auto;
}

img{
border:0;
vertical-align:bottom;
}
.clearboth {
	clear: both;
}

.slink{
	margin-top:10px;
	text-align:center;
}

.redb{
	font-size:110%;
	font-weight:bold;
	color:#c00;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 770px;
	background: url(../img_cmn/bg_shadow.jpg) repeat-y;
}
#base {
	width: 760px;
	text-align: left;
	background: #ECECEC;
	margin: 0px auto;
	padding: 0px;
}

/*ヘッダー*/

#headerline {
	background: #029938;
}
#headerline p {
	color: #FFFFFF;
	text-align: right;
	margin-right: 20px;
	font-size: x-small;
	padding: 0px;
	margin-top: 0px;
}
#header {
	background: url(../img_cmn/header_bg.jpg) repeat-x;
	height: 55px;
}
#header h1 {
	padding-top: 16px;
	padding-left: 20px;
	float: left;
}
#header ul {
	list-style: none;
	float: right;
	padding-top: 29px;
	padding-right: 20px;
}
#header li {
	background: url(../img_cmn/mark01.jpg) no-repeat;
	padding-left: 20px;
}

/*画像*/

#flash_shadow {
	background: url(../img/flash_shadow.jpg) repeat-x;
	height: 5px;
}

/*メニュー*/

#menu {
	margin-top:1px;
	height: 32px;
}
#menu em {
	font-size: 80%;
	visibility: hidden;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
	float: left;
}
#menu01,
#menu02,
#menu03,
#menu04,
#menu05, {
	height: 32px;
	width: 152px;
}
#menu01 a {
	display: block;
	height: 32px;
	width: 152px;
	text-decoration: none;
	background: url('../img_cmn/m_01.gif') no-repeat;
}
#menu01 a:hover {
	background-position: 0px -32px;
}
#menu02 a {
	display: block;
	height: 32px;
	width: 152px;
	text-decoration: none;
	background: url(../img_cmn/m_02.gif) no-repeat;
}
#menu02 a:hover {
	background-position: 0px -32px;
}
#menu03 a {
	display: block;
	height: 32px;
	width: 152px;
	text-decoration: none;
	background: url(../img_cmn/m_03.gif) no-repeat;
}
#menu03 a:hover {
	background-position: 0px -32px;
}
#menu04 a {
	display: block;
	height: 32px;
	width: 152px;
	text-decoration: none;
	background: url(../img_cmn/m_04.gif) no-repeat;
}
#menu04 a:hover {
	background-position: 0px -32px;
}
#menu05 a {
	display: block;
	height: 32px;
	width: 152px;
	text-decoration: none;
	background: url(../img_cmn/m_05.gif) no-repeat;
}
#menu05 a:hover {
	background-position: 0px -32px;
}

#menu_shadow {
	clear: both; 
	background: url(../img/menu_shadow.gif) repeat-x;
	height: 20px;
}


/*メニュー下*/

#under-menu {
	text-align: center; 
	margin: 15px
}

#under-menu a {
	margin: 0px 10px;
}

/*コンテンツ*/

#contents {
	background-color: #FFFFFF;
	width: 720px;
	margin-left: 20px;
	padding-bottom: 20px;
}

#contents h3 {
	padding-top: 20px;
	padding-left: 20px;
}

/*フッター*/

#footer {
	clear: both;
	background: url(../img_cmn/footer_bg.gif) repeat-x;
	height: 30px;
	
}

#footer p {
	text-align: center;
	color: #fff;
	padding-top: 8px;
}

/*その他*/

.kana{
	font-size:80%;
}

