/* ----------------------------------------------------------------------------------------------------------

    Japan-it
    
    Structure:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags, reset
        2) Universal styles (display, float, margin, text-align...)
        3) Generally HTML styles (table, ul, dl...)
        4) Layout
        5) Page: Home
        
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 24px;
}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}

body {
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background-repeat: repeat-x;
	background-position: 0 0;
	color:#333333;
	font-size: 12px;
	line-height: 170%;
	letter-spacing: 0.1em;
	background-image: url(../images/topbg.jpg);
	margin-top: 10px;
}


h1, h2, h3, h4, h5, h6 {margin:15px 0 10px 0;}
h2 {font-size:120%;}
h3, h4 {font-size:120%; font-weight:normal;}
h5 {font-size:100%;}

p, table, ul, ol, dl, fieldset {margin:15px 0;}

table {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
th {text-align:center; font-weight:bold;}
th, td {
	padding:3px 7px;
	font-size: 12px;
}

ul, ol {margin-left:30px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
li {
	display:list-item;
	list-style: none;

}
   

dt {font-weight:bold;}
dd {margin-left:30px;}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {
	float:left;
	margin-right:10px;
}
.f-right {float:right !important;} img.f-right {float:right; margin-left:5px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}

.bigger {font-size:110%;}
.smaller {font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */

ul.marker01 {margin:15px 0; list-style:none;}
ul.marker01 li {padding-left:12px; background:url("../images/common/marker01.gif") 0 7px no-repeat;}
ul.marker01 ul {margin:0; list-style:none;}
ul.marker01 ul li {padding-left:15px; background:url("../images/common/marker01-sub.gif") 0 3px no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
4) LAYOUT
---------------------------------------------------------------------------------------------------------- */

#main {
	width:1020px;
	background-image: url(../images/topbg.gif);
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main-in {
	width:1000px;
	padding:0 10px;
	/*	background:url("../images/common/main-in.gif") 0 0 no-repeat;*/
	text-align:left;
	background-repeat: repeat;
}
    
#header {
	position:relative;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/topheder.jpg);
}
    
#logo {margin:0; margin-bottom:10px; width:630px; font:normal 220%/1.4 "arial",sans-serif; letter-spacing:-1px;}
#logo span {font-weight:bold;}
#logo a {text-decoration:none;}
#logo a:hover {text-decoration:underline;}
            
ul#navi {
	margin:0;
	margin-left:0px;
	padding:0px 5px 0 5px;
	list-style:none;
	font-size: 0.8em;
	display: block;
}
ul#navi li {
	display:inline;
	margin:0;
	padding:0;
}
ul#navi li a {display:block; float:left; margin-right:3px; padding:7px 15px; background:none 0 0 repeat-x; text-decoration:underline;}
ul#navi li#navi-active a {font-weight:bold; text-decoration:none;}

#cols {clear:both;}
    

contener{
	width:770px;
	
}    
#aside {
	float:right;
	width:229px;
	overflow:hidden;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 100px;
	padding-left: 0px;
}
                
                #aside .title {margin:0; padding:8px 10px 7px 27px; background:url("../images/common/aside-title.gif") 10px 15px no-repeat; font-size:100%; font-weight:bold;}
                    	            
                .nav {margin:10px 0 10px 13px; padding:0; list-style:none;}
                .nav li {display:inline; margin:0; padding:0;}
                .nav li a {display:block; padding:2px 10px 2px 15px; background:url("../images/common/nav-link.gif") 0 7px no-repeat; text-decoration:underline;}
                .nav li#nav-active a {font-weight:bold; text-decoration:none;}
    
    	#footer {
	clear:both;
	padding:10px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: 0 0;
}
        #footer p {margin:0;}

/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */

#colorbox-title {
	margin:0;
	padding:5px 10px 5px 27px;
	background:url("../images/common/colorbox-title.gif") 10px 15px no-repeat;
	font-size:100%;
}
.colorbox {padding:15px;}

.col50 {
	float:left;
	width:280px;
} 
.col400 {
	float:left;
	width:400px;
} 

.col_menu {
	float:left;
	width:180px;
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-right: 5px;
} 
.box99 {
	float: left;
	width: 505px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 11px;
}
.box100 {
	float:right;
	width: 255px;
	margin-bottom: 10px;
	font-size: 11px;
	margin-left: 10px;
}
/*#w3c_xhtml
{
	margin-right:10px;
}
#w3c_xhtml img{
	vertical-align:bottom;
}*/
.logo {
	margin-top: 30px;
}
.title_top20 {
	margin-top: 20px;
}
.mg_under20 {
	margin-bottom: 20px;
}
.mg_under40 {
	margin-bottom: 40px;
}


