@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

#container 	{
	width: 900px;
	margin: 0 auto;
	overflow:hidden;
}
#header {
	height: 110px;
}

.sidebar {
	float: right;
	width: 300px;
	height: auto;
	padding: 5px 0px 5px;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 12px;
	line-height: 17px;
	height: 100%;
}
.sidebar img{
	margin-top: 0px;
	margin-bottom: 4px;
}
.sidebar iframe{
	margin-top: 10px;
	margin-bottom: 5px;
}
.sidebar div{
	margin-bottom: 5px;
}

.prod {
	float: right;
	width: 300px;
	height: auto;
	padding: 15px 0px 5px;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 13px;
	line-height: 20px;
	height: 100%;
	color:#fff;
}
.prod img{
	margin-top: 0px;
	margin-bottom: 6px;
}
.prod iframe{
	margin-top: 10px;
	margin-bottom: 5px;
}
.prod div{
	margin-bottom: 5px;
}
.prod_m{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 20px;
	line-height: 28px;
	color:#fff;
}

.prod_l{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 28px;
	line-height: 32px;
	color:#fff;
}

.prod_lc{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 28px;
	line-height: 36px;
	color:#fff;
	text-align:center
}

.prod_l2{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 42px;
	line-height: 42px;
	color:#FF0;
	font-weight:bold;
}

.lon_cap{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 10px;
	line-height: 16px;
	color:#cccccc;
}
.lon_cap_r{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 10px;
	line-height: 16px;
	color:#cccccc;
	display: block;
	text-align: right;
	margin: -15px 20px -10px 0px;
}
 
 .content {
	float: left;
	padding: 10px 0px 10px 10px;
	width: 490px;
	height: auto;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 12px;
	line-height: 20px;
	height: 100%;
	}

.content div{
	width: 440px;
	padding: 5px 10px 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	border: solid 10px #eee;
}


.rightbar {
	float: left;
	padding: 10px 10px 10px;
	width: 180;
}

.contentl {
	float: left;
	padding: 15px 0px 10px 0px;
	width: 580px;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 14px;
	line-height: 24px;
	color:#fff;
}
.contentl2 {
	float: left;
	padding: 15px 0px 10px 0px;
	width: 580px;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 14px;
	line-height: 24px;
	color:#fff;
}
.contentl img{
	margin-bottom: 10px;
}
.contentl div{
	width: 580px;
	margin-bottom: 8px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #ADB96E;
	color: #FFF;
}

#footer {
    width: 900px;
	height: 30px;
	margin: 0 auto;
	background: url(images/footer.jpg);
	position: relative;
	clear: both;
}

body > #container {
	height: 100%;
}

.fbold{
	font-weight:bold;
}
.fbold2{
	font-size: 14px;
	line-height: 20px;
	font-weight:bold;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 12px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.menu0 {
	width: 260px;
	height: 80px;
	float:left;
	background:url(images/i_menu0.jpg) no-repeat;
}
a#rollover0 { 
     display: block; 
     width: 260px; 
     height: 80px; 
     background-image: url(images/i_menu0_r.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
}
 
a#rollover0:hover { 
     background-image: url(images/i_menu0_b.jpg); 
}
.menu1 {
	width: 100px;
	height: 80px;
	float:left;
	background:url(images/i_menu1.jpg) no-repeat;
}
a#rollover1 { 
     display: block; 
     width: 100px; 
     height: 80px; 
     background-image: url(images/i_menu1_r.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
}
 
a#rollover1:hover { 
     background-image: url(images/i_menu1_b.jpg); 
}
.menu2 {
	width: 100px;
	height: 80px;
	float:left;
	background:url(images/i_menu2.jpg) no-repeat;
}
a#rollover2 { 
     display: block; 
     width: 100px; 
     height: 80px; 
     background-image: url(images/i_menu2_r.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
}
 
a#rollover2:hover { 
     background-image: url(images/i_menu2_b.jpg); 
}
.menu3 {
	width: 100px;
	height: 80px;
	float:left;
	background:url(images/i_menu3.jpg) no-repeat;
}
a#rollover3 { 
     display: block; 
     width: 100px; 
     height: 80px; 
     background-image: url(images/i_menu3_r.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
}
 
