@charset "Shift_JIS";
body {
margin : 0;
padding : 0;
font : 75% helvetica, "Trebuchet MS", arial, sans-serif;
background : #fff;
line-height : 1.7em;
color : #555;
}
			/*TOP BANNER*/
#header {
height : 90px;		/* height : 188px; */
margin-top : 0;
padding : 0;
background : #4a4a4a url(img/OrangeTop.jpg) no-repeat;
color : #fff;
}
#header h1 a, a:hover {
text-decoration : none;
color : #fff;
}

			/*TOP NAVIGATION*/
#topnav ul {
padding : 0.5em 0;
margin : 0 0 5px 0;
list-style-type : none;
background : #885835;
color : #fff;
text-align : center;
font-weight : bold;
}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
text-decoration : none;
background : #885835;
color : #fff;
padding : 0.6em 1.3em;
border-right : 1px solid #fff;
}


			/*3 COLUMNS*/
#gutter {
float : left;
width : 3%;
height : 1px;
}
#col1 {
float : left;
width : 15%;
margin-bottom : 1em;
padding-right : 1%;
}
#col2 {
float : left;
width :60%;
margin-left : 2%;
margin-bottom : 1em;
border-left : 1px dashed #e0e0e0;
#border-right : 1px dashed #e0e0e0;
padding-right : 3%;
padding-left : 3%;
}
#col3 {
#float : left;
#width : 5%;
#margin-left : 3%;
#margin-bottom : 1em;
#}
			/*RIGHT NAVIGATION*/
#navcontainer ul {
margin : 0;
padding : 0px 0px 0px 0px;
list-style-type : none;
background : #fff;
color : #000;
}
#navcontainer ul li a {
padding : 0px 0px 0px 0px;
color : #ea5550;*#f17327;
text-align : left;
list-style-type : none;
}
#navcontainer ul li a:hover {
color : #ea5550;
}
#navcontainer ul li a#current {
color : #000;
}

/* 追加 */
#year {
padding-top : 5px;
}


			/*FOOTER*/
#footer {
clear : both;
height : 40px;
background : #e1e1e1;
border-top : 5px solid #000;
color : #000;
padding : 0.2em 0 0 0.5em;
text-align : left;
}
#footer a {
color : #000;
background : inherit;
}
#footer a:hover {
color : #000;
background : inherit;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0;
padding-top : 60px;
padding-left : 20px;
/*text-align : center;*/
font-size : 2em;
color : #000000;    /*#efecdc;*/
background : transparent;  /*inherit*/
}


h2 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0em;/* padding-bottom : 0.5em;*/
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #616161;
background : inherit;
}
h3 {
margin-top : 0;
font-size : 0.75em;
text-align : center;
color : #666;
background : inherit;
}

h4 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0em;/* padding-bottom : 0.5em;*/
/*text-transform : uppercase;*/
/*letter-spacing : 3px;*/
font-size : 1.2em;
color : #ea5550;
background : inherit;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration : none;
color : #006699;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #006699;
background : inherit;
}
a image {
border : 0;
}
			/*IMAGES*/
.myimage {
float : left;
padding : 10px;
border : 1px solid #aaa;
margin-right : 10px;
}
.myimage2 {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
}

/* メインテーブル */
table {
margin:0px 0px 25px 0px;
line-height:200%;
padding : 10px;
background:#eaeaea; */FFDEAD/*#F4A460*/
}
th {
}
tr {
vertical-align: top;
}
td {
padding:0px 0px 0px 0px;
}

.links{
float: right;
}


/* ---------------------------------------------
 align 
--------------------------------------------- */
.alignL { text-align:left !important; }
.alignC { text-align:center !important; }
.alignR { text-align:right !important; }
.valignT { vertical-align:top    !important; }
.valignM { vertical-align:middle !important; }
.valignB { vertical-align:bottom !important; }

/* ---------------------------------------------
 font style
--------------------------------------------- */
/* font-style */
.fNormal  { font-weight:normal; }
.fBold   { font-weight:bold; }
/* font-size */
.f10{font-size:77%}
.f11{font-size:85%}
.f12{font-size:93%}
.f13{font-size:100%}
.f14{font-size:108%}
.f15{font-size:116%}
.f16{font-size:123.1%}
.f18{font-size:138.5%}
.f20{font-size:153.9%}
.f22{font-size:167%}
.f24{font-size:182%}
.f26{font-size:197%}
.f28{font-size:215.4%;}

.f12em{font-size:1.2em;}
.f15em{font-size:1.5em;}
.f20em{font-size:2.0em;}


.fsize10 {font-size: 10px;}
.fsize12 {font-size: 12px;}
.fsize14 {font-size: 14px;}

/* strong */
strong {font-weight:bold; color:#000;}

/* em */
em {color:#c00; font-weight:bold; font-style:normal;}



/* ---------------------------------------------
 text marign
--------------------------------------------- */

.p_tx0 {line-height:1em; margin-bottom:0px;}


/* sub */
sub {vertical-align:baseline;}