@charset "UTF-8";

/*------------------------------------------------------------
ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

body,div,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote{
	margin: 0;
	padding: 0;
	
}

address,caption,cite,code,dfn,h1,h2,h3,h4,var{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	border: none;
	vertical-align: bottom;
}

input,
textarea,
select{ font-size: 1em; }
body:first-of-type textarea{ font-size: 16px; }

/*WordPress対策*/
span textarea,span input{ vertical-align: bottom!important; }


/*Firefox対策*/
html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

body,x:-moz-broken { margin-left:-1px; }

body{
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", meiryo, Arial,Helvetica;
}

pre{
	font-size: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
}

#container{
	position: relative;
}

#global-menu li,
#mobile-nav li,
#breadcrumbs li,
#top-menu li,
#sidebar li,
#footer-in li{ list-style: none; }


/*--------------------------------------------------------
1、サイト全体の横幅
--------------------------------------------------------*/

html,
body,
#container,
#top,
#header,
#global-menu,
#mobile-nav,
#main,
#footer,
.copyright{
	width: 100%;
	min-width: 920px;
}


#page-top,
#top-in,
#header-in,
#global-menu ul,
#mobile-nav ul,
#main-in,
#footer-in,
.copyright small{
	margin: auto;
	width: 920px;
}

.wrap{
	overflow: hidden;
}
/*--------------------------------------------------------
2、サイト全体の背景設定（初期設定ではコメントアウト）
------------------------------------------------------*/

/*
#container{ background-color: #000; }
*/


/*--------------------------------------------------------
3、サイト全体の基本文字色
-------------------------------------------------------*/

body{ color: #333; }

/*リンク文字*/
a{ text-decoration: underline; }
a:link{ color: #00B; }
a:visited{ color: #036; }
a:hover{ color: #09C; }
a:active{ color: #09C; }




/*--------------------------------------------------------
4、エリアの設定
--------------------------------------------------------*/

/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	height:50px;
	background-color: #000099;
	border-bottom: 1px solid #b9c4dc;
	font-size: 3em;
	text-align: left;
	color:#FFF;
	text-decoration: none;
	padding: 8px 0px 3px 0px;
}

#top-in{ position: relative; }

/*●トップメニュー*/

#top-menu{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	height:auto;
	padding-left: 16px;
}

#top-menu  p{
	float: left;
	margin-right: 22px;
	line-height: 25px;
	
}

/*メニューの最後の要素には「end」のクラスを付加し、右からのマージンを0に*/
#top-menu p a{
	padding: 2px 0;
	padding-left: 23px;
	/*background: url(images/icon/icon-arrow.gif) left center no-repeat;*/
	color:#FFF;
	text-decoration: none;
}
#top-menu p a:hover{ color: #FF0; }


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
#header{ font-size: 3em;
	background:#F2F2F2;
	background-repeat:repeat-x;
	text-align: left;
	padding:20px;
}
/*●ヘッダーロゴ*/
#header-logo{font-weight: nomal; margin:0px; padding:0px; overflow: hidden;}

#header #header-in  .container{
	width:930px; 
	height: 0px;
	display:inline-table;
	margin:0px; padding:0px; overflow: hidden;
}

#header #header-in  .leftbox{
	float:left;
	width:45%;
	text-aline:left;
	margin:0px; padding:0px; overflow: hidden;
}

#header #header-in  .rightbox{
	margin-top:2.3em;
	float:right;
	width:30%;
	text-aline:right;
	overflow: hidden;
	padding:0px;
	
}
/*●ヘッダーロゴテキスト*/
#header-logo a{ text-decoration: none; }
#header-logo a:link{ color: #666; }
#header-logo a:visited{ color: #666; }
#header-logo a:hover{ color: #c60; text-aline:left; }
#header-logo a:active{ color: #c60; }

/*


#header-in #btn-contact{
	float: left;
	margin: 25px 0;
	
}●ヘッダーテキスト*/

#main-image{
	background:url(images/common/header_img_back.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;
	text-align:center;
	margin:0px;
	padding:0px;
	overflow: hidden;
}