ul#menubar {
   margin: 0px; /* ul内部の左端余白を消す(IE) */
   padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
}
ul#menubar li {
   list-style-type: none; /* 先頭記号を消す */
   float: left; /* リスト項目を横方向に並べる */
   padding: 0px; /* 枠線と内容の距離をゼロに */
}
/* メニュー項目のリンクを装飾 */
ul#menubar li a {
   text-decoration: none; /* 下線を消す */
   display: block; /* ブロックレベルに */
}

p.aftermenu {
   clear: left;
}




ul#menubar li.bt1 a {
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	background-image:url(../images/bt/11.jpg); /* 背景 */
	width: 163px;
	height: 60px;
}
ul#menubar li.bt1 a:hover {
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	background-image:url(../images/bt/1.jpg); /* 背景 */
	
   width: 163px;   
   height: 60px;
}

ul#menubar li.bt2 a {
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	background-image:url(../images/bt/22.jpg); /* 背景 */
	
   width: 168px;   
   height: 60px;
}
ul#menubar li.bt2 a:hover {
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	background-image:url(../images/bt/2.jpg); /* 背景 */
	
   width: 168px;   
   height: 60px;
}

ul#menubar li.bt3 a {
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	background-image:url(../images/bt/33.jpg); /* 背景 */
	
   width: 166px;   
   height: 60px;
}
ul#menubar li.bt3 a:hover {
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	background-image:url(../images/bt/3.jpg); /* 背景 */
	
   width: 166px;   
   height: 60px;
}

ul#menubar li.bt4 a {
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	background-image:url(../images/bt/44.jpg); /* 背景 */
	
   width: 168px;   
   height: 60px;
}
ul#menubar li.bt4 a:hover {
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	background-image:url(../images/bt/4.jpg); /* 背景 */
	
   width: 168px;   
   height: 60px;
}

ul#menubar li.bt5 a {
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	background-image:url(../images/bt/55.jpg); /* 背景 */
	
   width:166px;   
   height: 60px;
}
ul#menubar li.bt5 a:hover {
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	background-image:url(../images/bt/5.jpg); /* 背景 */
	
   width: 166px;   
   height: 60px;
}
ul#menubar li.bt6 a {
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	background-image:url(../images/bt/66.jpg); /* 背景 */
	
   width: 169px;   
   height: 60px;
}
ul#menubar li.bt6 a:hover {
	text-decoration: none; /* 下線を消す */
	display: block; /* ブロックレベルに */
	background-image:url(../images/bt/6.jpg); /* 背景 */
	
   width: 169px;   
   height: 60px;
}



.contactbn {
	background-color: #F6F3EE;
}
.sitemap01 {
	height: 500px;
	width: 200px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
.txtunder20 {
	margin-bottom: 20px;
}
.cnter {
	text-align: center;
	margin-top: 10px;
}
.f501 {
	width: 370px;
	float: left;
}
.f502 {
	float: right;
	width: 370px;
}
.style3 {
	color: #E25DDA;
	font-weight: bold;
}.box5 {
	border: 1px solid #CCCCCC;
	padding: 5px;
	height: 140px;
	width: 545px;
	margin-left: 210px;
}
.box52 {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px dashed #CCCCCC;
	margin-top: 3px;
}
.boxweb {
	margin-top: 5px;
	border: 1px solid #F0F0F0;
	margin-left: 280px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.boxweb2 {
	background-color: #FFF9F0;
	border: 1px dashed #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.sitebg {
	background-image: url(../images/sitemapbg.jpg);
	background-repeat: no-repeat;
	height: 461px;
	width: 770px;
}
.esbox {
	padding: 5px;
	margin-top: 7px;
	border: 1px dashed #CCCCCC;
	margin-right: 210px;
}
.esbox2 {
	padding: 5px;
	margin-top: 7px;
	border: 1px dashed #CCCCCC;
	margin-bottom: 20px;
}
.a1 {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
.a2 {
	background-color: #FFF5E1;
	padding: 5px;
	border: 1px dashed #CCCCCC;
}
.a3 {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
}
.mgtop100 {
	margin-top: 100px;
}
a:hover img {
    opacity:0.85;filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
    -moz-opacity:0.85;
    -khtml-opacity: 0.85;
}.top30under10 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.font_b {
	font-weight: bold;
}
.font_b2 {
	font-weight: bold;
	margin-top: 20px;
}
.under5 {
	margin-bottom: 5px;
}
.font_blue {
	color: #06F;
	font-weight: bold;
}
.font_red {
	color: #C00;
}
.under15 {
	margin-bottom: 15px;
}
.top50 {
	margin-top: 50px;
}
