@charset "utf-8";

/*  ================================================================================
 *
 *  shoyeido
 *  スタイル定義用
 *   
================================================================================ */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	line-height: 2.0em;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

html,body { height: 100%;}

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	height: 100%;
}

input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* clerfix */
.clearfix { /zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; }

/* リンク
----------------------------------------------------*/
a {
}

a:link {
	text-decoration: underline;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;
}


/* テキスト揃え
----------------------------------------------------*/

.tL { text-align: left;}
.tC { text-align: center;}
.tR { text-align: right;}


/* ===================================================================

 文字

 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%? 21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
 
=================================================================== */

strong {
	font-weight: 700;
}

h1 {
	padding:15px 0;
}
h2 {
	margin:25px 0;
	border-bottom:1px solid #999;;
	text-align:center;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
}
h4 {
}	
h5 {
}

p {
}
a{color:#86762B;}
/*  ====================================================
 稀少植物
===================================================== */
#wrapper{
	width:100%;
	word-wrap: break-word;
}
/* header
----------------------------------------------------*/
header{
	background:url("/images/header_img/h_img01.jpg") top center;
	height:130px;
	text-align:center;
}

/* contents
----------------------------------------------------*/
.contents{
	width:87.5%;
	margin:0 auto 70px auto;
}
.contents p{margin-bottom:2em;}

.main{
	width:96.428%;
	margin:0 auto;
	border-bottom: 1px dotted #CCC;
}
.main_visual{
	width:100%;
	position:relative;
}
.dummy_img{
	position:absolute;	
	 top:0;
	 left:0;
}
.main_text{
	width:95%;
	margin:20px auto;
}
.link{width:100%;
	margin:50px 0;
}
.btn{
	padding:4px 0;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
	font-size:1.2em;
}
.btn a{
	display:block;
	color:#143C2E;
	text-decoration:none;
}
/* footer
----------------------------------------------------*/
footer{
	padding:20px;
	background-color:#143C2E;
	color:#fff;
	text-align:center;
	font-size:0.9em;
}
.f_logo{margin-bottom:25px;}