/*--------------------------------------------------------
グローバルメニュー
--------------------------------------------------------*/
#global-menu{
	position: relative;
	padding-top: 0px;
	height: 35px;
	margin-bottom: 6px;
	background: url(images/common/nav-bg.gif) left top repeat-x;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #FFF;
}

#global-menu ul{
	position: relative;
	height: 35px;
	border-left: 1px solid #c7cacf!important;
}

#global-menu li{
	float: left;
	overflow: hidden;
	background: url(images/common/navmenu-bg.gif) left top repeat-x;
	height: 35px;
	font-size: 1.55em;
	border-right: 1px solid #c7cacf;
	border-left: 1px solid #e9edf3;
	font-weight: bold;
	line-height: 1.2;
	width:151px;
	text-align:center;
	letter-spacing:2px;
	
}
#global-menu li a{
	display: block;
	padding: 8px 0px 10px 0px;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 #FFF;
}

#global-menu ul li a:hover{
	display: block;
	height: 35px;
	padding: 8px 0px 10px 0px;
	background: url(images/common/menu_on.gif) left top no-repeat;
	color: #000099;
	text-shadow: 0 1px 0 #FFF;
}

* html #global-menu ul li a{ height: auto; }
* html #global-menu ul li a:hover{ height: auto; }


/*--------------------------------------------------------
グローバルメニュー（スマホ）
--------------------------------------------------------*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 80px 40px 30px 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size:3em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 2px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
	font-size: 30px
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

/*ハンバーガー用*/
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 40px;
    top: 75px;
    width: 100px;
    height: 111px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 80px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 8px;
}
 
.navToggle span:nth-child(1) {
    top: 24px;
}
 
.navToggle span:nth-child(2) {
    top: 38px;
}
 
.navToggle span:nth-child(3) {
    top: 52px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 28px;
    font-weight: bold;
    top: 58px;
}

/*×用*/
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 34px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 34px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--------------------------------------------------------
パン屑ナビ
--------------------------------------------------------*/

#breadcrumbs{ margin-bottom: 10px; }

#breadcrumbs li{
	float: left;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 20px;
	background: url(images/icon/icon-breadcrumbs.gif) left 32px no-repeat;
	font-size: 2.2em;
}

/*パン屑ナビの先頭*/
#breadcrumbs li.first{ padding-left: 0; background: none; }

.main-image{ margin-bottom:20px; }

/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/
#main-contents{
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
	width: 100%;
	padding:0 30px 0 0px;
	font-size: 3em;
}

/*H1、H2*/
#main-contents h1,
#main-contents h2{
	clear: both;
	margin-bottom: 15px;
	padding: 7px 15px;
	background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  	background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	border-left:12px solid #090099;
	border-bottom: 1px solid #AAA;
	font-size: 2em;
	line-height: 1.0;
	color: #333;
	font-weight: nomal;
}

#main-contents #archive{
	clear: both;
	margin-bottom: 25px;
	padding: 8px 12px;
	background: #444;
	font-size: 3em;
	line-height: 1.0;
	color: #fff;
	font-weight: nomal;
}

#main-contents .contents h1,
#main-contents .contents h2{
	clear: both;
	margin: 0 -10px 14px -10px;
	margin-bottom: 14px;
	padding: 5px 5px 5px 22px;
	background: url(images/title/parts-h2-blue.gif) 5px 4px no-repeat #000;
	border: 1px solid #aaa;
	font-size: 3em;
	font-weight: bold;
}

#main-contents h1 a:link,
#main-contents h2 a:link,
#main-contents h1 a:visited,
#main-contents h2 a:visited{ color: #333; }

#main-contents h1 a:hover,
#main-contents h2 a:hover,
#main-contents h1 a:active,
#main-contents h2 a:active{ color: #c60; }

/*H3*/
#main-contents h2.h3,
#main-contents h3{
	clear: both;
	margin-bottom: 5px;
	padding: 5px 30px 5px 20px;
	background:#F6F6F6;
	border-left: 10px solid #0A0DB5;
	border-right: 2px solid #999;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	font-size: 1.5em;
	font-weight: bold;
}

#main-contents h2.h3,
#main-contents .contents h3{ margin: 30px 30px 14px 0px; }

