/*
Theme Name: west
*/
@charset "UTF-8";

@import "common/css/html5doctor.css";
@import "common/css/fonts.css";
@import "common/css/clear.css";


/*
==================================================

    CSS File Name - layout.css
    Last-updated: 2010-05-14
	
    +1: Formatting Reset
    +2: Redefine
	+3: Float, Clear, Align Set, Valign Set
	+4: body
	+5: #wrap
	+6: #container
	+7: #header
	+8: #mainBody
	+9: #footer

==================================================
*/


/*--------------------------------------------------
+1: Formatting Reset
==================================================*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	margin: 0;
	padding: 0;
}
strong,
em {
	font-weight: bold;
}
ol,
ul {
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}
address,
em {
	font-style: normal;
}
img {
	border: none;
	vertical-align: bottom;
}
table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
tr {
	display: table-row;
}
th,
td {
	display: table-cell;
}
caption {
	display: table-caption;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}
button {
	cursor: pointer;
}


/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+2: Redefine
==================================================*/
a {
	text-decoration:none;
	color:#c9ac2b;
}

a:hover {
	text-decoration:underline;
}

a.arrow {
	color:#333333;
	background:url(./common/images/ico_whitebase.gif) no-repeat left;
	padding:0 0 0 12px;
	text-decoration:underline;
}


/* clearfix
-------------------------------------------------*/

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

.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/* alpha
-------------------------------------------------*/
a.alpha:hover img {  
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;  
} 

/*--------------------------------------------------
+3: Float, Clear, Align Set, Valign Set
==================================================*/
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.left{
	float:left;
	display:inline;
}

.right{
	float:right;
	display:inline;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+4: body
==================================================*/
/* Font-size Setting

80%  = 10px	    |	130% = 16px	|	180% = 22px
90%  = 11px(*)	|	140% = 17px	|	190% = 23px
100% = 12px     |	150% = 18px	|	200% = 24px
105% = 13px	    |	160% = 19px	|	210% = 25px
115% = 14px	    |	165% = 20px	|	215% = 26px
125% = 15px	    |	175% = 21px	| 
/* font 
---------------------------------------------------*/

body {
	color: #333;
	font-family:'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 14px;
	line-height:1.5;
	background:url(./common/images/bg_body.jpg) repeat left top;
}
/*--------------------------------------------------
+5: #wrap
==================================================*/
#wrap {
	width:100%;
	min-width:950px;
	margin:0 auto;
	background:url(./common/images/bg_wrap.jpg) repeat-x left top;
}
/*--------------------------------------------------
+6: #container
==================================================*/

#container{
	margin:0 auto;
}
/*----------------------------------------------------------------------*/

/*--------------------------------------------------
+7: #header
==================================================*/
#header {
	width:950px;
	height:45px;
	margin:0 auto;
	position:relative;
	font-size:13px;
}
#logo {
	position:absolute;
	top:6px;
	left:24px;
}
#hnavi {
	position:absolute;
	top:15px;
	right:30px;
}
#hnavi li {
	float:left;
	color:#FFF;
}
#hnavi li a {
	color:#FFF;
}
#mainimg {
	width:100%;
	background:url(./common/images/bg_mainimg.jpg) no-repeat center top;
	margin-bottom:1px;
}
#mainimg h1,
#mainimg div {
	width:950px;
	margin:0 auto;
	clear:both;
	position:relative;
}
#mainimg div .map {
	position:absolute;
	top:322px;
	left:5px;
}
#navi {
	width:902px;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
#navi li {
	float:left;
	padding-left:2px;
}
#pnavi {
	width:950px;
	margin:0 auto;
	clear:both;
	padding:28px 0 34px 0;
	color:#999999;
}
#pnavi li {	
	display:inline;
}
#pnavi li a {
	color:#999999;
	text-decoration:underline;
}
#pnavi li a:hover {
	text-decoration:none;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+8: #mainBody
==================================================*/

#mainBody {
	width:950px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding-bottom:50px;
}
.mainContent {
	width:660px;
	float:left;
}
.mainContent h2 {
	height:38px;
}
.subContent {
	width:260px;
	float:right;
	padding:6px 0 0 0;
}
.subContent h2 {
	width:260px;
	height:31px;
	clear:both;
}
.subContent h2 img {
	float:left;
}
.subContent h2 span {
	display:block;
	float:right;
	padding-top:4px;
}
.subContent h2 span a {
	background:url(./common/images/ico.gif) no-repeat left;
	color:#999999;
	padding:0 4px 0 10px;
}
.subContent #info {
	width:260px;
	overflow:hidden;
	clear:both;
	margin-bottom:20px;
}
.subContent #info article {
	width:230px;
	padding:12px 15px 10px 15px;
	overflow:hidden;
	clear:both;
	background-color:#2a2a2a;
	margin-bottom:15px;
}

.subContent #info article h1 {
	padding-bottom:8px;
	font-size:16px;
}
.subContent #info article h1 a {
	color:#cccccc;
}
.subContent #info article p {
	color:#808080;
	font-size:13px;
}

.subContent #info article p.date {
	color:#666;
}

.subContent #archives {
	width:230px;
	padding:12px 15px 10px 15px;
	overflow:hidden;
	clear:both;
	background-color:#2a2a2a;
	margin-bottom:20px;
}

.subContent #archives ul li,
.subContent #archives ul li a {
	color:#cccccc;
}

/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+9: #footer
==================================================*/
#footer {
	width:100%;
	min-width:950px;
	background-color:#202020;
	clear:both;
	font-size:12px;
}
#finner {
	width:950px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
#flogo {
	padding:28px 28px 77px 0;
	float:left;
}
#fnavi {
	padding:34px 0 0 0;
	float:left;
}
#fnavi li {
	float:left;
	color:#cccccc;
}
#fnavi li a {
	color:#cccccc;
}
#copyright {
	float:right;
	padding:34px 10px 0 0;
	color:#666666;
}

#scrolltopcontrol {
    background:url(./common/images/gotop.gif) no-repeat left top;
}


/*--------------------------------------------------
home
==================================================*/

body.home #wrap {
	background:url(./images/top/bg_wrap.jpg) repeat-x left top;
}
body.home #mainimg {
	background:url(./images/top/bg_mainimg.jpg) no-repeat center top;
}
body.home #navi {
	margin-bottom:50px;
}


/*--------------------------------------------------
content
==================================================*/

.entry-content {
	width:600px;
	overflow:hidden;
	clear:both;
	background-color:#FFF;
	padding:30px;
}

.entry-content h3 {
	font-size:20px;
}

.entry-content p {
	margin-bottom:14px;
}


/*--------------------------------------------------
info
==================================================*/

.archive .entry-content article {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
}

.entry-content article h1,
.entry-content article h1 a {
	font-size:20px;
	color:#c9ac2b;
}

.entry-content article p.date {
	color:#666666;
}

div.pickup a div.content div.imgBlock img{
	width: 100%;
	height: auto;
}