@charset "utf-8";


/* ====================================================
	
	
	
	common.css
	welinadesign.com
	
	ちょっと汚いCSSですが、参考になる部分があればご自由にどうぞ。
	
	
	
====================================================*/





/* ====================================================
	
	
	
	レイアウト枠
	
	
	
====================================================*/

/* ----------------------------------------------------
	キャンバス
---------------------------------------------------- */

.canvas {
	width:100%;
	text-align:center;
	background:url(/images/headerBg.png) 0 0 repeat-x;
}

/* ----------------------------------------------------
	コンテンツボックス
---------------------------------------------------- */

.content {
	width:760px;
	margin:0 auto;
	padding-bottom:30px;
}
	
	.content .left {
		width:150px;
		padding-right:10px;
		text-align:right;
		float:left;
		background:url(/images/contentLeftBg.png) top right no-repeat;
	}
		
		.content .leftWrapper {
			margin:0 10px;
		}
	
	.content .right {
		width:580px;
		padding-top:10px;
		padding-left:10px;
		text-align:left;
		float:right;
	}

/* ----------------------------------------------------
	フッター
---------------------------------------------------- */

.footer {
	background-color:#A0ABAD;
	border-top:1px solid #889294;
	border-bottom:1px solid #889294;
}
	
	.footerWrapper {
		width:760px;
		margin:5px auto;
		text-align:left;
	}
	
	.footerWrapper .col1 {
		width:250px;
		padding-right:10px;
		vertical-align:top;
	}
	
	.footerWrapper .col2 {
		width:220px;
		padding:0 10px;
		vertical-align:top;
		background:url(/images/bdvert.gif) 0 0 repeat-y;
	}
	
	.footerWrapper .col3 {
		width:250px;
		padding-left:10px;
		vertical-align:top;
		background:url(/images/bdvert.gif) 0 0 repeat-y;
	}

.footerDecoration {
	width:100%;
	height:80px;
	background:url(/images/footerBg.png) 0 0 repeat-x;
}

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

.content,
.footer,
.footerWrapper,
.copyright {
	zoom:1;
}

.content:after,
.footer:after,
.footerWrapper:after,
.copyright:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin: -1px 0 0 0;
}





/* ====================================================
	
	
	
	テキスト設定
	
	
	
====================================================*/

/* ----------------------------------------------------
	ハイパーテキスト
---------------------------------------------------- */

a:link,
a:visited {
	color:#FF3366;
	text-decoration:none;
}

a:hover,
a:active {
	text-decoration:underline;
}

.footer a:link,
.footer a:visited {
	color:#D60B66;
	text-decoration:none;
}

.footer a:hover,
.footer a:active {
	text-decoration:underline;
}

/* ----------------------------------------------------
	改行
---------------------------------------------------- */

br {
	margin:0;
}

p {
	margin:0 0 1em 0;
}

/* ----------------------------------------------------
	デフォルトテキスト
---------------------------------------------------- */

body {
	color:#4C5253;
}

/* ----------------------------------------------------
	画像化テキスト
---------------------------------------------------- */

.cufonL {
	font-weight:normal;
}

.cufonM {
	letter-spacing:-1px;
}

/* ----------------------------------------------------
	コンテンツボックス左側
---------------------------------------------------- */

.content .left .entryDate {
	font-size:230%;
	_padding:9px 0 5px;
	display:block;
}

*:first-child+html .content .left .entryDate {
	margin-top:5px;
}
	
	.left .entryDate .year {
		color:#A0ABAD;
		letter-spacing:-2px;
		margin-right:-5px;
	}
	
	.left .entryDate .date {
		color:#4C5253;
		letter-spacing:-3px;
		text-indent:-3px;
		margin-right:-5px;
	}

.content .left .title,
.footerWrapper .title {
	font-size:110%;
	margin-bottom:10px;
	display:block;
}

/* ----------------------------------------------------
	見出し
---------------------------------------------------- */

h1 {
	font-size:140%;
	font-weight:normal;
}

h2 {
	font-size:140%;
	font-weight:bold;
	margin-bottom:10px;
}

/* ----------------------------------------------------
	エントリー
---------------------------------------------------- */

.right .entryBody {
	line-height:190%;
}

pre {
	line-height:140%;
}

