@charset "utf-8";

.sidebox {
	width: 198px;
	border: 1px solid #666;
	font-size: x-small;
	margin-bottom: 12px;
}

.sidebox h3 {
	font-size: small;
	text-decoration: none;
	border-bottom: 1px solid #666;
	padding-top: 0.2em;
	padding-bottom: 0;
	margin: 0 auto 0.5em;
	text-align: center;
	background-color: #fff7cc;
/*background: url(../common/img/h3_bg.gif) no-repeat;*/
}

.sidebox h4 {
	color: #f60;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 0.5em;
	text-align: left;
}

.sidebox h4.head_1 {
	font-size: small;
}

.sidebox p {
	line-height: 1.5em;
	color: #333;
	font-size: small;
	text-decoration: none;
	margin: 1em 0.5em 1em;
	text-align: left;
}

.sidebox ul {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color:#333;
	
}

.sidebox li {
	font-size:small;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 0 -16px;
	background: none no-repeat;
	list-style-type: disc;
}

.sidebox li.link {
	font-size:small;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 0.2em -21px;
	padding: 0 0 0 16px;
	background: url(../common/img/small_square_arrow_r.gif) no-repeat left 4px;
	list-style-type: none;
}

.link a:hover{
	color: #00B8FD;
	list-style-type: none;
}


.sidebox.banner {
	text-align: center;
	margin: 5em auto;
}

#menu_navi {
	height: 34px;
	background-color: #003586;
	border-bottom: 1px solid #666;
}

#header {
	background-image: url(../img/header_2011.gif);
	height: 68px;
}

#header h1 {
	font-size: small;
	color: #333333;
	text-indent: -9999px;
}

/* @group 日本語・英語 */

#language {
	border: 0px solid red;
	text-align: right;
	width: 300px;
	position: relative;
	top: -28px;
	left: 520px;
	font-size: small;
}

#language a.japanese {
	color: #999;
	margin: 0 0 0 32px;
	/*background: url(../common/img/page_japanese.gif) no-repeat left 2px;*/
}

#language a.english {
	color: #999;
	margin: 0 0 0 0;
	/*background: url(../common/img/page_engish.gif) no-repeat 2px;*/
}

#language a:hover.english,#language a:hover.japanese {/*hover時の色*/
	color: #00B8FD;

}


/* @end */

/*フッタ設定--------------------------------------------------------------------*/

#footer {
	font-size: small;
	text-align: center;
	clear: left;
	width: 100%;
	background: #003586;
	color: #fff;
	padding: 4px 0;
	border-top: 1px solid black;
}

#footer a {
	color: #fff;
}

/*前のページに戻る*/

#prev_page a {
	border: 0px solid red;
	margin-top: 8px;
	margin-left: 720px;
	padding-left: 16px;
	color: #fff;
	font-size: x-small;
	position: absolute;
	clear: both;
	z-index: 97;
	float: right;
	background: url(../common/img/prev_page.gif) no-repeat left 3px;

}



/*ページトップへ*/

#go_top {
	margin-right: 12px;
	padding-left: 16px;
	border: 0px solid gold;
	color: #333;
	font-size: x-small;
	position: relative;
	bottom: 32px;
	float: right;
	background: url(../common/img/go_top.gif) no-repeat left 2px;
}

/*画像リンクにマウスオーバーで薄くする*/

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*文字サイズ・ウェイト・色設定*/
.size_1{
	font-size: xx-small;
}

.size_2{
	font-size: x-small;
}

.size_3{
	font-size: small;
}

.size_4{
	font-size: medium;
}

.size_5{
	font-size: large;
}

.size_6{
	font-size: x-large;
}

.size_7{
	font-size: xx-large;
}

.weight_normal{
	font-weight: normal;
}

.weight_bold{
	font-weight: bold;
}

.color_00 {
	color: #333;
}

.color_01 {
	color: #666;
}

.color_02 {
	color: #999;
}

.color_03 {
	color: #ccc;
}

.color_04 {
	color: #cc0000;
}

.color_05 {
	color: #ff0000;
}

.color_06 {
	color: #ff6600;
}
.color_07 {
	color: #ff9900;
}


.hoso {
	font-weight: normal;
	font-style: normal;
}



.news_date {
	padding: 0.5em 1em;
	text-align: left;
	background-color: #eee;
	color: #000;
	font-size: small;
	font-weight: bold;
	font-style: normal;
}








.jump {
	margin-right: 3px;
	padding-right: 14px;
	background: url(../common/img/mini_jump_icon2.gif) no-repeat right 0px;
	height: 13px;
	text-decoration: underline;
}

