@charset "UTF-8";
/*  
Theme Name: webico専用スキン
Theme URI: http://blog.web-ico.com
Description: サイトweb-icoのカスタマイズスキンです。
Author: Dai Kimura
Version: 1.0
Author URI: 
*/

/*=================================================
 * コモンスタイルシート
 *-------------------------------------------------
 * Version : 1.0.0
 * Make    : 2009/10/20
 * Update  : 2010/01/29
 * Admin   : Dai Kimura
 *-------------------------------------------------
 * Copyright VIVID WORKS All Rights Reserved.
 * Copyright THE-URI Studio All Rights Reserved.
 *===============================================*/
@import url("./html5.css");

/*-------------------------------------------------
 * global
 *-----------------------------------------------*/
body {
	text-align: center;
	line-height: 1.35;
	font-size: 14px;
	color: #666;
	background: url(./images/global_bg_1.gif) repeat-x center top #BCEAD0;
}

li {
	list-style: none;
}

a {
	color: #1B1C40;
	text-decoration: underline;
}

a:hover {
	color: #F56D00;
	text-decoration: underline;
}


/*-------------------------------------------------
 * header
 *-----------------------------------------------*/
header {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

header h1 {
	padding-left: 31px;
	margin-bottom: 12px;
}

header nav {
	padding-left: 41px;
}

header nav ul {
	width: 709px;
	overflow: auto;
}

header nav li {
	width: 100px;
	height: 54px;
	background: url(./images/global_nav_bg_1.gif) no-repeat center bottom;
	float: left;
	margin-right: 26px;
	position: relative;
}

header nav li img {
	position: absolute;
	left: 0;
	top: 19px;
}

header nav li.activ img {
	top: 0;
}


/*-------------------------------------------------
 * footer
 *-----------------------------------------------*/
footer {
	color: #3F0D12;
	font-size: 12px;
	line-height: 45px;
}


/*-------------------------------------------------
 * contents
 *-----------------------------------------------*/
div#contents {
	width: 670px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 25px 40px;
	overflow: auto;
	text-align: left;
}

div#contents section {
	width: 455px;
	float: left;
	margin-right: 65px;
}

div#contents section h1 {
	font-size: 14px;
	margin-bottom: 10px;
}

div#contents section div.navigation {
	width: 455px;
	overflow: auto;
	font-size: 10px;
	margin-bottom: 15px;
}

div#contents section div.navigation div.alignleft {
	width: 228px;
	float: left;
}

div#contents section div.navigation div.alignright {
	width: 227px;
	float: left;
	text-align: right;
}

div#contents section article {
	margin-bottom: 35px;
}

div#contents section article textarea {
	width: 455px;
}

div#contents section article header {
	width: 455px;
	overflow: auto;
	padding-bottom: 20px;
	background: url(./images/line_1.gif) no-repeat center bottom;
	margin-bottom: 10px;
}

div#contents section article header h1 {
	font-size: 18px;
	padding: 0;
	margin-bottom: 5px;
}

div#contents section article header p.date {
	width: 320px;
	float: left;
}

div#contents section article header nav {
	padding: 0;
	width: 135px;
	float: left;
	text-align: right;
	font-size: 12px;
}

div#contents section article div.entry p {
	margin-bottom: 15px;
	line-height: 1.5;
}

div#contents section article div.comment p {
	margin-bottom: 15px;
	line-height: 1.5;
}

div#contents section article footer {
	line-height: 1.35;
	padding: 35px 0;
	text-align: right;
	font-style: italic;
}

div#contents nav {
	width: 150px;
	float: left;
}

div#contents nav h1 {
	display: none;
}

div#contents nav h2 {
	margin-bottom: 10px;
}

div#contents nav div.widget {
	margin-bottom: 35px;
}

div#calendar_wrap table {
	width: 100%;
}

ul#thumb-gallery {
	width: 455px;
	overflow: auto;
}

ul#thumb-gallery img {
	vertical-align: bottom;
}

ul#thumb-gallery li {
	float: left;
	margin: 0 1px 1px 0;
}
