@charset "UTF-8";
/*ベース設定::::::::::::::::::::::::::*/

html{margin:0;padding:0;}

body{
	text-align: center;
	line-height:150%;
	color:#252525;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}

form { margin: 0; padding: 0; }
a img { border: 0; }
 p, ol, pre, blockquote { margin-top: 10px; margin-bottom: 10px;}

/*リンクベース*/
a{
	color:#003300;
	text-decoration:underline;
}
a:hover{color:#0099CC;text-decoration:underline;}
address{
   font-style:normal;
   display:inline;
}
dfn{
   font-style:normal;
   display:inline;
   color:#FF0000;
   text-decoration:underline;
}

/* レイアウト::::::::::::::::::::::::::::::::*/


/*センター＆左*/		
div.layout1{
	margin:0 auto;
	padding:0;
	clear:both;
	width:950px;
	height:1%;
   }	

/*clearfix floatに設定*/
.clearfix:after,
div.layout1:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}
.clearfix{
	height:1%
}
.img_left{
   float:left;
   margin:0 15px 15px 0;
}
.img_right{
   float:right;
   margin:0 0 15px 15px;

}
/* ヘッダー::::::::::::::::::::::::::*/
/*トップワード*/
h1.top_word{
	margin:0 auto;
	padding:3px 5px;
	text-align:left;
	color:#000;
	font-size:10px;
	font-weight:normal;
	line-height:100%;
	text-decoration:none;
	width:950px;
}
/*バナー*/
div#header {
	margin:0;
	padding:0;
	width:100%;
	/*height:170px;*/
}
.header_inner{
   position:relative;
   width:950px;
   margin:0 auto; 
   padding:0;
   background:#fff;
}
.header_inner img{
	border-width: 0px;
	border-style: none;
}

.header_print{display:none;}
/*サイトマップ*/
div#header div#sitemap{
   background:url("http://axis-organic.com/images/styles/i_sitemap.gif") no-repeat left top;
   padding:1px 10px 1px 20px; 
   position:absolute;
   top:-22px;
   right:0px;
   margin:0;
}


/*トップナビ*/




/*メールマガジン*/
.l_melma{
   margin:0;
   padding:5px;
   border:1px solid #ccc;
   line-height: 130%;
	font-size:12px;


}
.l_melma .melma_inner{padding:3px;}

.l_melma table{
   border-collapse:collapse;
   width:95%;
   margin:0;
   padding:0;
}
.l_melma table th{
	font-size:12px;

}
.melma table td{
	margin-bottom:5px;
	font-size:12px;
}
.l_melma form label{}
.l_melma .l_input{
   width:100px; 
   border:1px solid #999999;
}



/*パンくずリスト*/ 
.pankuzu_bar{
   margin:0 auto;
   height:1%;
   width:950px;
   padding:3px 0;
   position:relative;
}
.pankuzu_bar:after{
   clear:both;
   content:".";
   visibility:hidden;
   display:block;
   height: 0;
   }
.pankuzu{
   padding:0 5px 0 20px;
   float:left;
   width:680px;
   margin:5px 0 5px 0;
   display:block;
   background:url("http://axis-organic.com/images/styles/i_pan.gif") no-repeat left;   
   text-align:left;
}




/* メイン:::::::::::::::::::::::::::::::: */
div#main{
   width:100%;
   margin:0;
   padding:0;
	background:#fff url("http://axis-organic.com/images/styles/bg.gif") repeat-y center;
}
div.main_inner{
   width:950px;
   margin:0 auto;
   padding:0 ;
text-align: left;
}

/* センター部分:::::::::::::::::::::::::::::::: */
/*囲い*/
div#center,
div#center_cat,
div#center_ent,
div#center_page{
    width:750px;
    float:right;
    padding:0;
    margin:0;
		background: #FFFFFF;
}
.center_inner{
   margin:0;
   padding:0 10px 10px;
   line-height: 140%;
   height:1%;
}



/*info画像*/
div#info{
   position:relative;
   width:550px;
}
div.flash{
   float:right;
   margin:0;
   padding:0;
}


