@charset "UTF-8";
/**
 * flagsystスタイルシート
 */
/* tags
----------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
.display-none{
	display:none;
}
/*h1,h2,h3,h4,h5{
	font-weight:normal;
}*/
body {
	margin:0;
	padding:0;
	color: #666666;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
}

#Header {
	background-color: #f1f2f2;
	background-image: url(../img/site_img/page_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
#ContentQ{
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #EDF1CB;
	border: 1px solid #CCCCCC;
	width:150px;
	height:15px;
	font-size:100%;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 5px;
	padding: 5px;
}
#ContentC{
	margin-right: 15px;
}

a{/*リンクされた文字*/
    color:#577923;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#577923;
    font-style:normal;
    text-decoration:none;
}
.blog-calendar a,
.blog-calendar a:visited {
	color:#0033FF;
	text-decoration:underline;
	font-weight: bold;
}

a:visited {/*訪問後のリンク*/
    color:#577923;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
	color:#666666;
	text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}
a:hover img {
    opacity: 0.8;
}
th{
	padding:5px;
}
td{
	padding:5px;
}
input {
	margin:3px;
}
img {
	border:none;
}
pre {
	padding:10px 20px;
	background: #fff;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size:12px;
	margin-bottom: 5px;
	color:#000;
	font-family:Verdana,Arial,sans-serif;
	line-height: 1.6em;
}

.m_t10 {
	margin-top: 10px;	
}

.m_t20 {
	margin-top: 20px;	
}

.m_l10 {
	margin-left: 10px;	
}
.m_l20 {
	margin-left: 20px;	
}


.m_b10 {
	margin-bottom: 10px;	
}

.p_bottom20 {
    padding-bottom: 20px;
}


.center {
	text-align: center;	
}

/* Page
----------------------------------------------- */
#Page {
	width:930px;
	text-align: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 15px;
}

#img_wrap {
	width:930px;
	margin: 0px auto 20px;
}
#Wrap {
}


/* Alfa, Beta
----------------------------------------------- */
#Alfa,#Beta {
	position: relative;
	display: inline;
}
#Alfa {
	width:210px;
	left:0px;
	float:left;
	padding-right: 5px;
	padding-left: 5px;
}
#Beta {
	width:670px;
	float:right;
}
/* Header
----------------------------------------------- */
/*#Header {
	background: #FFF;
	border-top: 4px #577923 solid;
	border-bottom: 1px #DDD solid;
    box-shadow:  0 1px 1px 1px rgba(0, 0, 0, 0.03) ;
	-moz-box-shadow : 0 1px 1px 1px  rgba(0, 0, 0, 0.03) ;
	-webkit-box-shadow : 0 1px 1px 1px rgba(0, 0, 0, 0.03) ;
}
*/
#Header-page{
	width:960px;
	height:330px;
	background-image: url(../img/site_img/headerimg.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Header-page h1 {
	padding-top: 5px;
	padding-left: 10px;
}

/* Footer
----------------------------------------------- */
#Footer {
	background-image: url(../img/footer_outer.png);
	background-repeat: no-repeat;
	height: 180px;
	padding: 0;
	max-width: 2000px;
	margin-right: auto;
	margin-left: auto;
}
#Footer #copyright{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size:12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;
	padding-top: 140px;
}

.GotoTop {
	bottom: 20px;
	right: 20px;
	float: right;
	position: fixed;
}


.GotoTop a:hover {
	color: #FFF;
	bottom: 20px;
	right: 20px;
	float: right;
	position: fixed;
}


/* GlobalMenus
----------------------------------------------- */
#GlobalMenus {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/site_img/mw_menu_normal_bg.png);
	background-repeat: repeat-x;
}

#GlobalMenus ul{
	padding:0;
	font-size: 14px;
	list-style-type: none;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#GlobalMenus li {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}

#GlobalMenus li.last{
	border-bottom:none;
}

#GlobalMenus li a {
	color: #fff;
	text-decoration: none;
	background:transparent;
	list-style: none;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}

#GlobalMenus li a:hover {
	padding-right: 15px;
	padding-left: 15px;
	color: #999;
}

#GlobalMenus li.current,#GlobalMenus li.current a {
	color:#D5F0D5;
}


/* Navigation
----------------------------------------------- */
#Navigation {
	font-size:12px;