#disqus_thread h3{
	clear: none;
	margin: 0 0 14px;
	padding: 0;
	background: none;
	border: none;
	font-weight: bold;
}

/*H4*/
#main-contents h4{
	clear: both;
	margin: 0 3px;
	margin-bottom: 14px;
	padding: 6px;
	border-bottom: 3px double #999;
	font-size: 1.8em;
	font-weight: bold;
}

#disqus_thread h4{
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
}


/*●コンテンツ*/
#main-contents .contents{
	padding: 0 15px;
	margin-bottom: 25px;
}

#main-contents .contents p{
	margin-bottom: 0.3em;
	line-height: 1.5;
}

.post_info{
	margin: -10px 0 10px;
	text-align: right;
}

.post_info li{
	display: inline;
	list-style-type: none;
}

/*線*/
#main-contents hr{
	clear: both;
	margin: 0.5em 0 1.7em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	height: 1px;
	color: #ccc;
}
* html #main-contents hr{ margin: 0 0 1.2em; }
*:first-child+html #main-contents hr{ margin: 0 0 1.2em; }

/*リストタグ*/
#main-contents ul,
#main-contents ol{
	list-style-position: outside;
	margin: 0 10px 1.4em 20px;
}
#main-contents ul{ list-style-type: disc; }
#main-contents li{ line-height: 1.8em; }

#main-contents li.end{
	border: none!important; 
	margin-bottom: 0!important;
}

/*引用タグ*/
#main-contents q,
#main-contents blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #444;
}

/*●戻る＆進むリンク*/
.link-back,
.link-next{
	clear: both;
	margin-top: 1.2em;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }

.link-next a,
.more-link{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) left 1px no-repeat;
}
.link-back a{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-l-black.gif) left 1px no-repeat;
}

#main-contents .trackback-url{ width: 500px!important; }

#main-contents p textarea{ width: 500px; }

#main-contents #submit{ padding: 5px 10px; }

#main-contents #author,
#main-contents #email,
#main-contents #url{ padding: 2px 5px; width: 300px; }

.commentlist,
.commentlist ul{
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
}

.commentlist{ padding: 10px; }

.commentlist li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

.commentlist li li{
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

.reply{ clear: both; }

.reply a{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) 0 1px no-repeat;
}

/*コンテンツナビ*/
.posts-link{
	margin-bottom: 15px;
	padding: 5px 10px;
}

.posts-link .nav-previous{
	float: right;
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.gif) left 3px no-repeat;
}

.posts-link .nav-next{
	float: left;
	padding-left: 15px;
	background: url(images/icon/icon-menu01-l-black.gif) left 3px no-repeat;
}

.posts-link a:link,
.posts-link a:visited{ color: #666; }
.posts-link a:hover,
.posts-link a:active{ color: #c60; }


#main-contents ul.social-button{
	margin:0 0 10px 0!important;
	padding: 0!important;
	text-align: right;
}

.social-button li{
	display: inline;
	list-style: none;
	margin-left: 5px;
}

.tag{
	clear: both;
	margin-bottom: 10px;
	text-align: right;
}

.banner-area{
	margin-left: 0!important;
	padding: 0!important;
}

.banner-area li{
	margin-bottom: 45px;
	list-style: none;
}

.banner-area li textarea{
	width: 500px;
	height: 80px;
	font-size: 14px;
}

.banner-area li .src-box{ width: 530px; }

.banner-area li .img-box{ width: 470px; }

.banner-area li .img-box p{ margin: 5px 0; }

#main-contents .contents dl.dl-style{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

#main-contents .contents dl.dl-style dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

#main-contents .contents dl.dl-style dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}

#searchsubmit{ padding: 2px 5px; }

#si_contact_form1 span input{ vertical-align: middle!important; }

#dsq-account-dropdown,
#dsq-sort-by{
	float: right;
}

#dsq-sort-by{ padding-top: 10px; }

#dsq-comments{ clear: both; }


/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

.side-menu li{
	display: inline-block;
	vertical-align:middle;
	margin-left: 30px;
	text-align: center;
}

#sidebar{
	overflow: hidden;
	width: 100%;
	 font-size: 1.8em;
}

