
body {
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    font-size : small;
    font: x-small;
    background-image: url('../img/bg_body.gif');
    text-align: center;
    font-family: "メイリオ", Arial, Helvetica, sans-serif;
}
table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

div{
    font-family: メイリオ;
}

div#header{
    width: 900px;
    text-align: left;
    margin: 0 auto;
    font-family: メイリオ;
}

div#header p.siteName{
    font-family: メイリオ;
    clip: rect(0px, auto, auto, auto);
    margin: 25px 28px 0;
    line-height: 1;
    font-size: 200%;
    font-weight: bold;
    color: #FFFFFF;
}

div#box{
    border-right-color: #B4D6FE;
    border-bottom-color: #B4D6FE;
    border-left-color: #B4D6FE;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    margin-right: 5px;
}

div#content{
    width: 900px;
    background-color: #FFFFFF;
    text-align: left;
    margin: 0 auto;
    font-family: メイリオ;
}

div#content_menu{
    font-size: 18px;
    color: #014589;
    font-weight: bold;
    background-image: url('../img/k.ico');
    background-repeat: no-repeat;
    background-position: left;
    font-style: italic;
    border-bottom-style: solid;
    margin-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom-width: 3px;
    border-bottom-color: #003399;
    padding-top: 10px;
}
div#title{
    text-align: left;
    font-family: メイリオ;
    background-image: url('../img/menub.gif');
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 5px;
    height: 20px;
    cursor: pointer;
    display: block;
    padding-top: 6px;
    margin-right: 5px;
}
div#footer {
    width: 900px;
    text-align: center;
    background-color: #FFFFFF;
    margin: 0 auto;
    font-family: メイリオ;
    color: #7279FC;
}

/*======================================

	1-2. Font size setting
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

/*======================================

	1-3.Universal selector
	
=======================================*/

/** {
    line-height: 1.5;
    }*/

/*======================================

	1-4.Structure Module
	
=======================================*/
/*
html {
	overflow-y: scroll;
}
*/

body 
{
    padding-bottom: 1em;
    color: #333333; /* Text Color */;
    background-color: #dddddd;
    background-repeat: repeat-x;
    font-family: メイリオ;
    text-align: center;
}

/*======================================

	1-5.Text Module
	
=======================================*/

p,
pre,
blockquote,
address,
cite {
	margin: 0.5em 30px 1em;
}

address {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.8em 30px 0.5em;
}

h1 {
    font-size: 18px;
    font-weight: bolder;
    color: #014589;
}

h2 {
	padding-bottom: 0.3em;
	font-size: 122%;
	font-weight: normal;
}

h3 {
	padding: 0.1em 10px;
	font-size: 112%;
	font-weight: normal;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

p {
    line-height: 1.8;
    font-family: メイリオ;
}

br {
	letter-spacing: 0;
}

pre {
	padding: 0.5em 0 0.5em 20px;
	width: 95%;
	max-width: 85%;
	overflow: scroll;
	font-family: monospace;
}

pre * {

}

pre[title]:before {
	margin: -0.5em -20px 1em;
	padding: 0.2em 20px;
	display: block; 
	content: attr(title);
	font-size: 85%;
}

blockquote {
	margin-left: 40px;
	padding: 0.6em 20px;
}

blockquote * {
	margin: 0!important;
	border: none!important;
}

blockquote[title]:before {
	margin-bottom: 0.6em;
	display: block;
	content: "Quote: "attr(title); 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: "Quote: "attr(cite);
	text-align: right;
}

cite {
	display: block;
	text-align: right;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {

}

code {
	font-family: monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
}

/*======================================

	1-6.Hypertext Module
	
=======================================*/

a:link {
	color: #005585;
	text-decoration:none;
}

a:visited {
    color: #6666FF;
}

a:hover {
	color: #00b8fd;
}

/*--------------------------------------
	1-6-1. div#utilities link
---------------------------------------*/

div#utilities a:link {

}

div#utilities a:visited {

}

div#utilities a:hover {

}

/*--------------------------------------
	utilities (Link Color)
---------------------------------------*/

/*
moved
subSkin module
*/

/*======================================

	1-7.List Module
	
=======================================*/

ul,
ol,
dl {
	margin: 1em 30px;
}

ul,
ol,
dl {
	padding: 1px 0;
	list-style-position: inside;
}

ul {
	list-style-type: circle;
}

dt,
dd {
    margin: 0px;
}

dt {
    background-image: url('../img/bg_break01.gif');
    color: #DFEBFF;
}

dd {
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #C0CDFE;
    border-left-color: #C0CDFE;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.5em 10px;
}

/*======================================

	1-8.Edit Module
	
=======================================*/

del {
	color: #bbb;
	text-decoration: line-through;
}