a#rollover3:hover { 
     background-image: url(images/i_menu3_b.jpg); 
}
.menu4 {
	width: 100px;
	height: 80px;
	float:left;
	background:url(images/i_menu4.jpg) no-repeat;
}
a#rollover4 { 
     display: block; 
     width: 100px; 
     height: 80px; 
     background-image: url(images/i_menu4_r.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
}
 
a#rollover4:hover { 
     background-image: url(images/i_menu4_b.jpg); 
}
.menu5 {
	width: 100px;
	height: 80px;
	float:left;
	background:url(images/i_menu5.jpg) no-repeat;
}
a#rollover5 { 
     display: block; 
     width: 100px; 
     height: 80px; 
     background-image: url(images/i_menu5_r.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
}
 
a#rollover5:hover { 
     background-image: url(images/i_menu5_b.jpg); 
}
.menu6 {
	width: 100px;
	height: 80px;
	float:left;
	background:url(images/i_menu6.jpg) no-repeat;
}
a#rollover6 { 
     display: block; 
     width: 100px; 
     height: 80px; 
     background-image: url(images/i_menu6_r.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
}
 
a#rollover6:hover { 
     background-image: url(images/i_menu6_b.jpg); 
}
.menu7 {
	width: 40px;
	height: 80px;
	float:left;
	background:url(images/i_menu7.jpg) no-repeat;
}

.submenu1 {
	margin-top: 10px;
	width: 298px;
	height: 50px;
	float:left;
	background:url(images/sub_b_01.jpg) no-repeat;
}
a#rolloversub1 { 
     display: block; 
     width: 298px; 
     height: 50px; 
     background-image: url(images/sub_b_01.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
} 
a#rolloversub1:hover { 
     background-image: url(images/sub_b_01_ro.jpg); 
}

.submenu2 {
	margin-top: 10px;
	width: 3px;
	height: 50px;
	float:left;
	background:url(images/sub_bf_01.jpg) no-repeat;
}
.submenu3 {
	margin-top: 10px;
	width: 298px;
	height: 50px;
	float:left;
	background:url(images/sub_b_02.jpg) no-repeat;
}
a#rolloversub2 { 
     display: block; 
     width: 298px; 
     height: 50px; 
     background-image: url(images/sub_b_02.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
} 
a#rolloversub2:hover { 
     background-image: url(images/sub_b_02_ro.jpg); 
}
.submenu4 {
	margin-top: 10px;
	width: 3px;
	height: 50px;
	float:left;
	background:url(images/sub_bf_01.jpg) no-repeat;
}
.submenu5 {
	margin-top: 10px;
	width: 298px;
	height: 50px;
	float:left;
	background:url(images/sub_b_03.jpg) no-repeat;
}
a#rolloversub3 { 
     display: block; 
     width: 298px; 
     height: 50px; 
     background-image: url(images/sub_b_03.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
} 
a#rolloversub3:hover { 
     background-image: url(images/sub_b_03_ro.jpg); 
}


.submenu6 {
	margin-top: 3px;
	width: 298px;
	height: 50px;
	float:left;
	background:url(images/sub_b_04.jpg) no-repeat;
}
a#rolloversub4 { 
     display: block; 
     width: 298px; 
     height: 50px; 
     background-image: url(images/sub_b_04.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
} 
a#rolloversub4:hover { 
     background-image: url(images/sub_b_04_ro.jpg); 
}

.submenu7 {
	margin-top: 3px;
	width: 3px;
	height: 50px;
	float:left;
	background:url(images/sub_bf_01.jpg) no-repeat;
}
.submenu8 {
	margin-top: 3px;
	width: 298px;
	height: 50px;
	float:left;
	background:url(images/sub_b_05.jpg) no-repeat;
}
a#rolloversub5 { 
     display: block; 
     width: 298px; 
     height: 50px; 
     background-image: url(images/sub_b_05.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
} 
a#rolloversub5:hover { 
     background-image: url(images/sub_b_05_ro.jpg); 
}
.submenu9 {
	margin-top: 3px;
	width: 3px;
	height: 50px;
	float:left;
	background:url(images/sub_bf_01.jpg) no-repeat;
}
.submenu10 {
	margin-top: 3px;
	width: 298px;
	height: 50px;
	float:left;
	background:url(images/sub_b_06.jpg) no-repeat;
}
a#rolloversub6 { 
     display: block; 
     width: 298px; 
     height: 50px; 
     background-image: url(images/sub_b_06.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
} 
a#rolloversub6:hover { 
     background-image: url(images/sub_b_06_ro.jpg); 
}


