/*
Title: sample03
CSSLicense: Tsunehisa Hazama
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #FFFFFF;
	margin : 0px 0px 0px 0px;
/* background: url("http://www.sato-yuka.net/img/back.gif"); */
	background-repeat: repeat-x;
	color:#333;
	font-size: 12px;
	line-height: 150%;
}


/* 画像の属性等 */
img {
	border-style: none;
	}

strong {
	color: #FF0000;
}

/*  ページナビ  */
.navi {
	height: 12px;
	font-size: 10px;
	color:#333;
	margin: 0px 0px 5px 10px;
}

.navi a:link, .navi2 a:visited, .navi2 a:active {
	color: blue;
}

.navi a:hover {
	color: #FFCC00;
}

/* ボックスの指定(背景有) */
.box {
	width: 445px;
	border: 1px solid #66CCFF;
	background-color: #FFF;
	margin: 5px;
	padding : 8px;
	font-size: 12px;
	color: #333;
	line-height:150%;
	background: url("http://www.sato-yuka.net/img/box_back.jpg");
	background-repeat: repeat-x;
}

.box .index {
	padding: 0px 0px 5px 0px;
	font-family: arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
}

.box2 {
	width: 575px;
	border: 1px solid #66CCFF;
	background-color: #FFF;
	margin: 5px;
	padding : 8px;
	font-size: 12px;
	color: #333;
	line-height:150%;
	background: url("http://www.sato-yuka.net/img/box_back.jpg");

.box2 .index {
	padding: 0px 0px 5px 0px;
	font-family: arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}

	background-repeat: repeat-x;
}

/* ボックスの指定(背景無) */
.boxn {
	width: 445px;
	border: 1px solid #66CCFF;
	background-color: #FFF;
	margin: 5px;
	padding : 8px;
	font-size: 12px;
	color: #333;
	line-height:150%;
}

.boxn .index {
	padding: 0px 0px 5px 0px;
	font-family: arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
}

.boxn2 {
	width: 575px;
	border: 1px solid #66CCFF;
	background-color: #FFF;
	margin: 5px;
	padding : 8px;
	font-size: 12px;
	color: #333;
	line-height:150%;
}

.boxn2 .index {
	padding: 0px 0px 5px 0px;
	font-family: arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}

/* ボックスの指定(小) */
.boxl {
	width: 125px;
	border: 1px solid #66CCFF;
	background-color: #FFF;
	margin: 5px;
	padding : 2px;
	font-size: 12px;
	color: #333;
	line-height:150%;
}

.boxl .index {
	padding: 0px 0px 5px 0px;
	font-family: arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
}

.boxll {
	width: 230px;
	border: 1px solid #66CCFF;
	background-color: #FFF;
	margin: 5px;
	padding : 2px;
	font-size: 12px;
	color: #333;
	line-height:150%;
}

.boxll .index {
	padding: 0px 0px 5px 0px;
	font-family: arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
}

.detail {
	text-align:right;
	font-size: 12px;
	margin-right:5px;
	margin-top;10px;
	margin-bottom;5px;
}

h3 {
	border-style: solid;
	border-color: #8080C0;
	border-width: 0px 0px 1px 10px;
	margin: 10px 5px 5px 5px;
	padding-left: 10px;
	font-size:14px;
	font-weight:bold;
}

/* リンクの属性（未指定の時） */
a {
	text-decoration: underline;
}


a:link {
	color: blue;
}


a:visited {
	color: blue
}

a:active {
	color: blue;
}

a:hover {
	color: #FFCC00;
}

/* --------- 基本設定 ----------------------------------　*/
#base {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 800px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url("http://www.sato-yuka.net/img/top.jpg");
	background-repeat: no-repeat;
}
---------------------------------------------------------

/* ブログの枠等の属性 */
#container {
	width: 800px
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFF;
}
		
/*ヘッダー部分*/
#header	{
	margin : 0px;
	padding: 0Px;
	height : 120px;
}

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -900px;
}
		
#header h1 a {
	width:800px;
	height:120px;
	background-image: url("http://www.sato-yuka.net/img/top.jpg");
	display: block;
}

#header h1 a:hover {
	background-image: url("http://www.sato-yuka.net/img/top.jpg");
}

