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


/*全体共通レイアウト*/

body{
	font-family: "丸フォーク R", "Maru Folk Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444444;
	}

a{
	color: #3aa2a8;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}

div.fortop {
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 1500;
	}	

div.fortop a {
	display: block;
	color: #555555;
	padding: 10px;
	margin: 0;
	background-color: #82c7cb;
	border-radius: 5px;
	font-size: 0.8em;
	}

div.fortop a:hover {
	background: #765b4e;
	color: #ffffff;
	text-decoration:none;
	}

#container{
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/green_leaf.png);
	}

.clear {
	clear: left;
	}


/*ヘッダーレイアウト*/

#header {
	width: 950px;
	height: 70px;
	margin: 15px auto 0 auto;
	}

#header.img {
	margin: 15px auto 0 auto;
	right:0;
	}

#header_logo {
	float: left;
	width: 136px;
	}

#header_discription {
	margin-top: 30px;
	margin-left: 20px;
	width: 794px;
	font-size: 12px;
	color:#5F3B29;
	float: right;
	}


/*グローバルメニュー*/

#grobal_menu {
	margin: 15px auto 0 auto;
	width: 950px;
	height: 54px;
	background-image:url(../images/grobal_menu_back.png);
	}

#grobal_menu ul {
	list-style:none;
	}

#grobal_menu ul li {  
	float: left;
	margin-left:1px;
	} 


/*トップページレイアウト*/

#top_image_container {
	margin: 15px auto 0 auto;
	height: 270px;
	background-image: url(../images/topimage_back.png);
	background-repeat: repeat;
	}

#top_information {
	width: 700px;
	margin-right: 40px;
	float: left;
	height: 250px;
	}

#top_content_container {
	width: 950px;
	margin: 30px auto 0 auto;
	height: 100%;
	}

.top_information {
	font-size: 14px;
	color: #444444;
	line-height: 22px;
	margin-bottom: 15px;
	}

#side_menu {
	width: 210px;
	float: right;
	}


/*下層ページ共通レイアウト*/

#lower_headimage {
	margin: 15px auto 0 auto;
	width: 950px;
	height: 130px;
	}

#lower_pankuzu {
	margin: 15px auto 0 auto;
	width: 910px;
	height: auto;
	font-size: 12px;
	color: #444444;
	}

#lower_content_container {
	margin: 30px auto 0 auto;
	width: 950px;
	height: 100%;
	}


/*プロフィールレイアウト*/

.profile_bold {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	margin:0px 0px 0px 35px;
	}

.profile_bold img {
	margin-right:10px;
	}

.profile {
	font-size: 14px;
	color: #444444;
	line-height: 24px;
	margin:0px 0px 0px 70px;
	}

#profile_footer {
	margin: 0 auto -76px auto;
	width: 950px;
	height: 100%;
	}


/*作品紹介レイアウト*/

#caution {
	font-size: 10px;
	line-height: 17px;
	color: #444444;
	}


/*販売ショップレイアウト*/

.seller_bold {
	font-size: 18px;
	font-weight: bold;
	color: #519919;
	margin:0px 0px 0px 35px;
	}

.seller {
	font-size: 14px;
	color: #444444;
	line-height: 22px;
	margin:0px 0px 0px 35px;
	}



/*メールレイアウト*/

#mail_content_container {
	width: 950px;
	margin: 30px auto 0 auto;
	height: 100%;
	}

#mail_thanks_left {
	width: 284px;
	margin:0px 0px 0px 60px;
	float: left;
	}

#mail_thanks_right {
	width: 580px;
	float: right;
	padding-top: 60px;
	}

.mail_thanks_bold {
	font-size: 18px;
	font-weight:bold;
	color: #444444;
	margin-bottom: 15px;
	}

.mail_thanks {
	font-size: 14px;
	color: #444444;
	line-height: 22px;
	}


/*フッターレイアウト*/

#footer {
	position:relative;
	width: 950px;
	margin: 15px auto 0 auto;
	text-align: center;
	margin-bottom: 30px;
	}


/*デザイン*/

.header_line{
	background-color: #5e3b29;
	height: 3px;
	}

.footer_line{
	background-color: #5e3b29;
	height: 3px;
	margin-top: 30px;
	}

.footer_copyright{
	font-size: 12px;
	color:#444444;
	line-height: 20px;
	}