/*トップフォーム*/
.top_form{
	margin:0;
	padding:85px 0 20px;
	background: url(../images/styles/top_form.jpg) no-repeat;
	text-align: center;
}







/*updateinfo*/
#updateinfo dl,
.updateinfo dl{
   background:url("http://axis-organic.com/images/styles/i_ortry.gif") no-repeat left;
   clear:both;
   border-bottom:#29A4EC 1px dotted;
   padding:0 0 2px 15px;
   margin:10px;
}
#updateinfo dt,
.updateinfo dt{
   width:5em;
   float:left;
}
#updateinfo dd,

.updateinfo dd{
   margin-left:5em;
}





/* カテゴリ、エントリ*/

h2 a{
	margin-left:-30px;
	margin-right:-10px;
	padding:10px 8px 10px 30px;
	font-size:18px;
	font-weight:bold;
	line-height:normal;
	color: #536400;
	display: block;
	border-bottom: 1px solid #536400;
	text-decoration: none;
	background: #DDE29C;
}



#cat_list{
   margin:15px;
   padding:0;
}
#cat_list ul{
   margin:0;
   padding:0;
}
#subcat_list h3,
#cat_list li{
   border:1px solid #C6C6C6;
   background:url("http://axis-organic.com/images/styles/bg_cat_list_li.jpg") no-repeat left top #E7E7E7;
   padding:7px 10px 5px 30px;
   margin:0 0 15px 0;
   font-weight:bold;
   font-size:16px;
   line-height:normal;
   list-style-type:none;
}

/*エントリーカテゴリーリンク*/
.entrycategory{
   margin:3px 0 0 0;
   padding:0;
   float:right;
}
.entrycategory a{
   display:block;
   background:url("http://axis-organic.com/images/styles/bg_entrycategory.jpg") no-repeat top #2B4188;
   width:90px;/*120-padd*/
   height:13px;/*23-padd*/
   color:#fff;
   text-decoration:none;
   margin:0;
   padding:5px 0 5px 30px;
   font-weight:bold;
}
.entrycategory a:hover{
   background:url("http://axis-organic.com/images/styles/bg_entrycategory_hvr.jpg") no-repeat top #4868BB;
   color:#fff;
   text-decoration:none;
}

/*本文のリスト表示*/
.entrybodylist ul,
#entrybody ul,
.entrybody ul{
	margin:15px 0 5px 0px;
	padding:0;
}
.entrybodylist ul li,
#entrybody ul li,
.entrybody ul li,
#entrybody ol ul li{
	background:url("http://axis-organic.com/images/styles/mark1.gif") no-repeat left top;
	list-style:none;
	padding:0px 3px 4px 15px;
	display:block;
	margin-bottom:0.7em;
	border-bottom:1px dotted #cccccc;
}

/*本文のリスト表示 数字編*/
.entrybodylist ol,
#entrybody ol,
.entrybody ol{
position: relative;
	margin:0;
	padding:0;
}

.entrybodylist ol li,
#entrybody ol li,
.entrybody ol li,
#entrybody  ul ol li{
	padding:0px 3px 4px 0px;
	margin-bottom:0.7em;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left:2em;
}
.entrymore,
.pagemore{
   clear:both;
}

/*前後エントリーリンク*/
.zengo{
   font-size: 12px;
   padding:3px;
   border-top:1px dotted #CDD8E4;
   border-bottom:1px dotted #CDD8E4;
   height:1%;
}
.zengo:after{
   clear: both;
   display: block;
   height: 0;
   visibility: hidden;
   content: ".";
}
.zengo .zengo_left{float:left;width:250px;}
.zengo .zengo_right{float:right;width:250px;text-align:right;}
.zengo a{color:#0000FF;}
.zengo a:hover{color:#0000EE;}
/*本文表示*/


#entrybody{
	padding:0px 10px 0px 30px;/*左に段下げ*/
	margin: 0px;

}



h3{
	margin-left:-20px;
	padding:7px 10px 5px 20px;
	font-weight:bold;
	font-size:16px;
	line-height:normal;
	color:#2B6CA8;
	display: block;
	border-bottom: 1px solid #000066;
}




h4{
	margin-left:-20px;
	padding:10px 10px 5px 20px;
	border-bottom:1px dotted #7AADDD;
	font-weight:bold;
	font-size:14px;
	color:#2B6CA8;
}


h5{


}


.posted{
	clear:both;
	padding:3px 10px;
	border-bottom:2px dotted #666666;
}
.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto; 
   margin:0 0 10px 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color:#fff;
   background: #a3b8cc;
   font-size: 12px; 
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
   }