.submenu11 {
	margin-top: 3px;
	width: 298px;
	height: 50px;
	float:left;
	background:url(images/sub_b_07.jpg) no-repeat;
}
a#rolloversub7 { 
     display: block; 
     width: 298px; 
     height: 50px; 
     background-image: url(images/sub_b_07.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
} 
a#rolloversub7:hover { 
     background-image: url(images/sub_b_07_ro.jpg); 
}

.submenu12 {
	margin-top: 3px;
	width: 3px;
	height: 50px;
	float:left;
	background:url(images/sub_bf_01.jpg) no-repeat;
}
.submenu13 {
	margin-top: 3px;
	width: 298px;
	height: 50px;
	float:left;
	background:url(images/images/sub_b_08.jpg) no-repeat;
}
a#rolloversub8 { 
     display: block; 
     width: 298px; 
     height: 50px; 
     background-image: url(images/sub_b_08.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
} 
a#rolloversub8:hover { 
     background-image: url(images/sub_b_08_ro.jpg); 
}
.submenu14 {
	margin-top: 3px;
	width: 3px;
	height: 50px;
	float:left;
	background:url(images/sub_bf_01.jpg) no-repeat;
}
.submenu15 {
	margin-top: 3px;
	width: 298px;
	height: 50px;
	float:left;
	background:url(images/sub_b_09.jpg) no-repeat;
}
a#rolloversub9 { 
     display: block; 
     width: 298px; 
     height: 50px; 
     background-image: url(images/sub_b_09.jpg); 
     background-repeat: no-repeat;
     margin : 0;
     padding : 0;
} 
a#rolloversub9:hover { 
     background-image: url(images/sub_b_09_ro.jpg); 
}



table.topitem {
	width:235px;
	height:auto;
	border: solid 1px #ccc;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 11px;
	line-height: 15px;
	margin-right: 10px;
	color:#333333;
	vertical-align: top;
	float:left;
	margin-top: 8px;
}

table.contitem iframe{
	margin-bottom:5px;
}

table.contitem a:hover img{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

table.contitem {
	width:186px;
	height:100%;
	padding:5px;
	border: solid 1px #555;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 11px;
	line-height: 15px;
	margin-right: 11px;
	color:#ffffff;
	vertical-align: top;
	float:left;
	margin-bottom: 8px;
}
table.monitem {
	width:186px;
	height:100%;
	padding:5px 5px 0 ;
	border: solid 1px #555;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 18px;
	line-height: 22px;
	margin-right: 11px;
	color:#ffffff;
	vertical-align: top;
	float:left;
	margin-bottom: 8px;
}
table.monitem img {
	margin:0 0 5px;
}

table.contitemw {
	width:186px;
	height:100%;
	padding:5px;
	border: solid 1px #555;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 11px;
	line-height: 15px;
	margin-right: 11px;
	color: #000000;
	backgroundcolor:#fff;
	vertical-align: top;
	float:left;
	margin-bottom: 8px;
}
table.proditem {
	width:100px;
	height:100%;
	padding:5px;
	border: solid 1px #555;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 11px;
	line-height: 15px;
	margin-right: 11px;
	color:#ffffff;
	vertical-align: top;
	float:left;
	margin-bottom: 8px;
}

table.prodbox a:hover img{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}
div#roll a:hover img{
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background: #fff;
}


table.prodbox {
	width:285px;
	height:100%;
	padding:0 0 -5px 0;
	border: solid 1px #555;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 11px;
	line-height: 15px;
	margin-right: 10px;
	color:#ffffff;
	vertical-align: top;
	float:left;
	margin-bottom: 8px;
}


table.table-01 {
	margin-left: 0px; 
	margin-top: 0px; 
    width: 580px;
    border: 1px #000000 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-01 th {
    padding: 5px;
    border: #000000 solid;
    border-width: 0 0 1px 1px;
    width: 110px;
    background: #555555;
	color:#ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 120%;
	text-align:center;
    white-space: nowrap; 
}
table.table-01 td {
    width: 438px;
    padding: 5px;
    border: 1px #000000 solid;
    border-width: 0 0 1px 1px;
	color:#555555;
    font-size: 11px;
    line-height: 130%;
    text-align: left;
    white-space: normal;
    background: #ffffff;
}