/*    background-color: #FFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow : 0 0 2px 2px rgba(0, 0, 0, 0.05) ;
	-webkit-box-shadow : 0 0 2px 2px rgba(0, 0, 0, 0.05) ;
*/
    margin-bottom: 10px;
    min-height: 20px;
	padding:10px 10px 8px;
}
/* clearfix
----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* .pagination
---------------------------------------------------*/
.pagination {
	margin-top: 30px;
}

.pagination .disabled {
	display:none;
}
.pagination .number,
.pagination .prev,
.pagination .next,
.pagination .current{
	padding:5px 8px;
	border:1px solid #e2e2e2;
	margin:0 2px;
}
/* list-num
---------------------------------------------------*/
.list-num {
	text-align: right;
}
/* 検索
---------------------------------------------------*/
.search-box {
}

.search-box input[type="text"] {
}
.search-box .submit_button{
	text-indent: -9999px;
	box-shadow:none;
	cursor: pointer;
	border: none;
	color: #fff;
	height: 25px;
	width:30px;
	background-image: url(../img/site_img/search_but.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-top: 5px;
}

.search-result {
	text-align: right;
}

h1{
	padding-top:20px;
}
#Header-page h1 a{
	display: block;
	height:54px;
	width:214px;
}
#Header-page h1 a:hover {
    opacity: 0.8;

}
/*Header serch
----------------------------------------------- */
#Header .search-box {
	float: right;
	text-align: center;
	padding-top: 184px;
	padding-right:0;
	margin-bottom: 0;
}
/*ContentsBody
----------------------------------------------- */

#ContentsBody .subpage {
	/*
	border-radius: 4px 4px 4px 4px;
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    box-shadow:  0 0 2px 2px rgba(0, 0, 0, 0.05) ;
	-moz-box-shadow :0 0 2px 2px rgba(0, 0, 0, 0.05) ;
	-webkit-box-shadow :0 0 2px 2px rgba(0, 0, 0, 0.05) ;
*/
    margin-bottom: 20px;
	min-height: 600px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#ContentsBody .subpage p{
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
}
#ContentsBody h2{
	background-image: url(../img/site_img/title_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #0089cf;
	font-weight: bold;
	height: 30px;
	padding-left: 45px;
	padding-top: 20px;
	letter-spacing: 1.2em;
	line-height: 20px;
}
h3.contents-head {
	background-color: #333333;
	font-weight: bold;
	height: 40px;
	width: 660px;
	line-height: 40px;
	margin-bottom: 10px;
	text-indent: 15px;
	font-size: 16px;
	color: #FFF;
}
#ContentsBody .post,.blog-description,.section{
/*	padding:10px;
*/	margin-bottom: 23px;
}
#ContentsBody .blog-description{
	font-size:14px;
    padding: 0 10px;
}
.contents-head{
	margin-bottom:10px;
}
#ContentsBody .eye-catch {
	padding:10px;
	text-align: center;
}

.contentheading {
	background-image: url(/theme/base_template/img/site_img/title_icon2.gif);
	background-position: 5px 12px;
	background-repeat: no-repeat;
	color: #313c10;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 30px;
	padding: 10px 0 5px 40px;
	text-align: left;
	vertical-align: middle;
}

/* sidebox
----------------------------------------------- */
#sidebox{
/*    background-color: #FFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow:  0 0 2px 2px rgba(0, 0, 0, 0.05) ;
	-moz-box-shadow : 0 0 2px 2px  rgba(0, 0, 0, 0.05) ;
	-webkit-box-shadow : 0 0 2px 2px rgba(0, 0, 0, 0.05) ;
*/
    margin-bottom: 10px;
/*
    min-height: 20px;
*/
}

#sidebox-bnr{
    padding: 10px 0;
    text-align: center;
}
#sidebox-bnr2{
    padding: 0 0 10px;
    text-align: center;
}
#sidebox-bnr3{
	margin-top:10px;
    text-align: center;
}
#sidebox-bnr4{
    text-align: center;
}

#sidebox-txt{
    padding: 5px 0;
    text-align: center;
    width: 214px;
}

.sidebox-telfax{
	font-size:15px;
	font-weight:bold;
	color:#868686;
    line-height: 1.5;
    padding-top: 5px;
}
.sidebox-text{
	font-size:12px;
	color:#868686;
}