.trackbacks_back,
.comment_back
{
padding: 10px;
background:#FFFFEF;
}
.trackbacks-info{
font-size: 12px;
}

.trackbacks-title{
font-size: 12px;
}

.trackbacks-content{
font-size: 10px;
}



.entry_tags{margin-bottom:10px;}

/*左メニュー::::::::::::::::::::::::::::::::*/ 
#left{
	font-size:12px;
	float:left;
	width:200px;/*180-padd*/
	height:1%;
	padding:0;
	margin: 0;
	background: #fff;
}
/*ボタン*/
div.left_btn a{
	display:block;
    line-height:normal;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:15px 5px;
	background:url("http://axis-organic.com/images/styles/bg_left_btn.jpg");
	border:1px solid #666;
	padding:12px 0;
}
div.left_btn a:hover{
 	background:#FFCC66;
}


#left dl{
	margin:0 0px 10px;
	padding:6px;
	line-height:130%;
	border-right:1px solid #7295A7;
	border-bottom:1px solid #7295A7;
	border-left:1px solid #7295A7;
	background:#fff;
}
#left dt{
    font-size:12px;
	padding:0 0 0 10px;
	margin:0;
	background:url("http://axis-organic.com/images/styles/i_li2.gif") no-repeat left top;
}
#left dt a{color:#0F9FFF;}
#left dd{
	padding:0 0 0 10px;
	margin:0 0 5px 0;
    color:#666;
    font-size:10px;
    border-bottom:1px dotted #fff;
}

/*メニューリスト*/

.left_menu a{
	display:block;
	list-style-type: none;
	padding:7px 2px 7px 10px;
	margin:0;
	border-bottom: 1px solid #003300;
	background:#FFFFFF;
	color:#003300;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	border-left: 10px solid #003300;
}

.left_menu a:hover{
	display:block;
	list-style-type: none;
	padding:7px 2px 7px 10px;
	margin:0;
	border-bottom: 1px solid #003300;
	background:#003300;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	border-left: 10px solid #003300;
}


#left ul{
	padding:0;
	margin:0;
 
}
#left li{
	margin:0;
	padding:0;
	list-style-type: none;
	height:1%;
	font-size: 12px;
}
#left li a{
	display:block;
	list-style-type: none;
	padding:7px 2px 7px 30px;
	margin:0;
	border-bottom: 1px solid #D5D5D5;
	background:#fff;
	color:#065C7D;
	text-decoration:none;
}

* html #left li a{
   /*width:188px;*/
} 

#left li a:hover{
   background:#EBF0F4;
   color:#0A9AD1;
   text-decoration:none;
}



/*サイトマップ、サブカテゴリーリスト:::::::::::::::::::::::::::::::::::::::*/
#sitemap_list,#subcat_list{
	padding:10px 10px 10px 20px;/*左に段下げ*/
}

#sitemap_list h3,
#subcat_list li,
#page_list li{
   margin-left:-20px;/*entbodyにpadd20px*/
   border:1px solid #C6C6C6;
   background:url("http://axis-organic.com/images/styles/bg_h3.jpg") no-repeat left top #E7E7E7;
   padding:7px 10px 5px 30px;
   font-weight:bold;
   font-size:16px;
   line-height:normal;
   color:#2B6CA8;
}
#sitemap_list li{
   background:url("http://axis-organic.com/images/styles/i_site.gif") top left no-repeat;
   padding-left:25px;
   list-style-type:none;
}
#page_list{}
#page_list ul{margin:0;padding:0;}
#page_list li{margin:10px 0;}



