@charset "utf-8";
/*
Theme Name: birdswords
Theme URI: 
Description: 
Version: 
Author: Noto Fusai
Author URI: 
Tags: 
Template: birdswords
*/


*{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	background:transparent;
	/*zoom:1; IEのhasLayoutをtrueにしてバグを回避*/
}
img{
 	border:none;
 }
 ul, dl{
list-style: none;
margin: 0;
padding: 0;
}

body {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 12px;
	line-height: 2.2;
	letter-spacing : 0.1em ;
	background-color: #ffffff;
	color: #20130f;
	text-align:center;
}

a, a:visited {
 color: #20130f;
 text-decoration: underline;	
 }
a:hover {
 color:#865849;
 }
a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}


/* ////////// 基本レイアウト ////////// */
#container{
	margin: 20px auto;
	width: 900px;
	text-align:left;
}
#header{
	width:100%;
	overflow: hidden;
}
#main_illust{
	margin: 6px 0 4px;
}
#global_menu{
	margin: 4px 0;
	width:100%;
	overflow: hidden;
}
#contents{
	background: url("images/structure/menu_bg.gif") repeat-y left top;
	margin: 4px 0;
	width: 100%;
	overflow: hidden;
}
#sidebar {
	float: left;
	width:215px;
	margin-right: 5px;
}
#main {
	float: left;
	width: 680px;
	
	
	min-height: 350px;
	height: auto !important; //IE6でmin-height効かせる
	height: 300px; //IE6でmin-height効かせる
}
#footer{
	clear:left;
	margin: 4px 0;
}

/* ////////// ヘッダー（メールニュース＆ショップボタン） ////////// */
#header .mailnews {
	float: left;
	width: 500px;
	font-size: 10px;
	letter-spacing : 0 ;
}
#header .mailnews form input.mailbox {
	width: 130px;
	height 13px;
	border: 1px solid #20130f;
}
#header .storelink {
	float: right;
	width: 300px;
	font-size: 10px;
	text-align: right;
}
#header .storelink a {
	border: 1px solid #20130f;
	padding: 1px 3px;
	text-decoration: none;
}
#header .storelink a:hover {
	background-color: #20130f;
	color: white;
}

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

ul#global_menu{

}
ul#global_menu li{
	float: left; 
}
ul#global_menu li a{
	display: block;
	width: 146px;
	height: 35px;
	line-height: 35px;
	margin: 2px;
	text-align: center;
	color: #251510;
	background-color: #F3EBE2;
	text-decoration: none;
}
ul#global_menu li a:hover{
	color: white;
	background-color: #251510;
}

ul#global_menu li a.current_line{
	color: white;
	background-color: #251510;
}

/* ////////// サイドバー ////////// */
#sidebar {
	background-color: #251510;
	color: white;
	text-align:right;
}
#sidebar h1{
	margin:10px;
	font-size: 14px;
	letter-spacing: 2px;
}
#sidebar ul{
	margin:10px;
}
#sidebar ul li a{
	color: white;
}
#sidebar ul li a:hover{
	color: white;
	text-decoration: underline;
}

/* ////////// メイン（共通部分） ////////// */
#main{
	background-color: #F3EBE2;
}
#main .loop{
	margin: 12px 10px;
	width: 660px;
	background-color: #F3EBE2;
	overflow: hidden;
}
#main .loop .post_title{
	width:590px;
	border-bottom: dashed #505050 1px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
}
#main .loop .post_entry{
	margin-left: 130px;
	width: 460px;
	letter-spacing: 2px;
}
#main .loop .post_entry a  img{
	margin: 0 20px 20px 0;
}
#main .post_entry p{
	margin-bottom: 30px;
}
#main .post_entry div{
	margin-bottom: 10px;
	font-size: 10px;
	color: #808080;
}

/* ////////// メイン（index＝「おしらせ」） ////////// */
#main .loop .post_title .post_date{
	float:left;
	width:130px;
	color: #20130f;
	font-family: 'Futura', 'Helvetica', san-serif;
	letter-spacing: 1px;
}
#main .post_entry h2{
	float:left;
	width:460px;
	font-size: 14px;
}

/* ////////// メイン（page） ////////// */
#main .loop .page_entry{
	margin-top: 15px;
	margin-left: 130px;
	width: 460px;
	letter-spacing: 2px;
}



/* ////////// ページナビ ////////// */
.navigation{
	padding-bottom: 30px;
	margin-left: 100px;
	width: 520px;
	font-size: 10px;
	color: #808080;
}
.navigation span{
	margin-right: 20px;
}


/* ////////// フッター ////////// */
#footer{
 	height: 50px;
	font-size: 10px;
	background-color: #F3EBE2;
}
#footer address{
	float: left;
	width: 350px;
	margin: 8px 0 0 10px;
	text-decoration: none;
	font-style: normal;
}
#footer ul {
	float: right;
	width: 500px;
	margin: 8px 10px 0 0;
}
#footer ul li{
	float: right;
	margin-left: 15px;
}
#footer ul li a{
	text-decoration: none;
	color: #251510;
}
#footer ul li a:hover{
	text-decoration:underline;
}

/* ////////// float/clear/text-align ////////// */

.left{float: left;}
.right{float: right;}
.align_right{text-align:right;}
.align_left{text-align:left;}
.clearafter{zoom:1;}
.clearafter:after{content: "";clear: both;height: 0;display: block;visibility: hidden;}