.fb-like-box{
	background:#FFFFFF;
	margin-top:10px;
}

div.fb_iframe_widget span {
	height:440px!important;
}

div.fb_iframe_widget iframe {
	height:441px!important;
}

#sidebox h3,
#sidebox h2 {
	background: rgba(0, 0, 0, 0) url("/theme/base_template/img/site_img/box_h3.png") no-repeat scroll left top;
    color: #e6e7e8;
    font-size: 14px;
    font-weight: 700;
    height: 26px;
    line-height: 25px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 14px;
    text-align: left;
    text-transform: uppercase;
    width: 182px;
}

/* widget
----------------------------------------------- */

.widget{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.widget ul {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.widget ul li  {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #393;
}
.widget h2 {
	font-size:small;
}
.widget img{
	max-width: 100%;
}

table.blog-calendar{
	border-collapse: collapse;
	text-align: center;
	font-size: 11px;
	border-spacing: 0;
	margin: 0 auto;
	width: 190px;
}
table.blog-calendar tr{
	border-bottom: 1px solid #EEE ;
}
table.blog-calendar th{
	line-height: 1em;
	border-bottom: 1px solid #EEE ;
	font-weight:normal;
}
table.blog-calendar td{
	line-height: 1em;
	border-bottom: 1px solid #EEE ;
}
table.blog-calendar .sunday{
	color: #FF0000;
}
table.blog-calendar td.today{
	font-size: 110%;
	font-weight: bold;
	color: #577923;
}
.blog-widget h2{
	margin-top: 5px;
}
.blog-widget ul{
	list-style: none;
}
.blog-widget .depth-2 {
	padding-left:10px;
}
.blog-widget .depth-3 {
	padding-left:20px;
}

/*TopPage
----------------------------------------------- */

#top-main{
	text-align:left;
	margin-bottom:10px;
	border-radius: 4px 4px 4px 4px;
}
#top-main img{
	text-align:left;
	margin-bottom:10px;
	border-radius: 4px 4px 4px 4px;
}
#top-main .bx-window{
    border-radius: 4px 4px 4px 4px;
}

#top-contents{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#top-contents-main{
/*    background-color: #FFF;
	font-size:12px;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow:  0 0 2px 2px rgba(0, 0, 0, 0.05);
    padding: 15px;

*/
    margin-bottom: 20px;
	overflow:hidden;
}

#top-contents-main h2{
/*	background:#FFFFFF!important;
	color:#868686;
	font-size: 16px;
	font-weight: normal;
	line-height:1em;
	border-bottom:1px dotted #CCCCCC;
    padding: 0 10px 10px;
    border-radius: 0;
*/}

#top-contents-main .body{
	padding:0 10px;
}


#top-contents-main .news,
#top-contents-main .Blog {
	width:650px;
	margin-left: 5px;
}


/*トピックアリの場合
#top-contents-main .news{
	width:325px;
	float:left;
	min-height:420px;
}
*/
#new{
	overflow:auto;
}
#new-title{
	max-width:200px;
	float:left;
}
#new-more{
	max-width:200px;
	float:right;
}

#new-new01{
	max-width:50%;
	float:left;
}
#new-new02{
	max-width:50%;
	float:right;
}


#top-bnr{
	font-size:12px;
}
#top-bnr img{
	margin-bottom:10px;
}
#top-bnr p{
	line-height:1.4;
}
#top-bnr-left{
	max-width:345px;
	float:left;
}
#top-bnr-right{
	max-width:345px;
	float:right;
}


#top-main-telfax-title{
    background: none repeat scroll 0 0 #577923;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    text-align: center;
	margin-bottom: 10px;
}

#top-main-telfax-left{
	min-width:375px;
	float:left;
	border-right:1px #CCCCCC dotted;
}
#top-main-telfax-tel {
    background: url("../img/tel_icon.png") no-repeat scroll 0 2px transparent;
    height: 27px;
    margin-top: 10px;
    padding: 10px 0;
    position: relative;
}
.top-tel {
    font-size: 22px;
    left: 33px;
    position: absolute;
    top: 0;
}
.top-tel-time {
    font-size: 12px;
    left: 255px;
    position: absolute;
    top: -3px;
}
#top-main-telfax-fax{
    background: url("../img/fax_icon.png") no-repeat scroll 0 2px transparent;
    height: 27px;
    padding: 10px 0;
    position: relative;
}
.top-fax {
    font-size: 22px;
    left: 33px;
    position: absolute;
    top: 0;
}
.top-fax-time {
    font-size: 12px;
    left: 255px;
    position: absolute;
    top: -3px;
}
.telfax-tel{
	margin-left:5px;
}
.telfax-fax{
	margin-left:5px;
}