/*フッター:::::::::::::::::::::::::::::::::::::::*/
/*フッターグループ*/
#footer {
	clear:both;
	margin:0;
	padding:0 0 10px 0;
	height:1%;
	width:100%;
	color: #003300;
}
.footer_inner{
   text-align:left;
   position:relative;
   padding:5px 10px;
   margin:0 auto;
   width:930px;/*950-padd*/
   	background:url("http://axis-organic.com/images/styles/footer_inner_bg.jpg") top  repeat-x #fff;
}

#footer dfn{
   font-style:normal;
   display:inline;
   background:none;
}

/*サイトインフォメーション*/



/*siteinfo_top(会社名からcopyrightまで)*/
#footer .siteinfo_top{
	clear:both;
	margin:0;
	padding:3px;
	height:1%;
	border-bottom:1px solid #F0FFF0;
	display:block;
}

#footer .siteinfo{
	clear:both;
	margin:0;
   padding:3px;   
	height:1%;
	display:block;
}
#footer .siteinfo:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer_address{
	margin:5px 5px 5px 0px;
	padding:0;
	font-size:16px;
	line-height:140%;
}

#footer .footer_title{
	float:left;
	width:120px;
	height:1%;
	margin:5px;
	padding:0;
	font-weight: bold;
}
#footer .footer_body{
	margin-left:150px;
	padding:0;
	height:1%;
}

#footer p{
   margin:0;padding:5px;
}

/*コピーライト*/
.copyright{
	padding:10px 0;
	margin:0;
	text-align:right;
}
/*チェッカー*/
div.checker{
	width:300px;
	display:block;
	font-size:10px;
	position:absolute;
	top:15px;
	right:15px;
   }
div#checker img{
   text-align:right;
   }

