@charset "UTF-8";

/*h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,tr,form {  
        margin:0; padding:0; font-size:100%;  
    }  
	
/* --- Reset Start --- 
--- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td {margin:0px; padding:0px;}
table {border-collapse:collapse; border-spacing:0px;}
fieldset,img {border:0px;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0px;}


h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

h5 {
	font-size: 13px;
}

.important {
	font-style: italic;
	color: #900;
}
   
body * {
	line-height:1.5em;
	word-break:break-all;
}
/* line-height:1.22em;について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

/* --- Reset End --- */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:170%;
	padding:0px;
	text-align:center;
	font-size:13px;
	color:#333333;
	margin: 0px;
	}

img {
	vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

.cell_mar {
	margin:0px 5px 0px 15px;
	}

a:link    {color:#333333;text-decoration:none;}
a:visited {color:#333333;text-decoration:none;}
a:active  {color:#333333;text-decoration:underline;}
a:hover   {color:#FF3300;text-decoration:underline;}
	
/* CSS Document */

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #F60;
}

div#wrapper {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	
#main_contents {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


div#headerArea {
	top: 0;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	margin-top: 20px;
} 

div#footerArea {
	width: 100%;
	height: 60px;
	font-size: 12px;
	clear: both;
	margin-top: 20px;
	text-align: center;
	line-height: 60px;
}

.contents {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: left;
}
.space {
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	clear: both;
	margin-bottom: 10px;
	padding-top: 5px;
}


.main_img {
	width: 470px;
	margin: 0px;
	padding-top: 0px;
	float: left;
	text-align: center;
}

.main_text  {
	width: 450px;
	margin: 0px;
	padding-top: 0px;
	float: right;
	text-align: left;
}

div#sample {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	line-height: 20px;
	width: 410px;
	background-color: #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#main {
	background-position: right;
	text-align: center;
	padding-top: 40px;
	padding-top: 30px;
	text-align: center;
	text-align: center;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
}
.white_title {
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
}
#rss {
	height: 280px;
	clear: both;
	overflow: auto;
	list-style-type: none;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.7em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: thin dotted #F30;
}
.link_button {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	background-color: #000;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #F00;
	margin-right: auto;
	margin-left: auto;
}
.link_button a {
	color: #FFF;
}
   
div#main_img3 {
	width: 906px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.boxed_img {
	border: thin solid #333;
	margin-right: 5px;
	margin-bottom: 5px;
}
#twitter {
	float: right;
	margin-right: 20px;
}

/* begin styles for RSS Feed */

.rss-box {
	 margin: 0em;
	 width: 100%;
	 background-color: #ffffff;
	 border: 0px solid #fea202;
	 
}
.rss-items {
	margin-top:0px;
	margin-left:0px;
	color:#000000;
	padding: 10px;
}

p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 10pt;
	background-color: #fea202;
	color: #004286;
	font-weight:bold;
	text-align: left;
}

.rss-item  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	list-style:none;
	padding-bottom:none;
}

.rss-item a {
	color:black;
	font-size: 10pt;
	
	}
	
.rss-item a:visited {
	color: black;
}

.rss-date {
	font-size: 7pt;
	color: red;
	}
 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
.notes {
	line-height: 1.3em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	text-align: left;
}
.notice {
	border: medium solid #F00;
	width: auto;
	margin: 5px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#gbn {
	margin-bottom:0px;
	padding: 0px;
	margin-top: 15px;
	text-align: center;
	}