#top-main-telfax-right{
	width:315px;
	float:right;
}
#top-main-contact {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 10px 5px;
}
#top-main-serch .search-box{
	padding:0;
	margin:0;
}
#top-main-serch #ContentSearchForm #ContentQ{
	width:245px;
}
#top-main-webcontact {
    padding: 10px 0;
}

#footer-menu{
    margin: 0 auto;
	padding-top: 20px;
    width: 986px;
	color:#FFFFFF;
}
#footer-menu p{
	margin-top:15px;
}
#footer-menu ul{
	display: inline-block;
}
#footer-menu li{
	display: inline;
	float: left;
	font-size:1.8;
	margin: 0 10px;
}
#footer-menu a{
	color:#FFFFFF;
}
#footer-menu a:hover{
	color:#BAD98E;
}

.news,
.Blog  {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    padding: 0 0 15px;
}
#Blog {
	margin-top: 10px;
	margin-bottom: 10px;	
}


#news .news h2,
#Blog .Blog h2 {
	background-image: url("../img/news_head.png");
	background-repeat: no-repeat;
	font-size: 16px;
	letter-spacing: 0.4em;
	margin: 0;
	padding-left: 50px;
	padding-top: 8px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	line-height: 26px;
	background-color: #006600;
}

#ContentsBody .newsHead01,
#ContentsBody .BlogHead01 {
    font-weight: bold;
    padding-left: 35px;
}


.post-list {
	list-style-position: inside;
    margin: 10px 0;
    padding: 0;
}

.post-list li {
	list-style-type: none;
	font-size: 14px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
}

.post-list li .date{
	padding-left: 10px;
	color: #577923;
	padding-right: 50px;
}
.post-list li .title {
	padding-left: 15px;
}
#Blog .post-list li {
	margin-top: 0px;
	padding: 10px;
}
#Blog .post-list li .title {
	color: #577923;
	padding-top: 5px;
	margin-left: 10px;
	float: left;
}
#Blog .post-list li .ibox {
	float: left;
	margin-left: 10px;
	width: 70px;
	min-height: 50px;
	background-image: url(../img/site_img/back_pic.jpg);
	background-repeat: no-repeat;
}
#Blog .post-list li .ibox a {
	background-image: none;	
}
.b_title {
	width: 390px;
	float: left;
}
#Blog .post-list li .b_category {
	padding-top: 10px;
	/*width: 110px;*/
	float: left;
	text-align: left;
	font-size: 0.9em;
}
.update {
    color: #666;
    font-size: 10px;
    margin-bottom: 0;
    margin-right: 20px;
    margin-top: 0;
    text-align: right;
}

.cm_box {
	background-color: #387eff;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 630px;
	margin-bottom: 15px;
}


.menu_box {
	float: left;
	height: 260px;
	margin: 5px;
	padding: 5px;
	width: 308px;
	font-size: 12px;
}


#ContentsBody #top-contents #top-contents-main .menu_box h3 {
	background-color: #0099ff;
	border-radius: 10px;
	color: #fff;
	padding: 5px 5px 5px 10px;
	width: 295px;
	background-image: none;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	text-indent: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#ContentsBody #top-contents #top-contents-main .menu_box ul {
    font-size: 13px;
    list-style-position: inside;
    margin: 5px 0;
    padding: 0 5px;
}
#ContentsBody #top-contents #top-contents-main .menu_box a {
    color: #000;
}
#ContentsBody #top-contents #top-contents-main .menu_box a:hover {
	color: #666;
	text-decoration: none;
}
#ContentsBody #top-contents #top-contents-main .menu_box ul li {
    margin: 0;
    padding-left: 5px;
}

/*top新規設置table
----------------------------------------------- */

.shinki_box {
	background-color: #f5edd1;
	border: 1px solid #d1a62a;
	border-radius: 10px;
	margin-left: 10px;
	margin-top: 0;
	padding: 15px;
	width: 610px;
	font-size: 12px;
}