table.table-02 {
	margin-left: 0px; 
	margin-top: 0px; 
    width: 680px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table.table-02 th {
    padding: 8px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #ededed;
    font-size: 11px;
    font-weight: normal;
    line-height: 120%;
	text-align:left;
    white-space: normal; 
}
table.table-02 td {
    padding: 8px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    font-size: 11px;
    line-height: 130%;
    text-align: left;
    white-space: normal;
}

table.table-03 {
	margin-left: 0px; 
	margin-top: -5px; 
    width: 580px;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-03 th {
    padding: 10px 5px 5px 5px;
    border-bottom: 1px #555555 dotted;
    border-width: 0 0 1px 1px;
    width: 275px;
    background: #000;
	color:#ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 120%;
	text-align:right;
    white-space: nowrap; 
}
table.table-03 td {
    width: 263px;
    padding: 5px;
    border-bottom: 1px #555555 dotted;
    border-width: 0 0 1px 1px;
	color:#fff;
    font-size: 11px;
    line-height: 130%;
    text-align: left;
    white-space: normal;
    background: #000;
}
 
table.mainbox{
	margin: 0 auto;
	width:900px;
	height:100%;
	background-color:#000;
	vertical-align:top;
	border-left: solid 30px #000000;
	border-right: solid 30px #000000;
}
table.probox{
	margin: 0 auto;
	width:600px;
	height:100%;
	background-color:#fff;
}
#contents{
	height: 100%;
    min-height: 100%;
}

.rss-item a{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}

.rss-date{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 10px;
	line-height: 12px;
	color: #195fff;
}

.rss-item{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 0px;
	color: #777777;
}
table.conttable{
	width: 580px;
	margin-bottom: 15px;
}

.fbrlg{
	float:left;
}

.soc_btn { 
	margin: 5px 0px 0px 0px; 
	padding:  0px 10px 0px 10px; 
	width:280px; 
	height:40px;
	background-color:#333;
	float:left;
}

.soc_btn .facebook { 
	float: left; 
	padding: 0px; 
	display: inline; 
	width: 150px; 
	vertical-align:middle; 
}

.soc_btn .twitter { 
	float: left; 
	padding: 0px; 
	display: inline; 
	width: 120px; 
}
.lec_m {
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	text-align: justify;
}
.lec_left {
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	text-align: justify;
	margin-top: 10px;
}
.lec_left img {
	float: left;
    margin-right: 1em;
    margin-top: 0.3em;
}
.lec_right {
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	text-align: justify;
	margin-top: 10px;
}
.lec_right img {
	float: right;
    margin-left: 1em;
    margin-top: 0.3em;
}
.linkbox {
	border: dotted #999999 1px;
	padding: 5px 0px 5px 0px;
	text-align:center;
}

.stblog {
	height: 230px;
	border-bottom: dotted #999999 1px;
}
.stblog img{
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.stblogname {
	width:300px;
	padding: 10px;
}
.stblogname p {
    margin-top: 10px;
    margin-bottom: 2px;
	font-size: 18px;
}
.capname{
	font-size:12px;
}

div.moveitem{
	width:262px;
	height:100%;
	padding:10px;
	border: solid 1px #555;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 11px;
	line-height: 15px;
	margin-right: 11px;
	color:#ffffff;
	vertical-align: top;
	float:left;
	margin-bottom: 8px;
}
.colorlec{
	 width: 580px;
	 height: 90px;
	 border-bottom:dotted #666666 1px;
	 clear:both;
}

.colorlec img{
	 float: left;
	 margin-right: 10px;
}

p .hidari {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

.bar1 {
  display:block;
  width: 580px;
  text-align: left;
  margin-left: -10px;
  height: 1px;
  border: 0;
  border-top: 1px dashed #666;
}
table.fs {
	background-color: #999999;
	border-top:#999999 3px double;
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	color:#333333;
	margin:5px 0px 5px 0px;
} 
table.fs th.t_top {
	border-bottom: #999 1px solid;
	background-color: #dbdbdb;
	text-align: left;
	padding: 10px;
} 
table.fs td.t_line01 {
	background-color: #fff;
	border-top:#999 1px solid;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	font-size:15px;
}
table.fs td.t_line02 {
	background-color: #dbdbdb;
	border-top:#999 1px solid;
	text-align: left;
	padding: 10px ;
	vertical-align: top;
	font-size:14px;
}
table.fs td.t_line03 {
	background-color: #fff;
	border-top:#ddd 1px solid;
	border-bottom:#000 10px solid;
	text-align: left;
	padding: 10px 10px 0px;
	vertical-align: top;
	font-size:13px;
}
table.fs td.t_line04 {
	background-color: #dbdbdb;
	border-top:#ccc 1px solid;
	text-align: left;
	padding: 10px 10px 0px;
	vertical-align: top;
}
table.fs a:link {
	color: #0000FF;
}
table.fs a:visited {
	color: #0000FF;
}

table.fs2 {
	background-color: #999999;
	border-top:#999999 3px double;
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	color:#333333;
	margin:5px 0px 5px 0px;
} 
table.fs2 th.t_top {
	border-bottom: #999 1px solid;
	background-color: #dbdbdb;
	text-align: left;
	padding: 10px;
} 
table.fs2 td.t_line01 {
	background-color: #fff;
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	font-size:13px;
}
table.fs2 td.t_line02 {
	background-color: #fff;
	border-top:#999 1px solid;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	font-size:15px;
}

.hasen{
	border-top: 1px dotted #999;
}


.trss_title{
	font-size:17px;
	font-weight:normal;
	margin-bottom:10px;
}
.trss_honmon{
	color:#aaa;
	margin-bottom:10px;
	font-size:12px;
	line-height:20px;
}
.trss_time{
	color:#3399FF;
}
.trss_box{
	padding-bottom:8px;
	margin:0px 0px 15px 0px;
	border-bottom: #ccc 1px dotted;
	line-height:30px;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
}
.bachimidashi {
	border: 1.5px dashed #000000;
	background-color: #FF6633;
	border-radius: 30px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	line-height: 15px;
	font-weight:bold;
	color:#FFF;
	width: 580px;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.bachimidashi2 {
	border: 1.5px dashed #000000;
	background-color: #990000;
	border-radius: 30px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	line-height: 15px;
	font-weight:bold;
	color:#FFF;
	width: 580px;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.bachimidashi3 {
	border: 1.5px dashed #000000;
	background-color: #000099
	;
	border-radius: 30px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	line-height: 15px;
	font-weight:bold;
	color:#FFF;
	width: 580px;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.bachidai {
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	line-height: 40px;
	font-weight:bold;
	color:#FFF;
}
.by {
	color:#FF0;
}
.linkboxl {
	border: dotted #999999 1px;
	padding: 5px 0px 5px 0px;
	text-align:center;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	line-height: 40px;
	font-weight:bold;
	color:#FFF;

}
.kuromidashi {
	border: #FFF 1px;
	background-color: #6600FF;
	border-radius: 30px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	line-height: 15px;
	font-weight:bold;
	color:#FFF;
	width: 580px;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.konomidashi {
	border: #FFF 1px;
	background-color: #FF6600;
	border-radius: 30px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	line-height: 15px;
	font-weight:bold;
	color:#FFF;
	width: 9999px;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.irikomidashi {
	border: #FFF 1px;
	background-color: #FF0000;
	border-radius: 30px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	line-height: 15px;
	font-weight:bold;
	color:#FFF;
	width: 9999px;
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.dtable{
	display: table; /* ブロックレベル要素をtableと同じように表示にする */
	margin: 0px 0px 10px 0px ;
	padding:10px 0px 0px 0px;
	font-size: 13px;
	line-height: 18px;
	border: solid 1px #666;
	height: 100%;
	table-layout: auto;
	width: 100%;
}
.dtable_a{
	display: table-cell;　　/* ブロックレベル要素をtd(th)と同じように表示にする */
	border: 1px solid #fff;
	margin: 5px 0px 5px -10px ;
	padding:0px 0px 0px 10px;
    text-justify:inter-ideograph;
    color:#fff;
	vertical-align: top;
}
.dtable_b{
	display: table-cell;　　/* ブロックレベル要素をtd(th)と同じように表示にする */
	border: 1px solid #fff;
	margin: 5px 0px 5px -10px ;
	padding:0px 10px 0px 10px;
	text-justify:inter-ideograph;
	color:#fff;
	vertical-align: top;
}