/* お気に入りの指定 */
#header .favorite {
	margin: -90px 10px;
	text-align : right;
}
		
/*左サイドバー部分*/
#left {
	width: 175PX;
	float: left;
	padding-top: 0px;
	padding-bottom:10px;
}

#left h2 {
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	color: #666666;
	margin-bottom: 5px;
}
		
#left p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 140%;
}

#left a {
	color: #8080C0;
}
		
#left a:hover{
	color : #FF6600;
}

/*------メニュー部分------*/
#left .index{
	color:#444;
	text-decoration:none;
	width:170px;
	height:15px;
	text-align: center;
	display: block;
	font-size: 12px;
	padding-top: 0px;
	margin: 5px 2px 1px 3px;
	letter-spacing: 0.1em;
	border: 1px solid #CCC;
}
#left .menu a	{
	color:#444;
	text-decoration:none;
	width:170px;
	height:15px;
	background-image: url("http://www.sato-yuka.net/img/menu01.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
	display: block;
	font-size: 12px;
	padding-top: 1px;
	margin: 1px 2px 1px 3px;
	border: 1px solid #FFF;
}
		
#left .menu a:hover{
	background-image: url("http://www.sato-yuka.net/img/menu02.gif");
	background-repeat: no-repeat;
	border : 1px solid #CCC;
	background-color: #FFF;
}

#left #searchform	{
	margin-top: 5px;
}
		
#left #searchform p	{
	margin-top: 2px;
	margin-bottom: 2px;
}

/*右サイドバー部分*/
#right {
	width: 130PX;
	float: right;
	padding-top: 0px;
	padding-bottom: 20px;
}

#right h2 {
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	color: white;
	margin-bottom: 5px;
}

#right p {
	font-size: 12px;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}
		
#right a {
		color: #0080FF;
}

#right a:hover{
		color : #FF6600;
}


/*エントリー部分*/
#content {
	margin-left: 180px;
	margin-right: 140px;
}

#content h2, #content h3, #content p {
	margin-right: 10px;
	margin-left: 10px;
}

#content h2 {
	font-size: 12Px;
	color: #8080C0;
}
		
#content h3	{
	border-style: solid;
	border-color: #C0C0E0;
	border-width: 0px 0px 1px 10px;
	margin-left:0px;
	padding-left:5px;
	color: #666666;
	font-size:14px;
	font-weight:bold;
}
				
#content h4	{
	font-size: 12Px;
	font-weight:bold;
	color: #8080C0;
	margin-left: 10px;
	text-align: left;
}
	

#content p{
	font-size: 12Px;
	color: #666666;
	line-height: 140%;
	margin-left:15px;
	margin-right:5px;
}

#content a{
	color: #8080C0;
}

#content A:hover{
	color : #FF6600;
}		

/*エントリー2部分*/
#content2 {
	margin-left: 180px;
	margin-right: 10px;
}

#content2 h2, #content h3, #content p {
	margin-right: 10px;
	margin-left: 10px;
}

#content2 h2 {
	font-size: 12Px;
	color: #8080C0;
}
		
#content2 h3	{
	border-style: solid;
	border-color: #C0C0E0;
	border-width: 0px 0px 1px 10px;
	margin-left:0px;
	padding-left:5px;
	color: #666666;
	font-size:14px;
	font-weight:bold;
}
				
#content2 h4	{
	font-size: 12Px;
	font-weight:bold;
	color: #8080C0;
	margin-left: 10px;
	text-align: left;
}
	

#content2 p{
	font-size: 12Px;
	color: #666666;
	line-height: 140%;
	margin-left:15px;
	margin-right:5px;
}

#content2 a{
	color: #8080C0;
}

#content2 A:hover{
	color : #FF6600;
}

/*フッター部分*/
#footer {
	padding-top: 3px;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;
}
		
#footer p {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
		
#footer a {
	color: #0080FF;
}

#footer A:hover{
	color : #FF6600;
}

/* Copyrights */
.copyrights {
	clear: both;		
	font-size: 12px;
    text-align: center;
	height: 20px;
	margin: 0;
	background-color: #D2E1FE;
	width: 800px;
}

.copyrights p {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
}

.px14w {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	line-height: 140%;
}

.px12w {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	line-height: 140%;
}