.shinki_box td,.shinki_box th {
	padding: 0px;	
}


/*会社概要map
----------------------------------------------- */
#map{
	margin:0 auto;
}
table.row-table-01{
	width: 100%;
}

/* slider
----------------------------------------------- */
#top-main span{
	display: none;
}
#top-main .bx-pager{
    height: 15px;
    margin-top: 10px;
    padding: 5px 0;
    width: 100%;
}
#top-main .pager-link{
  background: url(../img/slider/slide_pointer_off.png) left top;
  height:12px; width:12px;
  display: block;
  float:left;
  margin: 0 5px 0 0
}
#top-main .pager-active{
  background: url(../img/slider/slide_pointer_on.png) left top;
}
#top-main .bx-prev , #top-main .bx-next{
	display:none;
}
#top-main ul{
	height:300px;
	overflow: hidden;
}


/*Blog
----------------------------------------------- */

.more{
	margin-top: 20px;
	margin-bottom: 10px;
}
#BlogComment{
	padding:20px;
	border: 1px #ccc solid;
	margin: 10px;
    border-radius: 4px 4px 4px 4px;
}
#BlogCommentList{
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 20px;
}
#BlogComment h4{
    font-size: 16px;
}
#BlogComment .submit{
    text-align: center;
}

#contentsNavi{
	text-align:center;
}
#ContentsBody .meta , .tag{
	text-align:right;
	padding-top: 10px;
	font-size: 12px;
}

#ContentsBody .post{

/*    border-radius: 4px 4px 4px 4px;
    background:url(../img/icons_bg_2.png);*/
	margin: 5px 5px 30px;
/*	padding:10px;
*/}

#ContentsBody .post img {
	padding:10px;
}
.transform {
	transform: rotate( 90deg );
	display: block;
	margin-bottom: 100px;
}
#ContentsBody .meta{
    margin-top: 20px;
    border-top:1px #ccc dotted;
}
#ContentsBody .post h4{
	border-bottom:1px #CCC dotted;
    font-size: 20px;
    margin-bottom: 17px;
}
h4{
    color: #006633;
}

#ContentsBody .date{
    float: left;
}

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

/*to-top
----------------------------------------------- */

.to-top{
	text-align:right;
	font-size:12px;
    margin: 5px 20px;
}
.to-top img{
	vertical-align: middle;
	margin-right:3px;
}
/*about
----------------------------------------------- */
.row-table-01 firstChild lastChild{
    width: 585px;
    margin: 0 auto;
}
.row-table-01 firstChild lastChild th,.row-table-01 firstChild lastChild td{
    font-weight:normal;
    border-bottom: 1px #EDEDED solid;
    line-height: 3;
}

/*sitemap
----------------------------------------------- */

#ContentsBody ul.sitemap , ul.section{
	list-style-image:url(../img/icons_sankaku.png);
	line-height:2.4;
	margin: 0 20px;
}


/*contact
----------------------------------------------- */
.form_style {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F0FFF5;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	border: 1px solid #999;
	padding: 15px;
}

.form_style input,
.form_style select,
.auth-captcha input,
.auth-captcha select {
    font-size: 16px;
}

.form_style select {
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}


.form_style input,
.form_style textarea,
.auth-captcha input {
	padding:5px;
}
.form_style textarea {
    font-size: 16px;
}
.auth-captcha{
    text-align: center;
}
.auth-captcha-image{
    vertical-align:middle;
}
#ContentsBody .submit{
	text-align:center;
}
#ContentsBody .required{
	color: #FF0000;
}
#flashMessage {
	color: #FF0000;
	border:5px solid #FF0000;
	padding:15px;
	margin-bottom: 30px;
}
.form-error{
	background: #FFCCCC;
}
.error-message{
	font-size: 16px;
	color: #FF0000;
}
div.submit {
	margin-top: 30px;
}
.form_style dt {
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;

}

.form_style dt:before {
content: "◆";
}

