/*
THEME NAME: Nuages
THEME URI: http://studio-nuages.com/
DESCRIPTION: Studio Nuages Theme
VERSION: 2.0
AUTHOR: <a href="http://studio-nuages.com">Studio Nuages</a>
AUTHOR URI: http://studio-nuages.com/
*/

body {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font-size:90%;
	line-height:160%;
	font-family:arial, helvetica, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

* {
	margin:0;
	padding:0;
}

a {
	color: #C06;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

blockquote {
	border-left:5px solid #CCCCCC;
	margin-left:1.5em;
	padding-left:5px;
	color:#555555;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	padding: 4px;
}

#wrapper {
	width: 980px;
	background-image: url(images/roundmid.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	text-align:left;
}

#header {
	height: 260px;
	padding:64px 80px 0px 80px;
	background-image:url(images/roundback.jpg);
	background-repeat:no-repeat;
}

#description {
	font-size: 70%;
	font-weight:normal;
	margin-left:24px;
}

#menu {
	overflow: hidden;
	margin: 0px auto;
	width:800px;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}

#container {
	width:616px;
	overflow: hidden;
	float:left;
	padding-left:80px;
}

#content {
	width: 560px;
}

.post {
	margin-bottom: 50px;
	color:#333;
}

.post-title {
	font-size: 140%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.7;
	margin-bottom: 12px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

input#tb_url {
   background-color: #EDE;
   font-size: 1em;
   padding: 0.2em;
   width: 50%;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: left;
	width: 180px;
	padding:12px;
	margin-bottom:16px;
	background-color:#FAF3FF;
}

#sidebar h2
	{font-size:14px;
	margin-top:8px;}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #FFF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul {margin:0;
padding-left:8px;}

.sidepanel ul li {
	border-bottom: 1px solid #FFF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	padding:0 80px;
	clear:both;
	text-align:center;
	background-image:url(images/roundbottom.jpg);
	font-size:12px;
	height:80px;
}

#footer-links {border-top: 1px solid #AAA;}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
	
ul#topicpath, li#topicpath {
	list-style-type:none;
	padding:0;
	margin:12px;
	}	

#topicpath {
	height:28px;
	border:1px solid #dedede;
	width:512px;
	}
	
#topicpath li {
	float:left;
	line-height:28px;
	color:#777;
	padding-left:12px;
	}	
	
#topicpath li a {
	background-image:url(images/topicarrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	display:block;
	color:#C09;
	text-decoration:none;
	padding-right:16px;
	}			

#topicpath li h1 {
	font-size:14px;
	font-weight:normal;
	color:#444444;
	line-height:28px;
	margin :0;}

hr {
	margin:16px 0;
	width:100%;
	height:1px;
	border:none;
	border-top:1px #AAA dotted;
	}
