body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	margin : 0px 0px 0px 0px;
	background: url("../imges/bg_pink2.jpg");
	color:#666;
	font-size: 12px;
	line-height: 140%;
}

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

strong {
	color: blue;
}

/*  ページナビ  */
.navi {
	height: 20px;
	border-bottom: 1px solid #CCC;
	font-size: 10px;
	color:#F56064;
	text-indent: 15px;
	margin: 0px;
	background-color: #FFFFFF;
}

.navi a{
	color: #F56064;
	font-weight: bold;
	text-decoration: none;
}

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

/* TAB部分の指定 */
#tab {
	height: 25px;
	background-color: #FFF;
	text-align: right;
}

#tabline {
	height: 20px;
	background-color: #F46262;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0px 0px 20px;
}

/* ボックスの指定 */
.indexbox {
	color:#FFF;
	text-decoration:none;
	width:180px;
	height:20px;
	margin-top: 15px;
	text-align: center;
	display: block;
	font-size: 12px;
	background-image: url("../imges/index1.gif");
}
.box {
	color:#444;
	text-decoration:none;
	width:168px;
	display: block;
	font-size: 12px;
	padding: 5px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #F46262;
	background-color: #FEDBDB;
}

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

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

/* 特集用ボックス */
.mini {
	width: 235px;
	float: left;
	height: auto;
	border-width: 1px 1px 1px 1px;
                border-style: solid;
	border-color: #F46262;
	background-color: #FEDBDB;
	margin: 5px 5px 10px 5px;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	line-height: 100%;
	text-align: left;
	text-valign: top;
	color: #F93636;
}

div hr{
                  color: #F46262;
}

.legend {
	font-size: 12px;
	color: bue;
	font-weight: bold;
}

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

a:hover {
	color: #FFCC00;
}

/* --------- 基本設定 ----------------------------------　*/
#base {
	width: 800px;
	margin: 0px;
                background-color: #FFC0CB;
                
}

#wrapper {
	width: 800px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url("");
	background-repeat: repeat-x;
}
---------------------------------------------------------

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

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: 0px;
}
		
#header h1 a {
	width:400px;
	height:60px;
	background-image: url("");
                background-position: center top;
	display: block;
}

#header h1 a:hover {
	background-image: url("");
}

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

#left h2 {
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	color: #000000;
	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:#FFFFFF;
	text-decoration:none;
	width:180px;
	height:20px;
	margin-top: 14px;
	text-align: center;
	display: block;
	font-size: 12px;
	background-image: url("../imges/index1.gif");
                font-weight:bold;
}

#left .menu a	{
	color:#444;
	text-decoration:none;
	width:178px;
	height:20px;
	text-indent: 5px;
	display: block;
	font-size: 12px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #F46262;
	background-color: #FEDBDB;
}
		
#left .menu a:hover{
	background-repeat: no-repeat;
	background-color: #FFC5C5;
}

#left .new a	{
	color:#444;
	text-decoration:none;
	width:168px;
	height:20px;
	padding: 3px 5px 3px 5px;
	display: block;
	font-size: 12px;
	line-height: 110%;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #F46262;
	background-color: #FEDBDB;
}
		
#left .new a:hover{
	background-repeat: no-repeat;
	background-color: #FFC5C5;
}


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

/*右サイドバー部分*/
#right {
	width: 180px;
                float: right;
                margin-top: 0px;
	margin-right: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
                font-weight:bold;
}

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

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

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


/*エントリー部分*/
#content {
	height: 100%;
	margin: 10px 200px 0px 200px;
}

#content h2 {
	font-size: 12Px;
	color: #F64D4D;
	text-indent: 5px;
	font-weight:bold;
}
		
#content h3	{
	border: 1px solid #CCC;
	background-color: #F64D4D;
	text-indent: 5px;
	color: #FFFFFF;
	font-size:12px;
	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: #000000;
	line-height: 140%;
	margin-left:15px;
	margin-right:5px;
}

#content a{
	color: #0080FF;
}

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

#content hr{
                  color: #F46262;
}

/*コンテンツ用ボックス*/
fieldset {
	font-size:12px;
	color: #F93636;
	margin : 0px 5px 10px 10px;
	padding: 5px;
	text-align: left;
	text-valign: top;
                border-width: 1px 1px 1px 1px;
                border-style: solid;
	border-color: #F46262;
	background-color: #FEDBDB;
}

legend {
	font-size: 12px;
	color: bue;
	font-weight: bold;
}

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

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

/* Copyrights */
.copyrights {
	clear: both;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 12px;
    text-align: center;
	height: 30px;
	margin: 0;
	background-color: #F46262;
}

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

/* スクロールバー　*/
html, body {
                scrollbar-arrow-color: #ffa0a0;
                scrollbar-face-color: #ffcaca;
                scrollbar-3dlight-color: #d07070;
                scrollbar-darkshadow-color: #c07878;
                scrollbar-highlight-color: #fff3f3;
                scrollbar-shadow-color: #e07070;
}
 
/*----- trackbacks & Comments-----*/
.post1 {
border-top: solid 1px #AAAAFF;
font-size: 85%;
padding-top: 6px;
margin-bottom: 20px;
}

#trackbackdata h3{
font-size: 85%;
color: #888;
margin-bottom: 0px;
}

#tbdata. #left #commentdata p{
font-size: 85%;
color: #888;
margin-top: 10px;
margin-bottom: 0px;
}

.comment_view{
font-size: 100%;
color: #666;
margin-top: 10px;
margin-bottom: 0px;
}

#commentdata .post2 p{
margin-bottom: 20px;
font-size:85%;
text-align: right;
}

.cform{
margin: 0 20px;
}

.error {
font-size : 100%;
color: red;
border: 1px solid red;
padding: 5px;
text-align: center;
}