.form_style dd {
	padding-left: 20px;
	margin-bottom: 15px;
}
.form_style dl.odd dt,
.form_style dl.odd dd {
	background-color:#EFEFEF;
}
.submit .button {
	color:#333;
	border:1px solid #CCC;
	cursor:pointer;
	text-shadow:rgba(255,255,255,0.4) 1px 1px 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-o-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	background:#F3F3F3;
	background:-moz-linear-gradient(top,#FFF,#F3F3F3);
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(100%,#F3F3F3));
	background:-o-linear-gradient(top,#FFF,#F3F3F3);
	margin:10px;
	padding:3px 40px;
	font-weight: bold;
	font-size: 1.0em;
	white-space: nowrap;
	line-height: 24px;
}
.submit .button:hover {
	border:1px solid #CCC;
	text-decoration:none;
	background:#f4f4f4;
	background:-moz-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(100%,#dfdfdf));
	background:-o-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
}
.submit .button:active {
	border:1px solid #CCC;text-decoration:none;
	background:#cdcdcd;
	background:-moz-linear-gradient(top,#cdcdcd,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),color-stop(100%,#eee));
	background:-o-linear-gradient(top,#cdcdcd,#eee 100%);
}
.submit .button[disabled] {
	opacity:.5
}
.submit a.button {
	padding-top:5px;
	padding-bottom:5.5px;
}
*:first-child+html .submit a.button {
	position:absolute;
	top:1px;
	padding-top:3px;
	padding-bottom:3px;
}



/*#Error #ContentsBody p {
	margin-bottom: 20px;
}*/
#Error #ContentsBody .error {
	color:#F00;
}
#Error #ContentsBody pre {
	margin-bottom: 20px;
	background-color: #EFEFEF;
}
#Error #ContentsBody .notice {
	font-size: 14px;
	color:#CCC;
}
#Error #ContentsBody .cake-stack-trace {
	font-size: 14px;
	list-style-position: inside;
	margin-bottom: 20px;
	padding-left:20px;
	padding-right:20px;
}
#Error #ContentsBody .cake-stack-trace li {
	margin-top:5px;
	margin-bottom: 5px;
}


/*blog
----------------------------------------------- */
#ContentsBody .subpage .post .b_date, #ContentsBody .subpage .b_date {
    font-size: 16px;
    padding-bottom: 20px;
    text-align: right;
}
.more {
    text-align: right;
}

#ContentsBody .subpage .post .p_t {
    padding-top: 10px;
}

/*固定ページ
----------------------------------------------- */
.p_top10{
	padding-top:10px;
}

.p_top20{
	padding-top:20px;
}

.p_top30{
	padding-top:30px;
}

.p_top40{
	padding-top:40px;
}
.p_top80{
	padding-top:80px;
}
.p_right10{
	padding-right:10px;
}

.p_right20{
	padding-right:20px;
}

.p_right30{
	padding-right:30px;
}

.p_right40{
	padding-right:40px;
}

.p_bottom10{
	padding-bottom:10px;
}

.p_bottom20{
	padding-bottom:20px;
}

.p_bottom30{
	padding-bottom:30px;
}

.p_bottom40{
	padding-bottom:40px;
}

.p_left10{
	padding-left:10px;
}

.p_left20{
	padding-left:20px;
}

.p_left30{
	padding-left:30px;
}

.p_left40{
	padding-left:40px;
}

.p_10{
	padding:10px;
}

.p_20{
	padding:20px;
}

.p_30{
	padding:30px;
}

.p_40{
	padding:40px;
}

#nenpyou {
}

#nenpyou {
    font-size: 12px;
    border: 2px solid #990033;
}
#nenpyou td {
    border: 1px solid #990033;
    padding: 5px;
}

.bc-caption-text,
.bc-caption img a {
	text-align: center;
	padding: 3px;	
}

.bc-caption {
	padding: 10px;	
	float: left;	
}
.b_category {
	margin-bottom: 10px;
	text-align: right;
}
.b_category a {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #FFF;
	text-decoration: none;
	background-color: #03F;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.b_category a:hover {
	opacity:0.7;
}

.jisseki {
	border-collapse: collapse;
	font-size: 0.9em;
}
.jisseki th, .jisseki td {
	border: 1px solid #990033;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.jisseki th {
	white-space: nowrap;
	background-color: #FFF;
	text-align: center;
}
.jisseki tr:nth-child(even) {
	background: #FFF4F8;
}
.jisseki tr:hover {
	background-color: #CAF4FF;
}
.jisseki .top {
	vertical-align: top;
}
.jisseki .koumoku {
	color: #FFFFFF;
	background-color: #990033;
	padding-top: 10px;
	padding-bottom: 10px;
}