@charset "UTF-8";

/*
Theme Name: naruSweb
Theme URI: http://naru.mobi
Description:WordPressを使い、naruが作るサイトのCSSです。
Version: 1.5
Author: kurokawa　naru
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.	
Please tweak this and make it your own. :)
*/

@import url(common.css);
@import url(textsettings.css);
@import url(navi.css);

body {
	color: #333333;
	padding: 0px;
	font-size: 13px;
	background-image: url(img/back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

#page {
	text-align: left;
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main {
	width: 800px;
	background-color: #FFFFFF;
}


strong {
	font-weight: normal;
}
.none {
	display: none;
}



#header {
	width: 920px;
	margin-right: 0px;
	margin-left: 0px;
	height: 130px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#headertxt {
	margin-right: 0px;
	margin-left: 10px;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 0px;
	color: #FFFFFF;
	padding: 0px;
}


#top_txt {
	margin-top: 15px;
	font-size: 18px;
}
#logo {
	width: 200px;
	margin-left: 10px;
	padding-top: 10px;
	margin-right: auto;
}
#link {
	float: right;
	margin-right: 10px;
}

#top_comment {
	margin-top: 15px;
	font-size: 13px;
	margin-bottom: 20px;
}



#primary,
#secondary{
	float: left;
	display: inline;
}
/* ---------------------------------------------------------------- *
	メイン
 * ---------------------------------------------------------------- */

#primary {
	width: 685px;
}
#top_logo {
	width: 685px;
	height: 280px;
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------- *
	サムネイル
 * ---------------------------------------------------------------- */

ul#thumbslist {
	margin: 0;
	background-color: #FFFFFF;
}

.section {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.section2 {
	margin-bottom: 15px;
	text-align: center;
}
.section_archive {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.blog_day {
	font-size: 10px;
	margin-top: 10px;
}
.blog_title {
	font-size: 15px;
	margin-top: 5px;
	font-weight: bold;
	line-height: 24px;
}
.blog_txt {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.banner {
	margin-top: 10px;
}


.blog_next {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}







ul#thumbslist li {
	padding: 0;
	width: 160px;
	height: 200px;
	margin: 0px;
	background-color: #FFFFFF;
}
/* ---------------------------------------------------------------- *
	右カラム
 * ---------------------------------------------------------------- */

#secondary {
	width: 205px;
	float: right;
	padding-left: 15px;
}
.side_category {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 35px;
}
.side_navi {
	line-height: 18px;
	margin-right: 10px;
	background-image: url(http://analogian.com/wp-content/themes/classic/img/tico.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 10px;
}


#news {

	width: 255px;
	margin: 0px;
	padding: 0px;


}
.newblog_t {
	background-image: url(img/tico.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
}
.side_section {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* ---------------------------------------------------------------- *
	フッター
 * ---------------------------------------------------------------- */
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://analogian.com/wp-content/themes/classic/img/fback.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #302A2A;

}
#footer_main {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #302A2A;
}
#footer_txt {
	background-color: #302A2A;
	color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 15px;
}
#topsco {
	background-image: url(http://analogian.com/wp-content/themes/classic/img/fback.gif);
	height: 160px;
	width: 170px;
	padding-left: 750px;
}

#content .dropcap {
	float: left;
	padding: 0.2em 0.15em 0 0;
	font-size: 333%;
	line-height: 0.75;
}

/* ---------------------------------------------------------------- *
	インプットボタン
 * ---------------------------------------------------------------- */
INPUT {
	FONT-SIZE: 16px;
	COLOR: #333333;
	BACKGROUND-COLOR: #FFF066;
	border: 1px solid #666699;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
TEXTAREA {
	FONT-SIZE: 12px;
	COLOR: #333333;
	BACKGROUND-COLOR: #FFFFFF;
	border: 1px solid #666699;
	padding: 10px;
}
.title2 {
	height: 30px;
	width: 490px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #f8859e;
	border-bottom-color: #f8859e;
	font-size: 18px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 20px;
}
