@charset "utf-8";
/*--------------------------------------
  Universal selector
---------------------------------------*/

* {
margin:0px;
padding:0px;
}

/*--------------------------------------
  base Module
---------------------------------------*/

body {
background-repeat:repeat;
background-color:#1B49A0;
text-align:center;
font-size:0.9em;
font-family:"ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif, Osaka, "ヒラギノ角ゴ Pro W3";
margin:0px 0px 5px 0px;
padding:0px;
}

p {
line-height: 1.6em;
}



h1, h2, h3, h4, h5, h6 {
font-size:1em;
font-weight:normal;
}

img {
border:0px;
}

a {
color:#3C5388;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a:visited {
	color: #7C358E;
}

#return_top p {
height:20px;
width:110px;
display:block;
}

#return_top a {
margin:20px 0 0 0;
padding:0px;
background-image:url(image/return_btn.gif);
height:20px;
width:110px;
display:block;
background-repeat:no-repeat;
background-position:0 0;
text-indent:-9999px;
overflow:hidden;
float:right;
}

#return_top a:hover {
background-image:url(image/return_btn.gif);
background-position:0 -0px;
text-indent:-9999px;
overflow:hidden;
}




/*---------------------------------
   container
---------------------------------*/
#container {
background-color:#FFFFFF;
width: 780px;
text-align:left;
padding:0px;
margin:0px auto 15px auto;
}

/*---------------------------------
   header
---------------------------------*/
#header {
padding: 15px 30px 0px 30px;
display:block;
}

#header #site-title {
float:left;
}

#header #header-tell {
float:right;
}

#top-image {
margin: 15px 30px 15px 30px;
clear:both;
}

#top-image image {
margin: 0px 0px 10px 0px;
}



/*---------------------------------
   content
---------------------------------*/
#content {
width: 780px;
padding: 0px;
margin: 0px 0px 0 0;
float: right;
}

#content h2 {
font-size:1.3em;
font-weight:bold;
border-bottom:#1A489B solid 3px;
color:#1A489B;
/*background-image:url(image/midashi_h2.gif);*/
background-repeat:no-repeat;
padding:0px 0 5px 0;
margin:0 0px 20px 0px;
}

#content h4 {
margin:0 0 3px 0;
}

#content p {
padding: 0px;
margin:0 0px 0.5em 0px;
}

#content #category {
width: 750px;
margin:0 auto 0 auto;
clear:both;
}

#content #topic_path {
padding:0px;
margin:0px 15px 6px 0px;
text-align:left;
}



/*dl.info*/

dl.info {
	line-height: 1.;
	border-bottom: 1px solid #DFDFDF;
	margin: 6px auto;
	padding: 0 0 6px 0;
}

dl.info dt {
	padding:0 0 0 5px;
	display: inline;
	margin: 0 10px 0 5px;
}

dl.info dd {
	display: inline;
	margin: 0;
}



/* category module */
.entry {
padding:15px 0px 15px 0px;
margin:0 30px 15px 30px;
clear:both;
}


#content #category h3 {
font-size:1.0em;
font-weight:bold;
color:#333333;
background-color:#EEEEEE;
padding:8px;
margin:0 0 5px 0px;
}


#content #category h4 {
height: 20px;
font-size:1.0em;
font-weight:bold;
color:#444444;
background-image:url(image/midashi_h4.gif);
background-repeat:no-repeat;
background-position:left center;
text-indent:25px;
padding:7px 0 0 0;
margin:0 0 5px 0px;
}


/*---------------------------------
   each content　各カテゴリーの個別設定
---------------------------------*/




/*---------------------------------
   footer
---------------------------------*/
#footer {
/*background-image:url(image/footer_bg.gif);*/
/*height:25px;*/
border-top: #1A489B solid 3px;
background-color:#FFFFFF;
margin:0px 30px 0 30px;
padding:15px 0px;
clear:both;
text-align:right;
}

#footer ul {
}

#footer li {
list-style-type:none;
background-image: url(image/mark_yazirusi.gif);
background-repeat:no-repeat;
background-position:left center;
padding: 0px;
margin:10px 15px 0 0; 
text-indent :20px;
float:right;
clear:both;
}

#footer #footer_menu {
background-image:url(image/footer_menu_bg.gif);
background-repeat:repeat-y;
width:750px;
text-align:center;
font-size:13px;
padding:10px 0 10px 0;
}


#footer #copyright {
background-image:url(image/footer_bg.gif);
font-family:Arial, Helvetica, sans-serif;
margin:5px 0 0 0;
}

address {
text-decoration:none;
font-style:normal;
}

/*---------------------------------
   decoration
---------------------------------*/
.text_red {
color:#CC0000;
}

.text_blue {
color:#0033CC;
}

.text_left {
text-align:left;
}

.text_right {
text-align:right;
}

.text_center {
text-align:center;
}


.font_10px {
font-size:10.5px;
}

.box_center {
margin:0 auto 0 auto;
}

/*--------------------------------------
	Table Module		
---------------------------------------*/
table {
	background-color: #f5f5f5;
	margin: 0.5em 0;
	border-width: 1px;
	border-style: solid;
	border-color: #c1ced4 #97a4aa #97a4aa #c1ced4;
	line-height:1.5em;
}

caption {
	display: none;
}

td,th {
	color: white;
	padding : 0.5em 0.5em;
}

th {
	text-align:left;
	font-weight: bold;
	color: #333333;
	font-weight:bold;
	background-color: #EFEFEF;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #BBBBBB;
}

td {
	color: #2d3b4e;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee #bfc3c4 #bfc3c4 #eeeeee;
}


/*--------------------------------------
	common CSS		
---------------------------------------*/

.clear {
clear:both;
}

.image_R {
	float: right;
	margin: 0 0 15px 15px;
}

.image_L {
	float: left;
	margin: 0 15px 1em 0;
}

.red {
color:#FF3300;
}

.blue {
color:#0033FF;
}

.water {
color:#348CA9;
}

.gray {
color:#666666;
}


.font_15px {
font-size:15px;
}

.font_11px {
font-size:11px;

}

.box_left {
width:345px;
float:left;
border-right:#CCCCCC solid 1px;
padding:0 10px 0 0;

}

.box_right {
width:375px;
padding:0 0 0 15px;
float:right;
/*border-left:#CCCCCC solid 1px;*/
}
