.commentsArea {
	margin-top:20px;
	padding-top:30px;
	background:url(/images/commentsBg.png) top center no-repeat;
}
	
	.commentsArea cite {
		font-style:normal;
		font-weight:bold;
	}
	
	.commentsArea .comment-meta {
		margin-bottom:10px;
	}
		
		.commentsArea .commentlist li {
			border-bottom:1px solid #EEE;
			padding-bottom:1em;
			margin-bottom:1em;
		}

/* ----------------------------------------------------
	フッター
---------------------------------------------------- */

.footerWrapper {
	line-height:140%;
}

.second_footer .archive li.month a {
	font-weight:bold;
}

.tagCloud li {
	display:inline;
	margin-right:4px;
	line-height:2em;
}

	.tagCloud a,
	.tagCloud a:visited {
		color:#A0ABAD;
	}

	.tagCloud a:hover {
		color:#545460;
	}





/* ====================================================
	
	
	
	各要素
	
	
	
====================================================*/

/* ----------------------------------------------------
	ヘッダー
---------------------------------------------------- */

.header {
	width:100%;
	padding-top:30px;
	margin-bottom:20px;
	text-align:center;
}

/* ----------------------------------------------------
	コンテンツ区切り
---------------------------------------------------- */

.separator {
	width:100%;
	height:18px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	background-color:#EEE;
	text-align:center;
	clear:both;
}

/* ----------------------------------------------------
	エントリー左側
---------------------------------------------------- */

.entryTags li,
.entryCategory li,
.entryComments li {
	margin-bottom:5px;
}

/* ----------------------------------------------------
	エントリー部分
---------------------------------------------------- */

.entryBody ul li {
	display:list-item;
	width:90%;
	list-style-type:disc;
	list-style-position:inside;
}

/* ----------------------------------------------------
	コメントエリア
---------------------------------------------------- */

.commentsArea {
	width:580px;
}
	
	.commentsArea textarea {
		width:570px;
	}

/* ----------------------------------------------------
	ページナビゲーション
---------------------------------------------------- */

.navigation {
	width:760px;
	height:30px;
	margin:20px auto 0;
	position:relative;
	background:url(/images/navigationBg.png) 0 0 no-repeat;
}
	
	.navigation .previous {
		position:absolute;
		left:0;
		top:0;
	}
	
	.navigation .pagetop {
		position:absolute;
		left:199px;
		top:0;
	}
	
	.navigation .next {
		position:absolute;
		right:0;
		top:0;
	}

/* ----------------------------------------------------
	画像枠
---------------------------------------------------- */

.photoL img,
.photoR img,
.photoF img {
	vertical-align:bottom;
}

.photoF {
	width:560px;
	margin:0 0 10px 0;
	padding:3px;
	border:1px solid #DDD;
	background-color:#EEE;
	clear:both;
}

.photoL {
	margin:0 10px 10px 0;
	padding:3px;
	border:1px solid #DDD;
	background-color:#EEE;
	clear:both;
	float:left;
}

.photoR {
	margin:0 0 10px 10px;
	padding:3px;
	border:1px solid #DDD;
	background-color:#EEE;
	clear:both;
	float:right;
}

/* ----------------------------------------------------
	ボタン関連
---------------------------------------------------- */

.moreLink {
	width:100%;
	display:block;
	text-align:right;
	clear:both;
}

/* ----------------------------------------------------
	フッター
---------------------------------------------------- */

.second_footer .archive li.month {
	display:inline;
}

*:first-child+html .second_footer .archive li.month {
	margin-right:4px;
}

.copyright {
	width:760px;
	margin:5px auto 20px;
}

.recentComments li {
	margin-bottom:10px;
	list-style-type:none;
}





/* ====================================================
	
	
	
	HighSlide
	
	
	
====================================================*/
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/images/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

.highslide-active-anchor img {
	visibility: visible;
}

.highslide-dimming {
	position: absolute;
	background: black;
}

.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}

.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/images/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

.highslide-caption {
	display: none;
	border-top: none;
	font-size: 85%;
	padding: 5px;
	background: white;
}

.highslide-image {
}

.highslide-wrapper, .highslide-outline {
	background: white;
}

.highslide-container table {
	background: none;
}

.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-overlay {
	display: none;
}

.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/images/highslide/close.png);
}

* html .closebutton {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/highslide/close.png', sizingMethod='scale');
	background: none;
}