/*
Theme Name:     Twenty Ten Kid (chintai)
Description:    WordPress3.0のデフォルトテーマ「Twenty Ten」の子テーマ
Template:       twentyten
Version:        0.1.0
*/

@import url('../twentyten/style.css');

/* font ++++++++++++++++++++++++++++++++++++++++++++++ */

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* layout +++++++++++++++++++++++++++++++++++++++++++++ 
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#wrapper {
	width:80%;
	max-width: 1200px;
}

/* ヘッダーの下からフッターの上まで */
#main {
	width:100%;
}

/* container は左側スペース 全体*/
#container {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}

/* contentは左側記事部分全体(containerの内側) */
#content {
	margin: 0 320px 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/* フッターの中 */
#colophon {
	width: 100%;

}

/* ++ サイトタイトル +++++++++++++++++++++ */
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	width: 350px;
}

#site-title a {
	width: 300px; /* 画像の横幅 */
	height: 70px; /* 画像の高さ */
	background-image: url(img/title01.gif) ; /* 画像のURL */
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	
}



/* ++ タイトル横　サイト説明 +++++++++++++++++++++ */
#site-description {
	font-style: normal;
	margin: 0;
	width: 470px;
	/*width: 70%;*/
	height: 60px;
	text-align:right;
	color:#454554;
	background-color:#cc0000;
}

/* ++ メニューバー +++++++++++++++++++++ */
#access {
	background: #ffcc01;
	width:100%;
}

#access a {
	color: #454554;
}

#access li:hover > a,
#access ul ul :hover > a {
	background-color:#ff8119;
	color: #fff;
}


/* ++ サイドメニュー ++++++++++++++++++++++++++++++ */
/* Main sidebars */
/* 親スタイル修正 ++++++++ */
#main .widget-area ul {
	padding: 0;
}
/* /親スタイル修正 ++++++++ */

.sidemenu,.xoxo  {
	border-color:#cccccc;
	border-style:solid;
	border-width:1px;
	margin:0 0 10% 0;
}


.sidemenu-title {
	color: #454554;
	background-color:#ffcc01;
}


.sidemenu-title li {
	background-color:#ffcc01;
}


.sidemenu-title li a {
	width:100%;
	display: block;
	padding:5%;
	color: #454554;
	font-size:120%;
}

p.sidemenu-title {
	padding:5%;

}

.sidemenu-page li {
	border-color:#cccccc;
	border-style:dashed;
	border-width:0px 0px 1px 0px;
	width:100%;

}

.sidemenu-page li a {
	width:100%;
	display: block;
	padding:5%;

}

.sidemenu-page li a:hover {
	width:100%;
	background-color:#ffffe0;
	text-decoration:none;

}

/* ++ サイト内検索 ++++++++++++++++++++++++++++++ */
#searchform {
	text-align:center;
}
/* ++ コンテンツ ++++++++++++++++++++++++++++++ */

/* ++ コンテンツタイトル ++ */
#content h1.entry-title {
	color: #ooo;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3em;
	margin:0;
	letter-spacing : 0.3em ;
	background-color:#e5e5e5;
	padding:5px;
	border-color:#ff8119;
	border-style:solid;
	border-width:0 0 2px 0px;
}

#content h1.entry-title:before {
	content: "◆";
	color:#ff8119;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}

/* ++ コンテンツ見出し ++ */
/* デフォ */
#content h1,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0;
}

#content h2{
	color: #9c5802;
	font-size:110%;
	font-weight:bold;
	margin: 80px 0 30px 0;
	letter-spacing : 0.2em ;
	padding: 3px;
	background-color:#ffd781;
}

/*#content h2.entry-title{
	color: #000000;
	font-size:100%;
	background-color:#ffcc66;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}*/

/* ++ 記事の投稿日、作成者を非表示 ++ */
.entry-meta {
	display:none;
}

/* ++ ひとつ前の記事、ひとつ後の記事のナビを非表示 ++ */
.nav-previous , .nav-next {
	display:none;
}

/* ++ 記事本文全体（タイトル除く） ++ */

.entry-content {
	margin:0;
}


#content dt {
	margin:5% 0% 1% 3%;
	background-color:#ffffff;
	border-color:#ff8119;
	border-style:dashed;
	border-width:0 0 2px 0px;
}

#content dt a{
	text-decoration:none;
}

#content dd {
	margin:1% 0% 1% 5%;
}

p.listtitle01 {
	margin:50px 0 0 0;
}

p.listtitle01:before {
	content: "◆ ";
}

ul.cmn01 {
	margin:-20px 0 0 15px;
}

ul.cmn01 li {
	margin:0 0 10px 20px;
}


blockquote {
	font-style: normal;
	padding: 3%;
	margin:3% 2%;
	background-color:#e5e5e5;
	border-color:#666666;
	border-style:dashed;
	border-width:1px;
}

strong.lv01 {
	font-weight:bold;
	letter-spacing: 0.1em;
}

strong.lv02 {
	color:red;
	letter-spacing: 0.1em;
}

/* ++ 固定ページトップ画像 +++++++++++++++++++ */
p.topimg {
	text-align:center;
	margin:5% 0;
	overflow: hidden;
}
/* ++ フッター ++++++++++++ */
#colophon {
	border-top: 4px solid #ff8119;
}

#site-info a {
	color: #454554;
}


/* ++ 広告 ++++++++++++ */

.ad01 img {
	display:block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}


/* ++ モバイル ++++++++++++ */

@media (max-width: 800px) {
	#container, #content, #primary, #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
		clear:both;
		float:none;
		margin: 0;
		width: auto;
     }

	#site-description {
		display:none;
	}


	.s-ossm {
		display:none;
	}


}