/*HRC*/
.hrc{width:950px;color:#999999; text-align:right;margin:2px auto;}
.hrc a{color:#999999;text-decoration:none;}
.hrc a:hover{color:#333333;}

/*その他:::::::::::::::::::::::::::::::::::::*/
/*リンクボタン*/

.btn_1{
	margin:0;
	padding:0;
	text-align: center;
}


/*テーブル*/
.table1{
	margin:10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	/*border-top: #000 1px solid;
	border-left: #000 1px solid;*/
	border: #000 1px solid;
    background:#FFF;
}
.table1 th{
	border: #000 1px solid;
	/*border-bottom: #000 1px solid;
	border-right: #000 1px solid;*/
	padding:5px;
	background:#EEE;
	text-align:center;
	color:#000;
	font-weight: bold;
}

.table1 td{
	/*border-bottom: #000 1px solid;
	border-right: #000 1px solid;*/
    border: #000 1px dotted;
	padding:5px;
}

th, td {
  font-size: 14px;
}





.table_media{
	margin:10px 0;
    background:#FFF;
}
.table_media th{
	padding:5px;
	color:#000;
	font-weight: bold;
}

.table_media td{
	padding:5px;
	vertical-align: top;
}








.table_staff{
	margin:10px 0;
    background:#FFF;
}
.table_staff th{
	padding:5px;
	color:#0066CC;
	font-weight: bold;
}

.table_staff td{
	padding:5px;
	vertical-align: top;

}



.table_staff_top{
	margin:10px 0;
    background:#FFF;
}
.table_staff_top th{
	padding:5px;
	color:#000;
	font-weight: bold;

}

.table_staff_top td{
	padding:5px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}





/*テーブル*/






.font10{
font-size:10px;
}

.font14{
font-size:14px;
}


.fontred{
	color: #FF0000;
}


.fchange{
   position:absolute;/*親はpankuzu_bar*/
   right:0px;
   top:7px;
   font-size:12px;
}
.fchange_inner{
   position:relative;
   margin:0;
   padding:0;
   background:#E6F9FF;
   width:178px;/*180px-bdr*/
   height:23px;/*21px-bdr*/
   border-top:1px solid #86B5CE;
   border-left:1px solid #86B5CE;
   border-right:1px solid #5A9ABC;
   border-bottom:1px solid #5A9ABC;
   }
.fchange span{
   position:absolute;
   display:block;
   color:#366781; 
   top:1px;
   left:6px;
}
.fchange .f_defo{
   position:absolute;
   top:1px;
   right:60px;
}
.fchange .f_large{
   position:absolute;
   top:1px;
   right:6px;   
}
.fchange .f_defo a,
.fchange .f_large a{
	width:50px;
	height:18px;/*17px-padd*/
	display:block;
	background:url("http://axis-organic.com/images/styles/bg_f_defo.jpg") no-repeat center;
	color:#244557;
	text-align:center;
	text-decoration:none;
	padding-bottom: 1px;
	margin: 1px;
}
.fchange .f_defo a:hover,
.fchange .f_large a:hover{
   display:block;
   background:url("http://axis-organic.com/images/styles/bg_f_defo_hvr.jpg") no-repeat;
   color:#fff;
   text-decoration:none;
	margin: 1px;
}

.fchange:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}





/*リンクキット*/
.linkkit{
   margin:5px 0;
   padding:10px 5px;
   background:#E1EBEC;
}
.linkkit img{margin:0 0 5px 0;}
.linkkit textarea{
   width:140px;
   font-size:11px;
   padding:3px;
}
.case{
   margin:0;
   padding:0;
}
.case:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.case_l{
   width:150px;
   float:left;
   margin:0 0 0 15px;
   padding:0;
}
.case_l h3{margin:0;padding:0;}
.case_l h3 a{

   display:block;
   height:23px;
   background:url("http://axis-organic.com/images/styles/case_h3.jpg");
   color:#fff;
   text-decoration:none;
   font-weight:normal;
   text-align:center;
   font-size:12px;
margin:0!important;
padding:0!important;
}
.case_l h3 a:hover{
   background:url("http://axis-organic.com/images/styles/case_h3_hvr.jpg");
   color:#fff;
   text-decoration:none;
}
.case_l a img{margin:0;padding:0;
}
.voice h3{margin:0;padding:0;}
.voice h3 a{
 font-size:13px; 
 font-weight:normal;
   border:1px solid #ccc;
   padding:5px;
margin:0 0 5px 0;
display:block;
}
.sl{
   margin:10px;
   padding:0;
}
.sl:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}
.sl_rss{
   width:290px;
   float:left;
}
.sl_rss h3{margin:0;padding:0;}
.sl_rss h3 a{
   background:url("http://axis-organic.com/images/styles/sl_h3.jpg") repeat-x;
   color:#fff;
   text-decoration:none;
   height:20px;
   text-align:center;
   border:1px solid #46AAC5;
margin:0;
padding:0;

display:block;
font-weight:normal;
}
.sl_rss h3 a:hover{
   background:url("http://axis-organic.com/images/styles/sl_h3_hvr.jpg") repeat-x;
   color:#fff;
   text-decoration:none;
}
.sl_rss_inner{
   border:1px solid #558ED5;
   margin:0;
   padding:0;
}
.sl_rss_inner ul{
   margin:10px;
   padding:0;
}
.sl_rss_inner li{
	background:url("http://axis-organic.com/images/styles/i_l.gif") no-repeat left top;
   margin:0;
   padding:0px 0 5px 15px;
   list-style:none;
}


.sl_syosai{
width:195px;
float:right;

}
.sl_syosai_more a{
   background:url("http://axis-organic.com/images/styles/sl_h3.jpg") repeat-x;
   color:#fff;
   text-decoration:none;
   height:20px;
   text-align:center;
   border:1px solid #46AAC5;
margin:0;
padding:0;
display:block;
font-weight:normal;
}
.sl_syosai_more a:hover{
   background:url("http://axis-organic.com/images/styles/sl_h3_hvr.jpg") repeat-x;
   color:#fff;
   text-decoration:none;
}




/*枠*/


.waku {
	line-height: 150%;
	color: #660000;
	background: #FFFBF4;
	padding: 10px 10px 10px 30px;
	border: 1px solid #FFEED0;
	margin-left: -20px;
}
