@charset "UTF-8";
@import url("reset.css");

body {
	background-color:#EFEFEF;
	text-align: center;
	margin:0;
	padding:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

p{
	font-size:80%;
	margin:0px;
	padding:6px;
	line-height:150%;
}
a:link{
	color: #349BCD;
	text-decoration:none;
	font-size: 90%;
}
a:visited {
	color: #6633FF;
	font-size: 90%;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration:underline;
	font-size: 90%;
}
a:active{
	color: #349BCD;
	font-size: 90%;
}

#wrapper {
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	width:800px;
	margin:5px auto;
	padding:0px;
	height: auto;
}
/*-----------------------------------------------------------header*/
#header{
	width:780px;
	margin:0 auto;
	text-align: left;
	background-image: url(images/header.jpg);
}

#header p{
	float:right;
	width:200px;
	text-align:right;
	font-size:80%;
	letter-spacing:1px;
}
/*-----------------------------------------------------------globalnavi*/
h1#top{
	font-size:80%;
	margin:0px;
	padding:0px;
	text-align:right;
	font-weight:normal;
	color: #21B7D1;
}



#global {
	padding: 0px;
	margin: 0px auto;
	height: 25px;
	clear: both;
	width: 780px;
	list-style: none;
}
#global ul {
	display: inline;
	list-style: none;
}
#global li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-image: url(images/global_menu.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 156px;
	float: left;
}


#global li a {
	display: block;
	margin: 0px;
	padding: 5px;
	list-style: none;
	background-image: url(images/global_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #21B7D1;
	font-size: 90%;
	font-weight: bold;
}

#global li a:hover {
	color: #FF9933;
	text-decoration:underline;
	margin: 0px;
	padding: 5px;
	font-size: 90%;
	background-image: url(images/global_menu02.jpg);
	background-repeat: no-repeat;
}

#breadnavi {
	margin: 0px;
	text-align: left;
	height: 20px;
	width: 750px;
	font-size: 85%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	display: block;
	padding-left: 10px;
}

/*-----------------------------------------------------------mainarea*/
#body{
	width:780px;
	margin:0 auto;
	padding: 10px 0 0 0;
}
/*-----------------------------------------------------------rightarea*/
#main{
	float:right;
	width:555px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	height: auto;
}

#main .topnavi{
	margin:0px;
	height:150px;
	background-image: url(./images/bg_topnav.gif);
	background-repeat: no-repeat;
	padding: 10px 5px;
	width: 175px;
	float: left;
}
#main .topnavi p {
	padding: 15px 10px 10px;
	margin: 0px;
	text-align: left;
}

#main .navi_menu {
	margin: 0px;
	padding: 10px 5px 5px;
	font-size: 90%;
	vertical-align: middle;
	height: 5px;
	display: block;
	text-decoration: none;
}
#main .contents{
	margin:0px 0px 10px;
	padding: 3px;
	text-align: left;
	line-height: 1.4em;
	color: #333333;
	float: right;
	width: 530px;
	height: auto;
}
#main .contents a {
	text-decoration: none;
	font-size: 100%;
}

#main .contents ul {
	margin: 5px;
	padding: 2px;
	list-style: none;
}
#main .contents li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: url(images/menuicon.gif) none;
	font-size: 90%;
}
#main .whatsnew{
	clear:left;
	background:#F7F7F0 50% 100%;
	margin:0px 0px 0px 5px;
	padding:0 0 10px 0px;
	text-align: left;
	border: 1px solid #dddddd;
	width: 545px;
}

#main .whatsnew p{
	line-height:120%;
	padding:5px 10px;

}

#main h1{
	margin:0px 0px 5px 10px;
	font-size: 120%;
	color: #FFFFFF;
	background:url(./images/bg_h1.gif) no-repeat;
	text-align: left;
	height: 35px;
	width: 540px;
	padding-top: 5px;
	padding-left: 5px;
}

#main h2{
	background:url(./images/bg_h2.gif) no-repeat;
	font-size: 90%;
	color: #666666;
	text-align: left;
	margin: 10px 0px 0px 10px;
	display: block;
	height: 30px;
	padding: 5px 0px 5px 10px;
	clear: both;
	width: 535px;
}