.main_left {
	float: left;
	width: 470px;
	margin-top: 10px;
}
.main_right {
	float: right;
	width: 470px;
	margin-top: 10px;
}
.messagebox {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.content_title {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	width: 470px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	height: 30px;
	text-indent: 25px;
	padding: 0px;
	line-height: 30px;
	background-image: url(img/title_bg.gif);
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content_title img {
	vertical-align: middle;
}
.content_box {
	width: 415px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin dotted #CCC;
	text-align: left;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.content_title_wide {
	font-size: 16px;
	padding-top: 5px;
	font-family: "Arial Black", Gadget, sans-serif;
	width: 100%;
	text-align: left;
	clear: both;
	height: 30px;
	line-height: 25px;
	text-indent: 30px;
	margin-top: 10px;
	background-image: url(img/title_bg_wide.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.content_box_wide {
	width: auto;
	margin-top: 10px;
	border: thin dotted #CCC;
	text-align: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	clear: both;
}
.content_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333;
	border-bottom-color: #333;
}
#rss2 {
	height: 150px;
	clear: both;
	overflow: auto;
	list-style-type: none;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #F30;
	border-right-color: #F30;
	border-bottom-color: #F30;
	border-left-color: #F30;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 200%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.content_subtitle_img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 415px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333;
	border-bottom-color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content_title a {
	line-height: 30px;
}
.content_title_wide h2 {
	text-indent: 15px;
}
h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
}
.order_table {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.order_table tr td {
	padding: 5px;
}
.clear {
	width: 100%;
	clear: both;
}
#lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	margin-top: -15px;
	text-align: right;
	margin-right: 10px;
}

#lang2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	margin-top: 5px;
	text-align: right;
	margin-right: 10px;
}
.new_img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	width: 100%;
}
.new_img img {
	margin-right: 8px;
}

#rss li{
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
}

#feed span{
	font-size: 9px;
	color: #F30;
	line-height: 1.5em;
}


#rss2 dd{
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 3px;
}

#feed2 span{
	font-size: 10px;
	color: #F30;
	font-style: italic;
}
.youtube {
	margin-right: 20px;
	margin-top: 13px;
}
.buy {
	margin-top: 5px;
	margin-bottom: 5px;
}.link_list {
	width: 350px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F60;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Topmenu部分 */
.mod_dropnavi ul.topmenu{
	width:960px;
	height:63px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.mod_dropnavi ul.topmenu li{
	float:left;
	position:relative;
	z-index: 9999;
}
.mod_dropnavi ul.topmenu li.topmenu01{width:122px;}
.mod_dropnavi ul.topmenu li.topmenu02{width:117px;}
.mod_dropnavi ul.topmenu li.topmenu03{width:117px;}
.mod_dropnavi ul.topmenu li.topmenu04{width:117px;}
.mod_dropnavi ul.topmenu li.topmenu05{width:117px;}
.mod_dropnavi ul.topmenu li.topmenu06{width:117px;}
.mod_dropnavi ul.topmenu li.topmenu07{width:117px;}
.mod_dropnavi ul.topmenu li.topmenu08{width:125px;}

.mod_dropnavi ul.topmenu li a{
	display:block;
	width:100%;
	height:100%;
}

/* サブメニュー階層は通常は非表示 */
.mod_dropnavi ul.topmenu li.topmenu02.off ul{display:none;}
.mod_dropnavi ul.topmenu li.topmenu04.off ul{display:none;}
.mod_dropnavi ul.topmenu li.topmenu08.off ul{display:none;}
.mod_dropnavi ul.topmenu li.topmenu01.off ul{display:none;}
.mod_dropnavi ul.topmenu li.topmenu07.off ul{display:none;}


/* サブ階層部分 */
.mod_dropnavi ul.topmenu li ul.submenu{
	width:118px;
	position:absolute;
	top:60px;
	left:-1px;
}
.mod_dropnavi ul.topmenu li ul.submenu li{
	height:40px;
	clear:both;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

/* サブ階層部分2 */
.mod_dropnavi ul.topmenu li ul.submenu2{
	width:118px;
	position:absolute;
	top:60px;
	left:-1px;
}
.mod_dropnavi ul.topmenu li ul.submenu2 li{
	height:40px;
	clear:both;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-left: 5px;
}
.img_insert {
	padding: 5px;
}
.scroll_text {
	height: 310px;
	overflow: scroll;
	padding-right: 10px;
}
.content_subtitle_long {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 480px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333;
	border-bottom-color: #333;
}
.content_title_wide_2line {
	font-size: 16px;
	padding-top: 5px;
	font-family: "Arial Black", Gadget, sans-serif;
	width: 100%;
	text-align: left;
	clear: both;
	height: 60px;
	line-height: 20px;
	text-indent: 0px;
	margin-top: 10px;
	background-image: url(img/title_bg_wide.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	background-color: #E6E6E7;
	padding-left: 30px;
}
