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

    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;}
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, html{
	height: 100%;
}
body {
	font:0.8em/1.5 "arial",sans-serif;
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


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;
	font-size:100%;
	width: 770px;
	border: 1px solid #000000;
}
th {text-align:center; font-weight:bold;}
th, td {
	padding:3px 7px;
	border: 1px solid #999999;
}

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

dt {font-weight:bold;}
dd {margin-left:30px;}
.style1 {color: #000099}
/* ----------------------------------------------------------------------------------------------------------
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;
} 
.f-left2 {
	float:right !important;
}
img.f-left {
	float:left;
	margin-right:5px;
}
.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 {
	background-repeat: repeat-y;
	background-position: 0 0;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
}

#main-in {
	width:800px;
	padding:0 10px;
	text-align:left;
	background-image: url(../images/common/main-in.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
    
#header {
	position:relative;
	padding:0;
	overflow:hidden;
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #FFFFFF;
}
    
#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;}
    
#content {
	float:left;
	width:770px;
	padding:15px 15px 15px 15px;
	overflow:hidden;
}
    
#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;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	padding-bottom: 6px;
}
        #footer p {
	margin:0;
	padding-right: 10px;
}

/* ----------------------------------------------------------------------------------------------------------
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;}



.cel_3{
	background-color: #F5F5F5;
	color: #003471;
	border: 1px solid silver;
	width: 120px;
}

.cel_4{
	border: 1px solid silver;
}
.green{color: green;}


/*#w3c_xhtml
{
	margin-right:10px;
}
#w3c_xhtml img{
	vertical-align:bottom;
}*/
.footer2 {
	margin-left: 410px;
	margin-top: 10px;
}
.title1 {
	background-image: url(../images/title6.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 755px;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: large;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}
.title2 {
	background-image: url(../images/title2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 755px;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: large;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}
.title3 {
	background-image: url(../images/title3.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 755px;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: large;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}
.title4 {
	background-image: url(../images/title4.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 755px;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: large;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}
.title5 {
	background-image: url(../images/title5.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 755px;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: large;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}
.title6 {
	background-image: url(../images/title6.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 755px;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: large;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}
.title7{
	background-image: url(../images/title7.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 755px;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: large;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}
.title8 {
	background-image: url(../images/title8.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 755px;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: large;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}
.title9 {
	background-image: url(../images/title9.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 755px;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: large;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}
.title10 {
	background-image: url(../images/title10.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 755px;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: large;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}
.title11 {
	background-image: url(../images/title11.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 755px;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: large;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}
.bgbl {
	color: #FFFFFF;
	background-color: #000000;
}
.248 {
	width: 248px;
	margin-right: 5px;
	float: left;
}
.2482 {
	width: 248px;
	margin-right: 5px;
	float: right;
}
.2483 {
	width: 248px;
	margin-right: 8px;
	float: left;
}
.col50 {
	float:left;
	width:240px;
	border: 1px solid #999999;
	background-image: url(../images/titlebg2.jpg);
	background-repeat: repeat-x;
	margin-right: 7px;
	margin-left: 7px;
}
.col505 {
	float:left;
	width:240px;
	border: 1px solid #999999;
	background-image: url(../images/titlebg2.jpg);
	background-repeat: repeat-x;
	margin-right: 10px;
	padding-right: 5px;
	margin-left: 10px;
}
.col503 {
	float:left;
	width:240px;
	border: 1px solid #999999;
	background-image: url(../images/titlebg4.jpg);
	background-repeat: repeat-x;
	padding-right: 5px;
} 
.col502 {
	float:left;
	width:245px;
	border: 1px solid #999999;
	background-image: url(../images/titlebg3.jpg);
	background-repeat: repeat-x;
	margin-right: 5px;
	margin-left: 5px;
} 
.page_subtitle2{     /*----H3----*/
	font-size:100%;
	color:#664;
	color:#000000;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.page_subtitle3{     /*----H3----*/
	font-size:100%;
	color:#664;
	color:#FFFFFF;
	margin-bottom: 0px;
	margin-right: 0;
	margin-left: 0px;
	padding-bottom: 0px;
	background-position: 10px 10px;
	background-color: #000000;
	height: 25px;
	padding-top: 10px;
	width: 241px;
	padding-left: 5px;
}
.page_subtitle5{     /*----H3----*/
	font-size:100%;
	color:#664;
	color:#FFFFFF;
	margin-bottom: 0px;
	margin-right: 0;
	margin-left: 0px;
	padding-bottom: 0px;
	background-position: 10px 10px;
	background-color: #000000;
	height: 25px;
	padding-top: 10px;
	width: 236px;
	padding-left: 5px;
}
.col_l {
	margin-left: 5px;
	margin-top: 3px;
}
.style2 {font-weight: bold}
.style3 {color: #FF0000}
.bgblak {
	background-color: #000000;
	color: #FFFFFF;
}
.font_b {
	font-weight: bold;
}
.style5 {
	font-size: 9px;
	margin-left: 200px;
	color: #FFFFFF;
}
.blogbn {
	margin-right: 10px;
	margin-left: 10px;
}
