@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 18px;
	background-image: url(images/bg.jpg);
	line-height: 17px;
}

.red { color:#E70123; }

.orange { color:#FE6C01; }

.blue { color:#1205FA; }

.green {
	color:#689E60;
}

.font_small {
	font-size:10px;
}

.border {
	border: 1px solid #CCC; }

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}

.float_left{
	float:left;
}
.float_right{
	float:right;
}
ol {
	margin-left:25px;
	list-style-position: outside;
	margin-top: 10px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding: 0px;
}

h1 {
	font-size:12px;
	font-weight:normal;
	margin-bottom:0px;
}

h2 {
	margin-bottom:10px;
	margin-right: auto;
	margin-left: auto;
}

h3 { margin-bottom:15px; 
}

h4 {
	margin-bottom:5px;
	font-size: 14px;
	color: #F90;
}

.h4_bg {
	width:650px;
	background-image: url(images/h4_bg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #F30;
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */

#wrapper {
	width:100%;
	text-align:center;
	overflow:hidden;
	background-image: url(images/wrapper_bg.jpg);
}

.container {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding-top: 0px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 392px;
}

.container_sub {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding-top: 0px;
	background-image: url(images/sub_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 283px;
}

.footer {
	width:100%;
	text-align:center;
	height:136px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	background-position: bottom;
}

.footer_area {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.footer_area a:link {
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
	color: #FFF;
}
.footer_area a:visited {
	text-decoration: underline;
	color: #FFC;
}

p {
	margin-top:0px;
	margin-bottom:15px;
}
/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {
	text-align: left;
	width: 960px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	overflow: hidden;
	background-image: url(images/contents_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 24px;
}

.main {
	width:690px;
	margin-left:15px;
	float:left;
}

.side {
	width:240px;
	margin-left:15px;
	float:left;
}


/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	padding-left: 5px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */ float: left; 
}
.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.sl_rt {
	float: right;
	padding-right: 25px;
	padding-left: 10px;
}

.align_center {
	text-align:center;
}

.inner_center { margin:0 auto; 
}

.ml5 {
	margin-left:5px;
}

.ml10 {
	margin-left:10px;
}

.ml15 {
	margin-left:15px;
}

.ml20 {
	margin-left:20px;
}

.ml25 {
	margin-left:25px;
}

.ml30 {
	margin-left:30px;
}

.m5 {
	margin-top:5px;
}

.m10 {
	margin-top:10px;
}

.m15 {
	margin-top:15px;
}

.m20 {
	margin-top:20px;
}

.m25 {
	margin-top:25px;
}

.m30 {
	margin-top:30px;
}

.m40 {
	margin-top:40px;
}

.center {
	text-align:center;
}

.header_line {
	width:100%;
	padding-top:10px;
	background-image: url(images/head_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header {
	width:960px;
	overflow:hidden;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#logo_area {
	clear:both;
	width:262px;
	padding-top: 33px;
}

#localnavigation {
	float:right;
	clear:both;
	width: 330px;
}

#localnavigation li{
	list-style:none;
	float:left;
	background-image: url(images/navi_1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

.privacy {
	width:80px;
}

#main_area {
	width:100%;
	text-align:center;
	height:289px;
	background-image: url(images/head_main_bg.jpg);
	background-repeat: repeat-x;
}

#submain_area {
	width:100%;
	text-align:center;
	height:190px;
	background-image: url(images/submain_bg.jpg);
	background-repeat: repeat-x;
}

#globalnavigation {
	width:960px;
	background-image: url(images/global_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}

#globalnavigation ul{
	width:960px;
	margin-left: auto;
	margin-right:auto;
	text-align:left;
}

#globalnavigation li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

.side_navigation li{
	list-style:none;
	margin:0;
	padding:0;
}

#main_douga {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}
	
.text_area {
	margin-left:10px;
}

.k_text_area {
	margin-left:10px;
	padding-right:20px;
}

.banner {
	margin-bottom:15px;
}

.copyright {
	float:right;
	padding-top:10px;
	padding-right:10px;
}

.main {
	width:955px;
	margin-left:5px;
	overflow:hidden;
}

#textswitch{
	padding-top:50px;
	float:right;
	width:230px;
	
}
.btns{
 	width:230px;
}
.btns li{
	height:27px;
	float:left;
	list-style-type:none;
	margin-left:10px;
}

.news_area {
	width:931px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
}

.news_text {
	width:100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.news_topic {
	width:910px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	overflow: hidden;
}

.news_days {
	width:165px;
	float:left;
	line-height: 35px;
	text-indent: 5px;
}

.news_txt {
	width:745px;
	float:left;
	line-height: 35px;
	text-indent: 5px;
}

.sub_side {
	float:left;
	width:220px;
	padding-top: 15px;
}

.sub_main {
	float:left;
	width:700px;
	margin-left:30px;
	padding-top: 15px;
}

.side_menu {
	width:218px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}

.side_menu ul{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.side_menu li{
	padding-left:25px;
	line-height:25px;
	width:170px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
	background-image: url(images/list_navi.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
}

.douga {
	text-align:center;
}

.douga iframe{
	margin-left:auto;
	margin-right:auto;
}

.c_topic_area {
	width:700px;
	padding-top:15px;
	padding-bottom:10px;
}

.c_intro_mid {
	width:700px;
	overflow:hidden;
	background-image: url(images/intro_mid.jpg);
	background-repeat: repeat-y;
}

.c_sosiki_mid {
	width:700px;
	overflow:hidden;
	background-image: url(images/sosiki_mid.jpg);
	background-repeat: repeat-y;
}

.c_photo {
	float:left;
	padding-left:10px;
	padding-top:10px;
	width:120px;
}

.s_photo {
	float:left;
	padding-left:10px;
	padding-top:10px;
	width:150px;
}

.c_photo img{
	border:1px solid #CCC;
}

.s_photo img{
	border:1px solid #CCC;
}

.g_photo img{
	border:1px solid #CCC;
}

.c_text {
	float:left;
	padding-top:10px;
	width:550px;
	margin-left: 10px;
}

.s_text {
	float:left;
	padding-top:10px;
	width:520px;
	margin-left: 10px;
}

.c_midasi {
	font-size:14px;
	color:#FF6600;
}

.g_topic_area {
	width:935px;
	padding-top:15px;
	padding-bottom:10px;
}

.g_intro_1 {
	width:935px;
	overflow:hidden;
	background-image: url(images/g_intro1.jpg);
	height: 172px;
}

.g_intro_2 {
	width:935px;
	overflow:hidden;
	background-image: url(images/g_intro2.jpg);
	height: 172px;
}

.g_intro_3 {
	width:935px;
	overflow:hidden;
	background-image: url(images/g_intro3.jpg);
	height: 172px;
}

.w_intro_1 {
	width:935px;
	overflow:hidden;
	background-image: url(images/w_intro1.jpg);
	height: 172px;
}

.w_intro_2 {
	width:935px;
	overflow:hidden;
	background-image: url(images/w_intro2.jpg);
	height: 172px;
}

.w_intro_3 {
	width:935px;
	overflow:hidden;
	background-image: url(images/w_intro3.jpg);
	height: 172px;
}

.w_intro_4 {
	width:935px;
	overflow:hidden;
	background-image: url(images/w_intro4.jpg);
	height: 172px;
}

.g_intro_mid {
	width:935px;
	overflow:hidden;
	background-image: url(images/g_mid.jpg);
	background-repeat: repeat-y;
}

.t_intro_mid {
	width:935px;
	overflow:hidden;
	background-image: url(images/t_mid.jpg);
	background-repeat: repeat-y;
}

.g_photo {
	float:left;
	padding-left:10px;
	padding-top:5px;
	width:200px;
}

.g_text {
	float:left;
	padding-top:54px;
	width:380px;
	margin-left: 520px;
	line-height:20px;
}
.g_text p{
	margin-bottom:5px;
}

.compnay_table {
	width:620px;
	background-color:#CCC;
}

.compnay_table_left {
	width:140px;
	background-color:#EFFCBE;
	color: #666;
}

.compnay_table_right {
	background-color:#F7FAF3;
}

.enkaku_table {
	width:650px;
	margin-top: 5px;
}

.enkaku_table_left {
	width:100px;
	background-color:#EFFCBE;
}

.enkaku_table_right {
	background-color:#F7FAF3;
}

.main_area {
	width:700px;
	overflow:hidden;
}

.seihin_left {
	width:250px;
	float:left;
	padding-left: 10px;
	clear: both;
}

.seihin_right {
	width:420px;
	margin-left:15px;
	float:left;
}

.seihin_table_t1_1 {
	width:420px;
	background-color:#98C758;
	clear: both;
}

.seihin_table_t1_1_m {
	background-color:#DDECC8;
}

.seihin_table_t1_1_l {
	background-color:#F5FEE2;
}

.seihin_table_t1_1_l2 {
	background-color:#F5FEE2;
	width:40px;
}

.seihin_table_t1_1_s {
	width:60px;
	background-color:#DDECC8;
}

.seihin_table_t1_1_s2 {
	width:105px;
	background-color:#DDECC8;
}

.separate {
	width:100%;
	clear:both;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DBDBDB;
	padding-top: 10px;
}

.seihin_title {
	width:600px;
}

.sitemap_bg {
	width:870px;
	height:31px;
	line-height:30px;
	padding-left:35px;
	font-weight: bold;
	background-image: url(images/sitemap_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 25px;
}

.site_menu {
	width:860px;
	margin-left:25px;
}

.site_menu ul{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.site_menu li{
	padding-left:25px;
	line-height:25px;
	width:820px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
	background-image: url(images/list_navi.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
}

.saiyo_box {
	width:600px;
	padding:10px;
	background-color: #E7FEC5;
	margin-bottom: 10px;
	border: 3px double #009A66;
}

.sermo_box {
	width:650px;
	padding:10px;
	background-color: #E7FEC5;
	border: 3px double #009A66;
	margin-left: 10px;
	margin-top: 15px;
	overflow: hidden;
}

.sermo_box2 {
	width:620px;
	padding:10px;
	background-color: #FFF9DD;
	border: 1px solid #FDCE8E;
	margin-top: 10px;
}

.sermo_box3 {
	width:250px;
	padding:10px;
	background-color: #FFF9DD;
	border: 1px solid #FDCE8E;
	margin-top: 10px;
}

table.mailform tr th {
	font-size: 18px;
	width: 175px;
}

#wrapper .content .sub_main .douga img {
	padding-right: 5px;
	padding-left: 5px;
}
#wrapper .content .sub_main .douga #aa img {
	height: 110px;
	width: 150px;
}
#wrapper .content .sub_main .douga table {
	height: 900px;
	width: 700px;
}
#wrapper .content .sub_main .douga p {
	font-size: 18px;

}
#wrapper .content .sub_main .douga table tr{
    vertical-align:top;    
}