/*H3*/
#sidebar h3{
	clear: both;
	padding: 2px 8px;
	background: #000099;
	/*border: 1px solid #000;*/
	border-bottom: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
}

#sidebar h3 img{ vertical-align: middle; }

#sidebar h3 a:link,
#sidebar h3 a:visited{ color: #fff; }

#sidebar h3 a:hover,
#sidebar h3 a:active{ color: #c60; }

#sidebar div h3{
	margin: -8px;
	margin-bottom: 8px;
}

#sidebar p{ margin-bottom: 10px; font-size: 1.8em;}

#sidebar li ul,
#sidebar li div{
	margin-bottom: 20px;
	padding: 8px;
	/*border: 1px solid #000;*/
}

#sidebar li ul ul,
#sidebar li div div,
#sidebar li ul div,
#sidebar li div ul,
#sidebar li div ul ul,
#sidebar li ul ul ul{
	margin-bottom: 0;
	padding: 0;
	background: none;
	border: none;
}

/*●サイドメニュー*/
#sidebar ul ul li{
	margin-bottom: 4px;
	padding: 5px 10px 5px 5px;
	/*background: url(images/icon/icon-menu01.gif) 4px 9px no-repeat;
	border-bottom: 1px dotted #ccc;*/
	margin-bottom: 5px;
}

#sidebar ul ul li li{
	margin-bottom: 0;
	padding: 5px 10px 5px 20px;
	background: url(images/icon/icon-menu02.gif) 4px 12px no-repeat;
	border: 0;
}


#sidebar #s{ padding: 2px 5px; width: 120px; }

#sidebar .rssSummary{
	overflow: hidden;
	margin-bottom: 0;
	padding: 8px 0;
	width: 212px;
	border: 0;
}

#sidebar cite,
#sidebar .screen-reader-text{ font-weight: bold; }

#sidebar #recentcomments .recentcomments{
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(images/icon/icon-comment.gif) left 5px no-repeat;
}

/*カレンダー*/
table#wp-calendar{
	position: relative;
	margin: 10px auto;
	padding: 0;
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table#wp-calendar th,
table#wp-calendar td{
	padding: 0.4em;
	vertical-align: top;
}

table#wp-calendar th,
table#wp-calendar td{
	border: 1px solid #ccc;
}

table#wp-calendar thead th,
table#wp-calendar thead td{ text-align: center; background-color: #fff; }

table#wp-calendar tbody th,
table#wp-calendar tbody td{ text-align: right; background-color: #fff; }

table#wp-calendar tfoot th,
table#wp-calendar tfoot td{ padding: 0.4em 0; border: none; }

table#wp-calendar th{
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

table#wp-calendar #next{ text-align: right; }



table#about{
	margin: 10px 0;
	font-size: 90%;
	border: 1px solid #999;

}


table#about th{
	padding: 0.8em;
	vertical-align: top;
	font-weight: bold;
	background: #000;
	color: #fff;
}


table#about td{
	padding: 0.8em;
	vertical-align: top;
	border: 1px solid #999;
}


#sidebar .follow-button{
	overflow: hidden;
	width: 242px;
}


/*--------------------------------------------------------
ページの先頭へ戻る
--------------------------------------------------------*/

#page-top p{
	margin-top: 36px;
	margin-left: auto;
	width: 162px;
	height: 34px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer-in{
	padding: 0px 0 15px 0;
	width: 100%;
	font-size: 1.2em;
}

/*H3*/
#footer-in h3{
	margin-bottom: 0px;
	padding: 2px 5px;
	border-left: 4px solid #0033aa;
	border-bottom: 1px solid #999;
	font-size: 1.4em;
	font-weight: bold;
}

#footer-in h3 img{ vertical-align: middle; }

/*●フッターメニュー*/
#footer{
	background:#E8E8E8;
	padding-top: 0px;
	height:330px;
	margin-bottom: 0px;
	border-bottom: 4px solid #AAA;
	border-top: 4px solid #FFF;
	width: 100%;
}

#footer ul{
	position:absolute;
	height: 76px;
	width: 100%;
	border-left: 2px solid #c7cacf!important;
}

