body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

body {
	margin:0;
	font-size: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 100%;
	background-image: url(bg2.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #C0DEED;
}

/*  Typo
----------------------------------------------- */

a:link, a:visited
{
    text-decoration: underline;
    color:#EC4413;
}
a:active { 	text-decoration: underline; }
a:hover { text-decoration:none; }


h1 {
	font-size: 18px;
	line-height: 140%;
	font-weight: normal;
}
h2 { font:bold 14px/140% "Trebuchet MS", Verdana, sans-serif; }
.t3 {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 140%;
}
p {
	font-size: 11px;
	line-height: 140%;
}

/*  Layout
----------------------------------------------- */


#container
{
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 100%;
-moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
-o-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
-ms-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
}



#header
{
	background-image: url(header01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 235px;
	padding: 17px;
}

#header h1,
#header a
{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	line-height:1.3em;
	color:#333333;
	text-align:left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 70px;
}

#header a:hover { text-decoration:none;  }


#navigation
{
	float:left;
	width:210px;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-bottom: 15px;

}
#sidebar
{
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content
{
	width:860px;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #FFFFFF;

}

#content h1 {
	background-image: url(bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	text-indent: 10px;
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #999999;
}

#footer
{
	clear:both;
	margin-top:10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(bg-green.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#footer .gutter 
{
    height:30px;
    padding:35px 15px 0 90px;
}

/*  Navigation
----------------------------------------------- */

ul.mainNav1,
ul.mainNav2
{
    margin:0;
    padding: 0;
}


ul.mainNav1 li,
ul.mainNav2 li
{
    display: inline;
    margin: 0;	
    padding: 0;
}


ul.mainNav1 li a
{
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-style: normal;
	line-height: 140%;
	font-weight: 400;
	font-variant: normal;
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 23px;
	color: #FFFFFF;
	background-image: url(nav-bg.jpg);
	background-position: top;
	margin-bottom: 5px;
}

ul.mainNav2 li a
{
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-style: normal;
	line-height: 140%;
	font-weight: 400;
	font-variant: normal;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 30px;
	color: #333333;
	background-image: url(nav-bg2.gif);
	background-position: top;
}


ul.mainNav3 li a { padding:4px 4px 4px 24px; }


ul.mainNav1 a:hover
{
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-style: normal;
	line-height: 140%;
	font-weight: 400;
	font-variant: normal;
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 23px;
	color: #FFFFFF;
	background-image: url(nav-bg.jpg);
	background-position: bottom;
	margin-bottom: 5px;
}

ul.mainNav2 a:hover
{
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	font-style: normal;
	line-height: 140%;
	font-weight: 400;
	font-variant: normal;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 30px;
	color: #333333;
	background-image: url(nav-bg2.gif);
	background-position: -3px -53px;
}

ul.mainNav1 a.current { font-weight:bold; }
.style1 {
	font-size: 36px;
	color: #009900;
	font-weight: bold;
	text-decoration: none;
	line-height: 42px;
}
