@charset "utf-8";

/*---------- 共通 ----------*/

*{
	margin: 0px;
	padding: 0px;
}
strong, b {
	font-weight:bold;
}
p,dl,dt,dd,ul,li {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 1em;
}
body {
/*	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;  */
	font-size: 13px;
	color:#555555;
	margin: 0px;
	padding: 0px;
	line-height:1.2em;
	background-color: #ECECEC;
	background-image: url(../img/body_back.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h1,h2,h3,h4,h5,h6,address {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
img {
	vertical-align: text-bottom;
}
.clear {
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
}
.line1 {
	clear:both;
	background: #FFFFFF;
	padding:2px;
	margin:0px;
	
}

/*---------- 画像 ----------*/

.image_r {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height:1em;
}
.image_r img,
.image_l img {
	float:none !important;
	margin:0px !important;
}
.image_l img {
}
.image_r span,
.image_l span {
	margin-top:2px;
	display:block;
	font-size:0.8em;
	text-align:center;
}
.image_l {
	float: left !important;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0px;
	line-height:1em;
}
.image_c {
	float:none !important;
	margin-bottom: 10px;
	margin-left: 0px !important;
	line-height:1em;
}



/*---------- リンク ----------*/

a:link {
	color: #28899D;
}
a:visited {
	color: #28899D;
}
a:active {
	color: #FF0000;
}
a:hover {
	color: #990000;
	text-decoration:none;
}
.link_btn1 {
	display: block;
	float: left;
	padding: 2px 5px 2px 20px;
	margin: 5px 0px 10px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
.link_btn1:link,
.link_btn1:visited,
.link_btn1:active  {
	background: #E8E8E8 url(../img/link_mark8.gif) no-repeat left center;
	color:#333333;
	text-decoration: none;
}
.link_btn1:hover {
	text-decoration: none;
	background: #FFFFFF url(../img/link_mark8.gif) no-repeat left center;
	color:#333333;
}

.link_btn2 {
	font-size: 80%;
	text-decoration: none;
	display: block;
	border: 1px solid #CCCCCC;
	float: right;
	padding: 0px 2px 0px 15px;
	margin-left: 5px;
	color: #465E77;
	margin: 5px;
}
.link_btn2:link,
.link_btn2:visited,
.link_btn2:active {
	background: url(../img/link_mark7.gif) no-repeat left center;
}
.link_btn2:hover {
	background:transparent url(../img/link_mark7.gif) no-repeat left center;
	color:#CC3300;
}
.img_btn1 {
	margin-top:1em;
	display:block;
	line-height:1em;
	float:left;
	height:auto;
	width:auto;
}
.img_btn1:link,
.img_btn1:visited,
.img_btn1:active {
	border:1px solid #EBDCC5; 
}
.img_btn1:hover {
	border:1px solid #DDC29B;
}
/*---------- 表 ----------*/

.table1 {
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #DDDDDD;
}
.table1 th {
	padding: 5px;
	text-align:left;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	background-color: #F0F0F0;
}
.table1 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	padding: 5px;
}
.table1 img {
	padding:1px;
	border:solid 1px #DDDDDD;
}

.table2  {
	clear:both;
	MARGIN-TOP: 10px;
	MARGIN-BOTTOM: 10px;
	background-color: #94BE3C;
}
.table2 th  {
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
	padding: 5px;
	background-color: #DDEBC0;
	border: 1px solid #FFFFFF;
}
.table2 td  {
	padding: 5px;
	background-color: #F1F7E6;
	border: 1px solid #FFFFFF;
}


.table3 {
	clear:both;
	background-color: #CDCDCD;
}
.table3 th  {
	clear:both;
	font-weight: normal;
	margin: 2px;
	padding:4px;
	background-color: #CDCDCD;
	border: 1px solid #FFFFFF;
}
.table3 td  {
	margin: 0px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#color_grey1 {
	background-color: #999999;
	color: #FFFFFF;
}
#color_grey2 {
	background-color: #DFDFDF;
}
#color_blue1 {
	background-color: #2D7CBD;
	color: #FFFFFF;
}
#color_blue2 {
	background-color: #C5DDEE;
}
#color_orange1 {
	background-color: #F39B15;
	color: #FFFFFF;
}
#color_orange2 {
	background-color: #FCE4C2;
}
#color_red1 {
	background-color: #BF1717;
	color: #FFFFFF;
}
#color_red2 {
	background-color: #FBDBDB;
}
#color_green1 {
	background-color: #7CC221;
	color: #FFFFFF;
}
#color_green2 {
	background-color: #DDF3AB;
}
#color_moji_blue1 {
	color: #26699F;
	background-color: #C5DDEE;
}
#color_moji_orange1 {
	color: #E48D0C;
	background-color: #FCE4C2;
}
#color_moji_red1 {
	color: #BF1717;
	background-color: #FBDBDB;
}
#color_moji_green1 {
	color: #70AC1E;
	background-color: #DDF3AB;
}
#moji_blue1 {
	color: #26699F;
}
#moji_orange1 {
	color: #E48D0C;
}
#moji_red1 {
	color: #BF1717;
}
#moji_green1 {
	color: #70AC1E;
}