#main h3{
	margin:5px 5px 5px 0px;
	color: #0099CC;
	font-size: 90%;
	text-align: left;
	background-image: url(images/bg_h3.gif);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#main h4{
	margin:5px 5px 0px 0px;
	text-align: left;
	color: #4E66EF;
	font-size: 90%;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(./images/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main h5{
	margin:5px;
	padding:5px 5px 5px 20px;
	color: #234283;
	font-size: 80%;
	background: url(./images/bg_h5.gif) no-repeat 5px 5px;
}

/*-----------------------------------------------------------mein_navi*/

#main .under_menu,#main .under_menu2 {
	background-color: #F7F7F0;
	border: 3px solid #E1E1C8;
	margin: 5px auto 15px;
	width: 530px;
	padding: 3px;
	text-align: left;
	display: block;
	float: right;
}
#main .under_menu ul {
	margin: 5px 5px 5px 10px;
	padding: 5px;
	list-style: url(images/menuicon.gif) none;
	display: block;
	width: 230px;
	height: auto;
	text-align: left;
	float: left;
}
#main .under_menu2 ul {
	margin: 5px;
	padding: 0px;
	list-style: url(images/menuicon.gif) none;
	display: block;
	width: 120px;
	height: auto;
	float: left;
}
#main .under_menu li,#main .under_menu2 li {
	list-style: url(images/menuicon.gif);
	font-size: 90%;
	margin: 0px 0px 0px 10px;
	padding: 2px;
	text-align: left;
}
#main .under_menu p,#main .under_menu2 P {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	text-align: left;
	color: #0099CC;
}

/*#main .under_menu a,#main .under_menu2 a {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: url(images/menuicon.gif);
	color: #666666;
}*/

/*-----------------------------------------------------------leftarea*/

#left {
	float:left;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 200px;
	height: auto;
	display: block;
}
#left .img {
	width:200px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
#left ul{
	padding: 0;
	margin: 0;
	width: 200px;
	height: auto;
}

#left li{
	padding: 0;
	margin: 0;
	background-image: url(images/sub_me02.gif);
	height: 30px;
	width: 200px;
	display: block;
	background-repeat: no-repeat;
}
#left li a{
	color: #666666;
	text-decoration: none;
	height: 30px;
	width: 200px;
	background-image: url(images/sub_me02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	font-size: 90%;
	display: block;
	text-align: justify;
	padding: 1px 0px 1px 25px;
	line-height: 2em;
}

#left li a:hover{
	padding: 1px 0px 1px 25px;
	color: #21B7D1;
	background-image: url(images/sub_me03.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	display: block;
	font-size: 90%;
	line-height: 2em;
}
#left .home a,#left .home a:hover{
	padding: 0px 0px 0px 25px;
	color: #666666;
	background-image: url(images/sub_me03.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 200px;
	display: block;
	font-size: 90%;
	line-height: 2em;
}

#left .home_sub a{
	padding: 0px 0px 0px 35px;
	color: #666666;
	background-image: url(images/sub_me04.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 190px;
	display: block;
	font-size: 90%;
	line-height: 2em;
}
#left .sub a{
	padding: 0px 0px 0px 35px;
	color: #666666;
	background-image: url(images/sub_me06.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 190px;
	display: block;
	font-size: 90%;
	line-height: 2em;
}
#sub_menu {
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 235px;
	display: block;
}


#left .sub a:hover{
	padding: 0px 0px 0px 35px;
	color: #21B7D1;
	background-image: url(images/sub_me04.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 190px;
	display: block;
	font-size: 90%;
	line-height: 2em;
}

#left .home_sub a:hover{
	padding: 0px 0px 0px 35px;
	color: #21B7D1;
	background-image: url(images/sub_me04.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 190px;
	display: block;
	font-size: 90%;
	line-height: 2em;
}

/*-----------------------------------------------------------footer*/
#footer{
	width:780px;
	margin:0px auto 0;
	clear: both;
	padding: 20px 0px 10px;
	font-size: 80%;
	color: #999999;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
}
#footer .body a{
	margin: 0px 0px 0px 15px;
	text-align: left;
	float: left;
	background-image: url(./images/a_vector.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 10px 10px;
}
#footer .company {
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 10px 0px;
	text-align: right;
}

