/*---------------------
* フォントサイズ *
* ---------------------
*  63% ->    10pxに相当
*  70% ->    11pxに相当
*  75% ->    12pxに相当
*  82% ->    13pxに相当
*  88% ->    14pxに相当
*  94% ->    15pxに相当
* 100% ->    16pxに相当
* 107% ->    17pxに相当
* 113% ->    18pxに相当
* 119% ->    19pxに相当
* 125% ->    20pxに相当
* ---------------------
========Body========*/
*
{
	color: #333;
}
BODY
{
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	background: #D4D4CA;
}
BR
{
	letter-spacing: normal;
}
A
{
	color: #333;
	text-decoration: none;
}
A:hover
{
	color: #5BB5D1;
}
IMG
{
	border: 0;
	vertical-align: bottom;
}
H1, H2, H3, H4, H5, H6
{
	margin: 0;
}
/*========TEMPLATE LAYOUT========*/
DIV#headWrap
{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10px;
	background: #575C5F;
}
DIV#header
{
	position: relative;
	width: 960px;
	margin: 0 auto;
}
DIV#pr
{
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
}
DIV#gnavi
{
	position: absolute;
	bottom: 0;
	right: 0;
}
DIV#menu
{
	width: 100%;
	float: left;
	background: #575C5F;
	border-bottom: 4px solid #5BB5D1;
}
DIV#icatch
{
	width: 960px;
	margin: 0 auto;
}
DIV#contents
{
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	background: #D4D4CA url("images/icatchshadow.jpg") no-repeat;
	background-position: center top;
}
DIV#main
{
	display: inline;
	width: 660px;
	margin: 0;
}
DIV#submain
{
	float: left;
	width: 630px;
	margin: 0 10px;
	background: #FFF;
}
DIV#sub
{
	float: right;
	width: 283px;
}
DIV#subpagesub
{
	float: right;
	width: 300px;
}
DIV#totop
{
	clear: both;
}
DIV#footMenu
{
	width: 960px;
	margin: 0 auto;
}
DIV#footer
{
	background: #202020;
	border-top: 1px solid #CCC;
}
/*========HEADER CUSTOMIZE========*/
DIV#header H1
{
	margin: 0;
	padding-top: 30px;
	font-size: 200%;
/*32px相当*/
	color: #FFF;
	line-height: 70px;
}
DIV#header H1 A
{
	color: #9B0000;
}
DIV#header H1 A:hover
{
	color: #D30000;
}
DIV#header #pr P
{
	margin: 0;
	font-size: 65%;
/*12px相当*/
	float: right;
}
DIV#header #gnavi UL
{
	list-style: none;
}
DIV#header #gnavi LI
{
	float: left;
	font-size: 70%;
/*11px相当*/
	margin-left: 5px;
	background: #5BB5D1 none repeat scroll 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
DIV#header #gnavi LI A
{
	display: block;
	padding: 2px 4px 1px;
	color: #FFF;
}
DIV#header #gnavi LI A:hover
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #333 none repeat scroll 0 0;
}
/*========MENU CUSTOMIZE========*/
DIV#menu UL
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
DIV#menu LI
{
	float: left;
	font-size: 75%;/*12px相当*/
	color: #FFF;
	text-align: center;
	list-style-type: none;
	background: url("images/menu-bg.gif") repeat 0 0;
}
DIV#menu LI A
{
	display: block;
	width: 136px;
	color: #FFF;
	line-height: 51px;
	border-right: 1px solid #575C5F;
}
DIV#menu LI.home A
{
	border-left: 1px solid #575C5F;
}
DIV#menu LI A:hover
{
	color: #FFF;
	background: url("images/menu-bghit1.gif") no-repeat 0 0;
	background-position: center;
	z-index: 100;
}
/*========MAIN CONTENTS CUSTOMIZE========*/
DIV#main A
{
	color: #5BB5D1;
	text-decoration: none;
}
DIV#main A:hover
{
	color: #333;
}
DIV#main H2
{
	margin-bottom: 8px;
	padding: 0 0 0 0px;
	color: #5A5132;
	font-size: 94%;
/*15px相当*/
	font-weight: bold;
}
DIV#main H3
{
	margin-bottom: 3px;
	font-size: 88%;
/*14px相当*/
}
DIV#main H4
{
	margin-bottom: 2px;
	font-size: 75%;
/*12px相当*/
}
DIV#main H5
{
	margin-bottom: 2px;
	font-size: 75%;
/*12px相当*/
}
DIV#main H6
{
	margin-bottom: 2px;
	font-size: 75%;
/*12px相当*/
}
DIV#main P
{
	margin: 0;
	font-size: 75%;
/*12px相当*/
}
DIV#main UL, OL, DL
{
	font-size: 75%;
/*12px相当*/
}
DIV#main DT
{
	margin-bottom: 3px;
}
DIV#main DD
{
	padding: 0;
	margin: 0 0 0.5em 1em;
	padding: 3px;
	background: #F1F1F1;
}
/*========SUBMAIN CONTENTS CUSTOMIZE========*/
DIV#submain A
{
	color: #5BB5D1;
	font-size: 12px;
}
DIV#submain A:hover
{
	color: #FFCC99;
}
DIV#submain IMG
{
	float: left;
	padding: 0px 20px 10px 0px;
}
DIV#submain H2
{
	margin-bottom: 8px;
	padding: 0 0 0 25px;
	color: #FFF;
	font-size: 100%;
/*16px相当*/
	font-weight: bold;
	line-height: 35px;
	background: url("images/bg_h2sub.gif") no-repeat 0 0;
}
DIV#submain H3
{
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 90%;
/*14px相当*/
	color: #5BB5D1;
}
DIV#submain H4
{
	margin-bottom: 2px;
	font-size: 75%;
/*12px相当*/
}
DIV#submain H5
{
	margin-bottom: 2px;
	font-size: 75%;
/*12px相当*/
}
DIV#submain H6
{
	margin-bottom: 2px;
	font-size: 75%;
/*12px相当*/
}
DIV#submain P
{
	margin: 0 0 1em;
	font-size: 75%;
/*12px相当*/
}
DIV#submain UL, OL, DL
{
	font-size: 12px;
}
DIV#submain UL, LI.a
{
	font-size: 12px;
}
DIV#submain DT
{
	margin-bottom: 3px;
}
DIV#submain DD
{
	padding: 0;
	margin: 0 0 0.5em 1em;
	padding: 3px;
	background: #F1F1F1;
}
/*INFORMATION CUSTOMIZE*/
* HTML BODY DIV#submain DL.information DD DIV
{
	display: inline-block;
}
DIV#submain DL.information DT
{
	float: left;
	width: 10em;
	margin: 0;
	padding: 0;
}
DIV#submain DL.information DD
{
	margin: 0 0 0.5em 10em;
	padding: 0;
	background: transparent;
}
DIV#submain .col
{
	margin: 10px 0px 0px;
	padding: 0 5px 15px;
}
DIV#submain .col2
{
	padding: 0 5px 15px;
}
/*========SUBCONTENTS CUSTOMIZE========*/
DIV#sub .section
{
	margin-bottom: 5px;
}
DIV#sub H2
{
	padding: 3px;
	font-size: 88%;
/*14px相当*/
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	background: #5BB5D1;
}
DIV#sub H3
{
	padding: 3px;
	font-size: 88%;
/*14px相当*/
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	background: #5BB5D1;
}
DIV#sub UL
{
	margin: 0;
	padding: 0;
	background: #E0E0D8;
}
DIV#sub LI
{
	padding: 10px 0 10px 10px;
	font-size: 75%;
/*12px相当*/
	line-height: 1.4;
	list-style: none;
	border-bottom: 1px solid #CCC;
}
DIV#sub LI A
{
	display: block;
	padding-left: 12px;
	background: url("images/list.gif") no-repeat 0 6px;
}
DIV#sub LI:hover
{
	background: #ECECEC;
}
/*========SUBPAGESUBCONTENTS CUSTOMIZE========*/
DIV#subpagesub .section
{
	margin-bottom: 0px;
}
DIV#subpagesub .section2
{
	margin-bottom: 10px;
}
DIV#subpagesub H2
{
	padding: 3px;
	font-size: 88%;
/*14px相当*/
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	background: #5BB5D1;
}
DIV#subpagesub H3
{
	padding: 3px;
	font-size: 88%;
/*14px相当*/
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	background: #8F8F83;
}
DIV#subpagesub UL
{
	margin: 0;
	padding: 0;
	background: #E0E0D8;
}
DIV#subpagesub LI
{
	padding: 10px 0 10px 10px;
	font-size: 75%;
/*12px相当*/
	line-height: 1.4;
	list-style: none;
	border-bottom: 1px solid #CCC;
}
DIV#subpagesub LI A
{
	display: block;
	padding-left: 12px;
	background: url("images/list.gif") no-repeat 0 6px;
}
DIV#subpagesub LI:hover
{
	background: #ECECEC;
}
/*========TOTOP CUSTOMIZE=========*/
DIV#totop
{
	margin: 0 10px;
	text-align: right;
	font-size: 70%;
/*11px相当*/
}
DIV#totop A
{
	padding-left: 8px;
	background: url("images/totop.gif") no-repeat 0 50%;
}
/*========FOOTMENU CUSTOMIZE========*/
DIV#footMenu UL
{
	margin: 0;
	padding: 10px 0 0;
	text-align: right;
}
DIV#footMenu LI
{
	display: inline;
	margin: 0 0 0 10px;
	font-size: 75%;/*12px相当*/
	list-style: none;
}
DIV#footMenu LI A
{
	padding-left: 10px;
	background: url("images/footmenu.gif") no-repeat 0 50%;
	color: #CECECE;
}
/*========FOOTER CUSTOMIZE========*/
ADDRESS
{
	padding: 30px 0;
	font-size: 82%;/*13px相当*/
	font-style: normal;
	color: #FFF;
	text-align: center;
}
/*========THIRD CUSTOMIZE=========*/
#third
{
	width: 660px;
	float: left;
}
DIV#third H2
{
	background: #FFF;
	border: none;
	margin: 0 0 10px;
	padding: 0;
}
.one-third
{
	width: 300px;
}
.one-half, .one-third, .two-third, .one-fourth, .one-fifth, .one-sixth
{
	float: left;
	padding: 0 28px 7px 0;
	position: relative;
}
.last
{
	clear: right;
	margin-right: 0 !important;
}
.third
{
	clear: right;
}
.one-third H3
{
	color: #990000;
}
.one-third IMG
{
	border: none;
	padding: 0 10px 15px 0;
	float: left;
}
/*========SLIDESHOW CUSTOMIZE=========*/
#slideshow, #slideshow2
{
	position: relative;
	width: 960px;
	height: 350px;
	overflow: hidden;
	margin: 20px auto 0;
	background: #FFF;
}
#slideshow IMG, #slideshow2 IMG
{
	position: absolute;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 350px;
}
/*========OTHER CUSTOMIZE=========*/
.clear
{
	clear: both;
}
.clear HR
{
	display: none;
}