/*---------- リスト ----------*/

.content ul, .content ol {
	clear:both;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content li {
	margin-left: 40px;
	list-style-position:outside;
}
.content dl {
	margin-top: 10px;
	margin-bottom: 10px;
}
.dl_1 {
	margin:0px 20px;
	border-bottom: 1px solid #DDDDDD;
}
.dl_1 dt {
	background: #F3F3F3;
	padding: 2px;
	margin-top: 5px;
	border-top: 1px solid #DDDDDD;
}
.dl_1 dd {
	padding: 2px 2px 2px 1.5em;
	border-top: 1px dotted #DDDDDD;
}
.list1 li {
	border-left-width: 3px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	margin-left:20px;
	margin-bottom:5px;
	list-style-type: none;
}

/*---------- SEO ----------*/

.description {
	background-color: #0D99D5;
	background-repeat: repeat-y;
	background-position: center center;
}
.description h1 {
	width: 772px;
	margin: 0px auto;
	font-size: 10px;
	padding:1px 4px;
	color:#FFFFFF;
}

/*---------- 外枠 ----------*/

.container {
	background: #FFFFFF;
	width: 770px;
	vertical-align: middle;
	padding:0px;
	margin: 0px auto;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
}
/*---------- 区切り線 ----------*/
.hr_1 {
	border:dotted 1px #DDDDDD;
}

/*---------- 枠 ----------*/
.sub_waku1 {
	border:solid 1px #DDDDDD;
	background: #EEEEEE;
	padding:10px;
	float:left;
	margin:10px 0px;
}
.sub_waku1 p {
	margin:0px;
}

/*---------- ヘッダー ----------*/
.header {
	line-height:1em;
	height:52px;
	background: url(../img/header_back_img.jpg) repeat-x left bottom;
}

/*ロゴ*/
.logo {
	float: left;
	width: 320px;
}
.logo a:hover {
	background:transparent;
	text-decoration: none;
}
.header_right {
	float: right;
	width: 155px;
	background:transparent;
}

/*ヘッダーリンク*/
.header_r {
	float:right;
	width:450px;
}
.header_menu {
	float:left;
	width:290px;
	padding-top: 30px;
	background: url(../img/header_menu_back.gif) no-repeat right bottom;
}
.header_menu li {
	list-style-type: none;
	display: inline;
	float:right;
	font-size:0.9em;
	background: url(../img/header_menu_back.gif) no-repeat left center;
	padding-right: 2px;
	padding-left: 2px;
}
.header_menu a:link,
.header_menu a:active,
.header_menu a:visited {
	padding: 0px 5px 0px 5px;
	color:#516B88 !important;
	text-decoration:none;
}
.header_menu a:hover {
	padding: 0px 5px 0px 5px;
	text-decoration:underline;
	color:#C21825 !important;
}
/*検索*/
.search_box {
	line-height: 1em;
	text-align: right;
	width: 345px;
	margin-right:10px;
}
.search_box input {
	margin-left: 5px;
}
.search_btn {
	color: #FFFFFF;
	background: #A9BACC;
	padding:0px;
}
.search_btn:hover {
	background: #6382A3;
}

/*---------- グローバルメニュー ----------*/

.gmenu {
	margin: 0px;
	padding:0px 3px;
	height: 30px;
	width:764px;
	background: url(../img/gmenu_back.jpg) no-repeat center bottom;
}
.gmenu ul {
	margin:0px;
	padding:0px;
	height: 30px;
}
.gmenu li {
	float:left;
	list-style-type: none;
	display: inline;
}
.gmenu a {
	float:left;
}
.gmenu a:link,
.gmenu a:visited,
.gmenu a:active {
	display:block;
	padding:8px 10px 0px 10px;
	text-decoration:none;
	height:22px;
	color:#767676;
	border-top: none;
	border-right: 1px solid #CDCDCD;
	border-bottom: none;
	border-left: 1px solid #FFFFFF;
}
.gmenu a:hover {
	height: 22px;
	display:block;
	padding:8px 10px 0px 10px;
	text-decoration:none;
	color:#FFFFFF;
	background: #0D99D5;
}
.gmenu_on:link,
.gmenu_on:visited,
.gmenu_on:active {
	color:#FFFFFF !important;
	background: #0D99D5 url(../img/gmenu_on_back.jpg) no-repeat left top;
}

/*---------- トピックパス/文字サイズ変更 ----------*/

/* トピックパス */
.topic_path {
	clear:both;
	display:block;
	padding:5px 0px 0px 5px;
	border-bottom:solid 1px #FFFFFF;
	line-height:1em;
	background-color: #FFFFFF;
	background-image: url(../img/topic_path_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.topic_pathlink {
	float:left;
	margin:2px 0px;
}
.topic_pathlink a {
	font-size: 0.8em;
	margin-left: 0px;
	background: url(../img/link_mark2.gif) no-repeat left center;
	padding-bottom: 2px;
	padding-left: 12px;
	text-decoration: underline;
 }
.topic_pathlink span {
	font-size: 0.8em;
	margin-left: 0px;
	background: url(../img/link_mark2.gif) no-repeat left center;
	margin-bottom: 2px;
	padding-left: 12px;
 }
.topic_pathlink a:link,
.topic_pathlink a:visited,
.topic_pathlink a:active {
	text-decoration: underline;
	background: url(../img/link_mark2.gif) no-repeat left center;
 }
.topic_pathlink a:hover {
	text-decoration: none;
	background: url(../img/link_mark2.gif) no-repeat left center;
 }
/* フォントサイズ 切替 */
.size_control {
	float: right;
	width: 300px;
	padding:2px;
	text-align: right;
}
.size_control span {
	float: right;
	display:block;
	font-size:12px;
	width:6em;
	padding:0px 5px;
	margin-top:6px;
}
.size_control p {
	float: right;
	margin:0px 2px 0px 0px;
	padding:0px;
}
.size_control a {
	display:block;
	padding:2px;
	line-height:1em;
	width:1em;
	text-decoration: none;
	vertical-align:middle;
	border: 1px solid #CDCDCD;
}
.size_control img {
	float:right;
}
.font_m a:link,
.font_m a:visited,
.font_m a:active {
	color:#FFFFFF;
	background: url(../img/size_control_on.gif) repeat-x left top;
}
.font_l a:link,
.font_l a:visited,
.font_l a:active,
.font_s a:link,
.font_s a:visited,
.font_s a:active,
.font_m a:hover {
	color:#767676;
	background-image: none;
	background-color:#EBEBEB;
}
.font_l a:hover,
.font_s a:hover {
	color:#FFFFFF;
	background: url(../img/size_control_on.gif) repeat-x left top;
}
.font_s {
	font-size: 11px;
}
.font_m {
	font-size: 13px;
}
.font_l {
	font-size: 15px;
}
.font_s a {
	margin-top:4px;
}
.font_m a {
	margin-top:2px;
}

/*---------- 本文枠 ----------*/

.main {
	clear:both;
	background: url(../img/main_back.gif) repeat-y left top;
}
/*右枠*/
.content_waku {
	width: 580px;
	float: right;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
.content {
	padding :0px 0px 10px 0px;
	background: #FFFFFF;
	line-height: 1.5em;
}
/*左枠*/
.smenu_waku {
	width: 170px;
	float:left;
	margin:0px;
	padding:0px;
	background: transparent;
}
.smenu,
.smenu2 {
	width: 170px;
	padding: 0px;
	background: transparent;
}

/*---------- サブバナー ----------*/
/*テキストバナー*/
.sub_banner1 {
	background-image: url(../img/sub_banner1_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 160px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.sub_banner1_title {
	background-image: url(../img/sub_banner1_titleback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:1.1em;
}
.sub_banner1_title a {
	font-weight: bold;
	display:block;
	width:135px;
	padding:5px 25px 5px 5px ;
}
.sub_banner1_title a:link,
.sub_banner1_title a:visited,
.sub_banner1_title a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.sub_banner1_title a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.sub_banner1 span {
	display:block;
	font-size:0.9em;
	background-image: url(../img/sub_banner1_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 5px 7px;
}

.sub_banner2 {
	background-image: url(../img/sub_banner2_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 160px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.sub_banner2_title {
	background-image: url(../img/sub_banner2_titleback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:1.1em;
}
.sub_banner2_title a {
	font-weight: bold;
	display:block;
	width:135px;
	padding:5px 25px 5px 5px ;
}
.sub_banner2_title a:link,
.sub_banner2_title a:visited,
.sub_banner2_title a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.sub_banner2_title a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.sub_banner2 span {
	display:block;
	font-size:0.9em;
	background-image: url(../img/sub_banner2_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 5px 7px;
}

.sub_banner3 {
	background-image: url(../img/sub_banner3_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 160px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.sub_banner3_title {
	background-image: url(../img/sub_banner3_titleback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:1.1em;
}
.sub_banner3_title a {
	font-weight: bold;
	display:block;
	width:135px;
	padding:5px 25px 5px 5px ;
}
.sub_banner3_title a:link,
.sub_banner3_title a:visited,
.sub_banner3_title a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.sub_banner3_title a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.sub_banner3 span {
	display:block;
	font-size:0.9em;
	background-image: url(../img/sub_banner3_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 5px 7px;
}


.banner_contact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#990000;
	padding:2px;
	margin:5px 0px;
}
.banner_contact_btn {
	font-size: 12px;
	border: 1px solid #CDCDCD;
	display:block;
	width:128px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/contact_banner_btn_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
}
.banner_contact_btn:link,
.banner_contact_btn:visited,
.banner_contact_btn:active {
	color:#C21825;
	text-decoration:none;
}
.banner_contact_btn:hover {
	color:#C21825;
	text-decoration:underline;
}
/*画像バナー*/
.s_banner {
	clear:both;
	width: 160px;
	margin-bottom: 10px;
}
.s_banner a {
	display:block;
	line-height:1em;
	text-decoration:none;
	height:44px;
	margin-bottom:5px;
}

/*---------- 本文 ----------*/

/*ページタイトル枠*/
.page_title {
	height:142px;
	width:580px;
/*	background:#FFFFFF url(../../../about/img/page_title_back1.jpg) no-repeat left top;	*/
}
.page_title h2 {
	padding:60px 100px 0px 30px;
	font-size:1.5em;
	line-height:1em;
	font-weight:bold;
	color:#003366;
}
/*本文*/
.category_lead {
	clear:both;
	padding: 10px;
	margin:20px 0px;
	background-color: #F2F2F2;
}
.category_lead h3 {
	margin: 0px 0px 10px 0px;
	border-bottom: dotted 1px #999999;
}
.category_lead span {
	display:block;
}
.entry_lead {
	clear:both;
	padding: 0px 10px;
	margin:20px 0px;
	background:#FFFFFF url(../img/entry_lead_back.jpg) repeat-x left bottom;	
}
.entry_lead h3 {
	color:#767676;
	border-bottom: dotted 1px #CCCCCC;
}
.block_waku,
.block_waku2 {
	clear:both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.block_waku img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height:1em;
	padding:4px;
	border:solid 1px #cdcdcd;
}
.img_l {
	float:left !important;
	margin-left: 0px !important;
	margin-right: 10px !important;
}	
/*---------- トップへ戻るなどの右下のリンク ----------*/

.page_link {
	font-size:0.85em;
	display:block;
	float:right;
	padding:2px;
	line-height:1em;
	margin:0px 0px 0px 10px;
}


.toplink {
	clear:both;
}
.toplink a {
	font-size: 80%;
	display: block;
	float: right;
	padding: 0px 2px 0px 15px;
	margin-bottom: 0px;
	background: url(../img/link_mark6.gif) no-repeat left top;
	width: auto;
}
/*ページ先頭リンク*/
.pagetop_link:link, .pagetop_link:visited, .pagetop_link:active, .pagetop_link:hover {
	background: url(../img/link_mark3.gif) no-repeat left center;
}
/*戻るリンク*/
.prev_link:link, .prev_link:visited, .prev_link:active {
	background: url(../img/link_mark9.gif) no-repeat left center;
}
.prev_link:hover {
	background: url(../img/link_mark9.gif) no-repeat left center;
	color:#CC3300;
}

/*先頭へ リンク(FAQ)*/
.pagetop a {
	font-size: 80%;
	display: block;
	float: right;
	padding: 0px 2px 0px 15px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.pagetop a:link, .pagetop a:visited, .pagetop a:active  {
	background: #FFFFFF url(../img/link_mark3.gif) no-repeat left center;
}
.pagetop a:hover {
	background: #FFFFFF url(../img/link_mark3.gif) no-repeat left center;
}
/*---------- エントリー ----------*/

.block_title {
	clear:both;
	font-size:1.1em;
	background-image: url(../img/block_title_back.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	padding: 5px 5px 5px 8px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	font-weight:bold;
	width:557px;
}
.sub_title {
	clear:both;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight:bold;
	width:545px;
	background-color: #F3F3F3;
	background-image: url(../img/sub_title_mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 5px 2px 20px;
}
/*---------- 関連キーワード ----------*/

.keyword_waku {
clear:both;
	font-size:0.9em;
	padding: 3px;
	margin: 20px 0px;
	border:dotted 1px #EEEEEE;
}
.keyword_title {
	font-weight:bold;
	padding: 2px;
	background: #F1F1F1;
}

/*---------- サブメニュー ----------*/
.smenu ul {
	background: url(../img/smenu_ul_back.gif) repeat-y left top;
	line-height:1em;
}
.smenu ul li  {
	display:block;
	list-style: none;
}
.smenu ul li ul {
	background: transparent;
}
/*第１サブメニュー*/
.smenu ul li {
	border:solid 1px #CDCDCD;
	padding-bottom:3px;
}
.smenu ul li a {
	padding:5px 3px 5px 12px;
	width:152px;
	display:block;
	text-decoration:none;
}
.smenu ul li a:link,
.smenu ul li a:visited,
.smenu ul li a:active {
	background:#F0F0F0 url(../img/smenu_1_back.gif) no-repeat left top;
	color:#767676;
}
.smenu ul li a:hover {
	background:#F0F0F0 url(../img/smenu_1_back_on.gif) no-repeat left top;
	color:#333333;
}
.smenu ul li span {
	padding:5px 3px 5px 12px;
	width:152px;
	display:block;
	background:#F0F0F0 url(../img/smenu_1_back.gif) no-repeat left top;
	color:#767676;
}
/*第２サブメニュー*/
.smenu ul li ul li {
	border:none;
	padding-bottom:0px;
}
.smenu ul li ul li a  {
	padding:3px 3px 3px 17px;
	margin-left:10px;
	margin-top:4px;
	width:133px;
	display:block;
	text-decoration:none;
	background:#FFFFFF url(../img/smenu_2_back.gif) no-repeat left top !important;
	border:solid 1px #CDCDCD;
}
.smenu ul li ul li a:link,
.smenu ul li ul li a:visited,
.smenu ul li ul li a:active {
	background: url(../img/smenu_2_back.gif) no-repeat left top !important;
	color:#767676;
}
.smenu ul li ul li a:hover {
	background: url(../img/smenu_2_back_on.gif) no-repeat left top !important;
	color:#FF6600;
}
#smenu_on a:link,
#smenu_on a:visited,
#smenu_on a:active {
	background: url(../img/smenu_2_back_on.gif) no-repeat left top !important;
	color:#FF6600;
}
#smenu_on ul li a:link, 
#smenu_on ul li a:visited, 
#smenu_on ul li a:active {
	background: url(../img/smenu_2_back.gif) no-repeat left top !important;
}
/*サブメニュー（トップリンク）*/
.sub_menu_top {
	padding: 0px 2px 0px 15px;
	background:transparent url(../img/link_mark3.gif) no-repeat left center;
}
/*サブメニュー1*/
.side_banner1 {
	margin: 10px 0px 10px 5px;
}






/*サブメニュー（Syndicate this site (XML)*/
.feed {
	text-align: center;
	margin-top:20px;
}



/*---------- 詳しくはこちら ----------*/
.more_link {
	display:block;
	background:#FFFFFF url(../img/link_mark5.gif) no-repeat left top; 
	padding:0px 5px 2px 18px;
	float:right;
}

/*---------- よくある質問 ----------*/

.Q {
	clear:both;
	margin: 10px 0px 0px 0px;
	background: url(../img/q_mark.gif) no-repeat left top;
	border-left: 2px solid #999999;
	padding:0px;
}
.Q span {
	display:block;
	padding:5px 0px 5px 40px;
}

.Q a:link, .Q a:visited, .Q a:active {
	text-decoration:underline;
}
.A {
	clear:both;
	border-left: 2px solid #C40000;
	border-top: 1px solid #EDEDED;
	padding: 5px 5px 5px 40px;
	margin: 0px 0px 20px 0px;
	background:#F6F5F2 url(../img/a_mark.gif) no-repeat left top;
	width:523px;
}

/*この画面を閉じる リンク(FAQ)*/
.close_link a {
	font-size: 80%;
	display: block;
	float: right;
	padding: 0px 2px 0px 15px;
	margin-top: 5px;
}
.close_link a:link, .close_link a:visited, .close_link a:active  {
	background: transparent url(../img/link_mark3.gif) no-repeat left center;
}
.close_link a:hover {
	background: transparent url(../img/link_mark3.gif) no-repeat left center;
}

/*---------- お問い合わせ ----------*/

.contact_form1 {
	clear:both;
	padding: 20px;
	border: 1px solid #EEEEEE;
}
.contact_form1 dt {
	display:block;
	font-weight: bold;
	color:#C21825;
	padding:0px;
	padding-top: 5px;
	margin-top: 2px;
	border-top: 1px dotted #A9BACC;
}
.contact_form1 dd {
	display:block;
	padding-left: 20px;
	padding-bottom: 10px;
}
.contact_form1 input,
.contact_form1 textarea {
	padding:2px;
	font-size:1.1em;
}
.form_btn {
	padding: 2px;
	margin: 10px;
}
.error_msg {
	display:block;
	font-weight: bold;
	color: #990000;
	padding: 10px;
	margin:10px 10px 10px 0px;
	border: 1px solid #990000;
}
.contact_table th{
	border: none;
}
.contact_table td {
	border: none;
}


/*---------- 入力チェック -------------*/
#name_msg, #mail_msg, #confmail_msg, #inq_f_msg, #comment_msg, #company_msg, #phone_msg, #pref_msg {
	font-size:12px;
	font-weight:normal;
	margin-left:5px;
	color:#FF9900;
}

/*---------- サイトマップ ----------*/
.sitemap {
}
.sitemap ul {
	margin:0px;
	padding:0px;
}
.sitemap li {
	margin-left:20px;
	list-style-type: none;
	display:block;
}
.sitemap_lebel1 a {
	background:#F1F1F1 url(../img/link_mark5.gif) no-repeat left;
	display:block;
	font-weight: bold;
	border-top: 1px dotted #CCCCCC;
	margin-top: 10px;
	margin-bottom:5px;
	padding : 4px 2px 4px 17px;
}
.sitemap_lebel2 a {
	background:transparent url(../img/link_mark5.gif) no-repeat left;
	padding-left: 17px;
}

/*---------- フッター ----------*/
.footer {
	clear:both;
}
.footer_menu {
	padding:2px 0px;
	margin:0px;
	background-color:#999999;
}
.footer_menu a:link,
.footer_menu a:visited,
.footer_menu a:active {
	padding:1px 1em;
	color:#FFFFFF;
	text-decoration:none;
	border-right: solid 1px #FFFFFF;
}
.footer_menu a:hover {
	padding:1px 1em;
	color:#DDDDDD;
	text-decoration:underline;
	border-right: solid 1px #FFFFFF;
}
.copyright {
	color:#666666;
	text-align:center;
	font-size:0.8em;
	padding-top:3px;
}
.footer_address {
	text-align:right;
	padding:5px;
}
.footer_counter {
	color:#CCCCCC;
	font-size:0.8em;
	padding-left:5px;
}

/*---------- カテゴリーアーカイブ ----------*/

/*カテゴリタイトル*/
.category_title {
	clear:both;
	float:left;
	width:570px;
	background: #84B41F url(../img/category_title_back.jpg) no-repeat left top;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}
.category_title a {
	width:554px;
	display:block;
	padding:5px 8px;
	background: transparent url(../img/category_title_bottom.gif) no-repeat left bottom;
	text-decoration:none;
	clear:both;
}
.category_title a:link,
.category_title a:visited,
.category_title a:active {
	color:#FFFFFF;
}
.category_title a:hover {
	color:#E7F0D2;
	text-decoration: underline;
}
.category_title span {
	width:554px;
	display:block;
	padding:5px 8px;
	background: transparent url(../img/category_title_bottom.gif) no-repeat left bottom;
	text-decoration:none;
	color:#FFFFFF;
	clear:both;
}
/*---------- エラーメッセージ ----------*/
.error_msg {
	display:block;
	font-weight: bold;
	color: #990000;
	padding: 10px;
	border: 1px solid #990000;
}


/*---------- 関連リンク ----------*/

.link {
	margin: 5px 0px 0px 0px;
}
.link dt {
	clear:both;
	padding-left:1.5em;
	padding-top:0px;
	padding-bottom:2px;
	border-bottom: 1px dotted #CCCCCC;
	background-image: url(../img/link_mark5.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.link dd {
	padding-left: 2em;
}
.link a {
	text-decoration:none;
}
.link a:hover {
	background: #F4E2DB;
}


/*---------- 装飾 ----------*/

.small {
	font-size:90%;
}
.blue1 {
	color:#00499E;	
}
.red1 {
	color:#990000;	
}
blockquote {
	clear:both;
	margin:5px 0px;
	padding: 10px;
	border: 1px dotted #CCCCCC;
}
/*---------- タグクラウド ----------*/
/* tag cloud */
.module-list {text-align: center; }
.module-list { list-style: none; }
.module-list-item { display: inline; line-height: 1.2em; }
li.taglevel1 { font-size: 19px; }
li.taglevel2 { font-size: 17px; }
li.taglevel3 { font-size: 15px; }
li.taglevel4 { font-size: 13px; }
li.taglevel5 { font-size: 11px; }
li.taglevel6 { font-size: 9px; }