a:hover.jump {
	color: #00B8FD;
	background: url(../common/img/mini_jump_icon.gif) no-repeat right 0px;
	text-decoration: underline;

}





.jump_down {
	color: #ffff00;
	margin-right: 3px;
	padding-right: 14px;
	background: url(../common/img/mini_jump_icon_down.gif) no-repeat right 0px;
	height: 13px;
	text-decoration: none;
}

a:hover.jump_down {
	color: #00B8FD;
	background: url(../common/img/mini_jump_icon_down_2.gif) no-repeat right 0px;
	text-decoration: underline;
}






.jump_up {
	color: #ffff00;
	margin-right: 3px;
	padding-right: 14px;
	background: url(../common/img/mini_jump_icon_up.gif) no-repeat right 0px;
	height: 13px;
	text-decoration: none;
}

a:hover.jump_up {
	color: #00B8FD;
	background: url(../common/img/mini_jump_icon_up_2.gif) no-repeat right 0px;
	text-decoration: underline;
}










.link_icon{
background: url(../common/img/mini_jump_icon.gif) no-repeat right center;
}
a:hover.link_icon{
		color: #00B8FD;
	background: url(../common/img/mini_jump_icon2.gif) no-repeat right 0px;
	text-decoration: underline;
}



.link_180x40 {
	width: 180px;
	height: 40px;
	text-align: center;
	margin: 8px auto 8px;
	background-color: #42007e;/*リンク背景色*/
}



.qanda_q1{
	font-weight: bold;
	background-color:#d4e9ff ;
	padding: 1px 0 1px 12px;
	font-size: small;
	border: 1px solid #666;
	margin-right: 0em;
	margin-left: -2em;
	margin-bottom: 0.5em;

}

.qanda_q2{
	background-color:#fff ;
	font-size: small;
	margin-right: 2em;
	margin-left: -3em;
	border-bottom: 0px dashed #999;
	padding: 1px 0 1px 1em;
}

.qanda_q2 a{
	padding: 0 0 0 16px;
	background: url(../common/img/small_square_arrow_down.gif) no-repeat left 2px;
}


.qanda_q3{
	background-color:#fff ;
	font-size: small;
	color: #000;
	font-weight: bold;
	margin-right: 2em;
	margin-left: -3em;
	margin-bottom: 0.5em;
	border-bottom: 0px dashed #999;
	padding: 1px 0 1px 1em;
	padding: 0 0 0 32px;
	background: url(../common/img/icon-q.gif) no-repeat left 2px;
	font-style: normal;
}

.qanda_q4{
	background-color:#fff ;
	font-size: small;
	margin-right: 2em;
	margin-left: -3em;
	margin-bottom: 2em;
	border-bottom: 0px dashed #999;
	padding: 1px 0 1px 1em;
	padding: 0 0 0 32px;
	background: url(../common/img/icon-a.gif) no-repeat left 2px;
}



/* @end */





/* @group blog読込み */

.blog_title{
	margin: 10px auto;
	padding: 0 0;
}

.blog_title ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.blog_title li {
	margin: 2px 4px;
	padding: 2px 10px;
	line-height: 1.2em;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px dashed #999;
	text-align: left;
}

.blog_title li a{
	display: block;
}

.blog_title li a:hover{
	color: #f60;

}


.new{
	color: #cc0000;
	font-weight: bold;
	font-size: x-small;
}
.read_blog{
	font-size: 10px;
	text-align: right;
	padding-right: 1em;

}

/* @end */




#quick_link {
	border: 0px solid #666;
	font-size: x-small;
	margin-bottom: 12px;
}

#quick_link h3 {
	padding-top: 0em;
	padding-bottom: 0;
	margin: 0 auto 0;
	text-align: left;
}


#quick_link table {
	margin: 0 0 0 2px;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color:#333;
	border-collapse: separate;
	border: none;
}

#quick_link td {
	font-size:small;
	font-weight: normal;
	margin: 0;
	line-height: 1.3em;
	list-style-type: none;
	border: none;
	border-top: 0px dashed #666;
	border-right: 0px dashed #666;
	border-bottom: 1px dashed #666;	
	border-left: 0px dashed #666;
	
}

#quick_link td.spacer {
	border: none;	
}

#quick_link a {
	margin: 0 0 0em 0;
	padding: 0 0 0 1.3em;
	background: url(../common/img/side_nav_head.gif) no-repeat left 4px;
	list-style-type: none;
	display: block;
}