#footer li{
	float: left;
	overflow: hidden;
	background:#F2F2F2;
	height: 76px;
	font-size: 1.55em;
	border-right: 4px solid #c7cacf;
	border-left: 2px solid #FFF;
	border-top: 4px solid #c7cacf;
	border-bottom: 2px solid #FFF;
	font-weight: bold;
	line-height: 1.2;
	width:334px;
	text-align:center;
	letter-spacing:2px;
	
}
#footer li a{
	display: block;
	padding: 20px 0px 20px 0px;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 #FFF;
}

#footer ul li a:hover{
	display: block;
	color: #000099;
	text-shadow: 0 1px 0 #FFF;
}

* html #footer ul li a{ height: auto; }
* html #footer ul li a:hover{ height: auto; }

/*●コピーライト*/
.copyright{
	margin-top: 0px;
	padding: 18px 0;
	background: url(images/common/bg-copyright.gif) left top repeat-x #000066;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
}

.copyright a:link,
.copyright a:visited{ color: #fff; }

.copyright a:hover,
.copyright a:active{ color: #c60; }

.wp-pagenavi{ padding-bottom: 5px; text-align: center; }

#footer-in #recentcomments .recentcomments{
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(images/icon/icon-comment.gif) left 1px no-repeat;
}

/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-menu ul:after,
#header-in:after,
#global-menu ul:after,
#mobile-nav ul:after,
#breadcrumbs ol:after,
#main-in:after,
#footer-widget:after,
.posts-link:after,
.social-button-top:after,
.social-button-bottom:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-menu ul,
header-in,
#global-menu ul,
#mobile-nav ul,
#breadcrumbs ol,
#main-in,
#footer-widget,
.posts-link,
.social-button-top,
.social-button-bottom,
.clearfix{ /zoom : 1; }




/*------------------------------------------------------------
付け足し
-------------------------------------------------------------*/
.container:after {
	content: ".";
	display: block;
	height: 1;
	clear: both;
	visibility: hidden;
}

#cnt.toppage .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.container {display: inline-table;}

/* Hides from IE-mac \*/
* html .container {height: 1%;}
*+html .container {height: 1%;}
.container {display: block;}
/* End hide from IE-mac */

.leftbox{float:left; width:100%;}
.rightbox{float:right; width:100%;}
.leftbox_50{float:left; width:50%;}
.rightbox_50{float:right; width:50%;}

.banner{margin-bottom:5px;}

.a_img:hover img,.a:active img{
filter:alpha(opacity= 65); /* IE */
-moz-opacity:0.65; /* Firefox CSS3以前 */
opacity:0.65; /* CSS3 */
}

.red{color:#CC0000;}
.blue_l{color:#6CC;}

.news_01{background:url(images/icon/news_01.jpg); background-repeat:no-repeat; background-position:0px 4px; padding:0 0 0 55px;}
.news_02{background:url(images/icon/news_02.jpg); background-repeat:no-repeat; background-position:0px 4px; padding:0 0 0 55px;}
.news_03{background:url(images/icon/news_03.jpg); background-repeat:no-repeat; background-position:0px 4px; padding:0 0 0 55px;}
.news_04{background:url(images/icon/news_04.jpg); background-repeat:no-repeat; background-position:0px 4px; padding:0 0 0 55px;}
.news_05{background:url(images/icon/news_05.jpg); background-repeat:no-repeat; background-position:0px 4px; padding:0 0 0 55px;}


.hr_ten{
  color:#777;
  border-style:dashed;
  margin-top:5px;
  margin-bottom:5px;
  height: 1px; /* 高さ */
  border-width: 1px 0px 0px 0px; /* 太さ */
  
}
.centering{text-align:center;}

.small{font-size:80%; line-height:1.2;}

.right{text-align:right;}

.strong{font-weight:bold;}

.icon_red{
	background:url(images/icon/icon_red.png) ;
	background-repeat:repeat-y;
	padding:0 0 0 8px;
	margin-bottom:25px;
	background-position:0 0px;
	line-height:1.2;
}

.block{margin:3px 0 10px 0;}

.rightbox img{
		width: 50%
	    height:auto;
}