del[datetime]:before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]:before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

/*======================================

	1-9.Forms Module
	
=======================================*/

form {
	margin: 1em 30px; 
	padding: 1px 0; 
}

form dl,
form p {
	margin: 0.5em 20px;
}

fieldset {
	padding: 0;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
	background-color: #fff;
}

input,
textarea {
	border-width: 1px;
	border-style: solid;
	margin: 0.5em 10px;
	padding: 1px 0.2em;
	font-family: Arial, Helvetica, "メイリオ",  sans-serif;
}

input:hover,
textarea:hover {

}

input:focus,
textarea:focus {

}

textarea {
	font-size: 100%;
	padding: 0.4em 8px;
}

input.inputField {

}

input.submit {
	_padding: 0;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

input.submit:hover {

}

input.radio {
	background-color: transparent;
	background-image: none;
	border: none;
}

/*======================================

	1-10.Tables Module
	
=======================================*/

table {
    top: 0%;
    clip: rect(0px, auto, auto, auto);
    font-family: メイリオ;
}
th,
td {
    padding: 0.1em 5px;
    top: 0px;
}

th {

}

td {
    top: 0px;
}

/*======================================

	1-11.Image Module
	
=======================================*/

img {
	vertical-align: bottom;
}

/*======================================

	1-12.Object Module
	
=======================================*/

object,
embed {

}
/*---------------
 dl.navi
-----------------*/

dl.navi {

}

dl.navi dt {
    text-align: left;
    margin: 0;
    font-family: メイリオ;
    background-image: url('../img/menub.gif');
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 5px;
    height: 20px;
    cursor: pointer;
    display: block;
    padding-top: 6px;
}

/*---------------
 dl.others
-----------------*/

dl.others {

}

dl.others dt {
 color: #fff;
 background-color: #bbb;
}


hr {
 color:#C0CDFE
 }
 
 
/*vista-menu*/ 




/*tab-menu*/ 

.menub{
    background-position: url(../img/menub/menub_bg.gif) repeat-x;
    position: relative;
    padding: 0 0 0 34px;
    margin: 0 auto 0 auto;
    background: url(../img/menub/menub_bg.png) repeat-x;
*    background: url(../img/menub/menub_bg.gif) repeat-x;
/* for IE browser due to png hacks */    height: 46px;
    list-style: none;
}
.menub li{
	float:left;
}
.menub li a{
    float: left;
    display: block;
    color: #000;
    text-decoration: none;
    font-family: メイリオ;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 18px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}
.menub li a b{
    float: left;
    display: block;
    padding: 0 18px 0 9px;
}
.menub li.current a{
	color:#fff;
	background:url(../img/menub/menub_hover_left.png) no-repeat;	
	*background:url(../img/menub/menub_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
.menub li.current a b{
	color:#fff;
	background:url(../img/menub/menub_hover_right.png) no-repeat right top;	
	*background:url(../img/menub/menub_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
.menub li a:hover{
	color:#fff;
	background:url(../img/menub/menub_hover_left.png) no-repeat;
	*background:url(../img/menub/menub_hover_left.gif) no-repeat;/* for IE browser due to png hacks */
	background-position:left;
}
.menub li a:hover b{
	color:#fff;
	background:url(../img/menub/menub_hover_right.png) no-repeat right top;
	*background:url(../img/menub/menub_hover_right.gif) no-repeat right top;/* for IE browser due to png hacks */
}
/*-------------------------------------*/
#left_menu {
    border: 1px solid #B4D6FE;
    margin-right: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
    width: 193px;
}
#left_menu div {
    margin-bottom: 2px;
    width: 188px;
}
#container {
    border: 1px solid #66CCFF;
    height: 100%;
    overflow: hidden;
    padding: 7px;
    width: 96%;
}
.javascript, .html {
border:1px solid #4E4E4E;
}
#d1 div, #d2 div, #d3 div, #d4 div {
    border: 0 none;
    height: 22px;
    color: #333333;
}
#d1 div:hover, #d2 div:hover, #d3 div:hover, #d4 div:hover {
    border: 1px solid #E18700;
    height: 20px;
    background-color: #FFE7C8;
}
#left_menu #d1, #left_menu #d2, #left_menu #d3, #left_menu #d4 {
border:0 none;
}
.d1, .d2, .d3, .d4 {
    height: 25px;
    line-height: 25px;
    background-image: url('../jquery/Accordion/AccordionTab0.gif');
    color: #333333;
}
.d1:hover, .d2:hover, .d3:hover, .d4:hover {
    cursor: pointer;
    background-image: url('../jquery/Accordion/AccordionTab2.gif');
}
#left_menu .selected_example {
border:1px solid #E18700;
height:20px;
}