/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/


* {
	margin: 0;
	padding: 0;
}




html{height: 100%;}



/* BODY-------------------------------*/
body {
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
 text-align: center;
 margin : 0;
 padding: 0;
 color: #666;
 font-size: 13px;
 line-height: 150%;
}




/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
 margin: 0;
 padding: 0;
 border: 0;
}



/* strong */
strong {font-weight: bold;}



/* 画像の属性 */
img {border: none; margin: 0 5px;}




/* 強調文の属性*/
h1,h2,h3,h4,p{font-size: 13px;font-weight: normal;}




/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: #CC6688;text-decoration: none;}
a:hover {color: #FFCC00;text-decoration: underline;}




/* 基本設定 ----------------------------- */
#base{
	width: 740px;
	margin: 0 auto;
 	background: #FFF url("http://diet.so-uta.net/img/back.gif") repeat-y top center;
	text-align: center;
}




#wrapper {
	width: 720px;
	margin: 0 auto;
	background: #FFF url("http://diet.so-uta.net/img/header.jpg") no-repeat;
	position: relative;
}





/*  ヘッダー  */
#header	{margin : 10px; padding: 0px; height : 170px; text-align:left;}
#header h1{margin-top : 0px; margin-bottom: 0px;font-size: 20px;}




#header h1 a {
text-decoration:none;
}




/*
#header h1 a {
	width:400px;
	height:100px;
	background: url("http://diet.so-uta.net/img/header.jpg") no-repeat;
	display: block;
	}
*/


#header h1 a:hover {background-image: url("http://diet.so-uta.net/img/header.jpg");}




#header p{
	position: absolute;
	top: 80px;
	left: 10px;
	width: 400px;
	font-size: 10px;
	color: #FFF;
	text-align: left;
}




/*-----ページリスト-----*/
#page_navi {
 position: absolute;
 top: 150px;
 left: 0;
 margin: 0;
 width: 100%;
 height: 20px;
 background: #990040;
}



#page_navi ul{
 float: left;
 margin: 0;
}


#page_navi li{
 float: left;
 margin: 0;
 width: 89px;
 background: #99004C;
 border-right: 1px solid #CC6688;
 border-bottom: 1px solid #CC6688;
 font-size: 12px;
 text-align: center;
 color: #FFF;
 display: block;
 overflow: hidden;
}




#page_navi li a:link, #page_navi li a:visited, #page_navi li a:active {
 float: left;
 margin: 0;
 width: 89px;
 background: #990040;
 border-right: 1px solid #99004C;
 border-bottom: 1px solid #CC6688;
 font-size: 12px;
 text-align: center;
 color: #FFF;
 display: block;
 overflow: hidden;
 text-decoration: none;
}
#page_navi li a:hover {background: #CC3366;font-weight: bold;}




/*-----パンくずリスト-----*/
.navi {
	font-size: 10px;
	color:#666;
	margin :0px;
	padding-left: 10px;
}


.navi a:link, .navi a:visited, .navi a:active {
	color: #CC6688;
	text-decoration: underline;
}





.navi a:hover {
	color: #FFCC00;
	text-decoration: none;
}





/*-----記事全体属性-----*/
#container{
	margin: 0 auto;
	width: 700px;
	text-align: left;	
}





/*-----エントリー部分(共通）-----*/
#content {
	width: 510Px;
	float: left;
	background-color: #FFF;
	margin: 10px 5px 0 0;
}



#content h2, #product h2{
	margin: 10px 0 4px 0;
	height: 25px;
	font-size: 108%;
	font-weight: bold;
	color: #736699;
	text-indent: 5px;
	line-height: 180%;
	border: 1px solid #CCC;
	display: block;
	overflow: hidden;
	background: url("http://diet.so-uta.net/img/h2_back.gif") no-repeat right top;
}




#content h3{
	margin: 10px 0 5px 0;
	font-size: 100%;
 	line-height: 150%;
	font-weight: bold;
	border-bottom: 1px solid #CC3366;
	overflow: hidden;
}



#content h4{
 	margin: 10px 0 5px 0;
 	height: 20px;
 	font-size: 100%;
 	font-weight: noemal;
 	text-indent: 25px;
 	line-height: 150%;
 	background: url("http://diet.so-uta.net/img/h4_back.gif") no-repeat top left;
}



#content .doc{
	padding: 10px 0 10px 10px;
	text-align: left;
	font-size: 100%;
	line-height: 150%;
}


/*インフォメーション*/
#info{
	width: 508px;
	height:120px;
	border: 1px solid #BBB;
	background-color: #FFEEFF;
	margin: 0px 0px 0px 0px;
}






#info .gazou2{
padding: 0px 0px 0px 110px;
}



#info .inner{
	padding: 10px 5px 5px 255px;
}





/* ---- オススメリスト属性----- */


#content .osusume ul{
	margin-left: 10px;
	list-style: none;
	line-height: 120%;
}






#content .osusume li a:link, #content .osusume li a:visited, #content .osusume li a:active {
	padding-left: 15px;
	color: #CC6688;
	text-decoration: none;
	background: url("img/list_doc.gif") no-repeat left top;;
}
#content .osusume li a:hover {
	color: #FFCC00;
	text-decoration: underline;
}





/*Product*/
#product {
	clear: both;
	margin: 5px 0 5px 0;
}
#product .box{
	float: left;
	width: 156px;
	height: 300px;
	overflow: hidden;
	margin: 5px 3px 5px 2px;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 10px;
	text-align: left;
	line-height: 120%;
}



#product .box p{
	margin: 5px;
	font-size: 10px;
	line-height: 150%;
}





#product img{
	margin: 3px 0;
	border-style: none;
	text-align: center;
}



/*　詳細へ　*/
.next {
	margin : 5px 0;
	text-align: left;
	font-weight: bold;
}



/*  記事一覧  */
#content ol{
	margin: 0px 0px 20px 40px;
}





#content li{
	margin: 5px 0;
	font-size: 100%;
	color; #666;
}



#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 10px 10px 0;
}





/*----- trackbacks & Comments-----*/
.comments,
.comments-content,
.trackbacks{
	margin: 0;
}




.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer{
	margin-bottom: 0.5em;
}




.comments,
.trackbacks{
    overflow: hidden;
    width: 100%;
}




#comment-author, #comment-email, #comment-url, #comment-text {
    width: 90%;
}




#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}




#comment-submit {
    font-weight: bold;
}



/* ---- サイドバー属性（右）----- */
#sidebar {
	width: 175px;
	float: right;
	margin: 10px 0 5px 0px;
	color: #666;
}



#sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 100%;
	text-indent: 10px;
	color: #FFF;
	margin: 0px;
	background: #990040;
	display: block;
}



#sidebar p {
	font-size: 10px;
	line-height: 110%;
	color: #666;
	margin: 5px 10px 10px 5px;
}



/*　検索窓　*/
#sidebar .search div {
	padding: 5px;
	text-align: left;
}





/* カテゴリ指定 */
#sidebar .cat{
	margin: 0;
}



#sidebar ul.menu{
 	list-style: none;
 	margin: 0;
}


#sidebar ul.menu li.tc1 a {
 	height: 20px;
 	text-indent: 15px;
 	text-decoration: none;
	text-align: left;
 	font-size: 12px;
 	line-height: 150%;
 	display: block;
 	background: url("http://diet.so-uta.net/img/list_pen.gif") no-repeat top left;
}



#sidebar ul.menu li.tc1 a:hover {
 text-decoration: none;
}





#sidebar ul.menu li a {
 	height: 20px;
 	text-indent: 25px;
	text-align: left;
 	text-decoration: none;
 	font-size: 12px;
 	line-height: 150%;
 	display: block;
}




#sidebar ul.menu li a:hover {
 text-decoration: none;
}


.clear{	clear: both;}
.clear hr{display: none;}



/*フッターナビ*/
#f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	font-size: 10px;
}




#f_navi img{margin: 0 5px;border-style: none; vertical-align: middle;}




/*フッター*/
#footer{
	clear: both;
	margin: 10px 0 0 0;
	color: #CCC;
	text-align: left;
	line-height: 133%;
	background: #990040;
}



#footer .left{
	float: left;
	width: 300px; 
}



#footer .left_inner{
	padding: 10px 0 5px 10px;
}



#footer .s_tag{
 	margin: 15px 0 0 10px;
 	text-align: left;
 	line-height: 150%;
}




#footer .right{
	float: right;
	width: 380px;
	font-size: 12px;
	margin-right: 10px;
	padding: 10px 0;
}



#footer h2{
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	line-height: 150%;
	text-indent: 5px;
	border: 1px solid #CCC;
	display: block;
}



#footer img{border-style: none;	vertical-align: middle;	}


#footer .banner{
	background-color: #FFF;
	margin: 0px;
	padding: 15px 5px 10px 5px;
	float: left;
}



#footer .copyright{
	text-align: center;
	padding: 5px 10px;
	color: #FFF;
	font-size: 10px;
}



/* フッターリンクの属性 */
#footer a:link, #footer a:visited, #footer a:active {color: #FFD9CC;text-decoration: none;}
#footer a:hover {color: #E6FF99;text-decoration: underline;}



/* ---- 最新記事用----- */
#footer ol{
 	margin: 10px 0;
 	padding-left: 30px;
}




#footer li {
 	margin: 0;
}



/*  フォームメール用  */
.comments-head{
	margin: 10px 10px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #4A4A97;
	}




.comment-content{
	margin: 10px 0px 10px 10px;
	font-size: 12px;
	color: #666;
	line-height: 155%;
	}



.comment-view{
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	color:  #3399CC;
	line-height: 155%;
	}



.powered {
	margin: 10px 0;
	text-align: center;
}



/* タグ指定 */

.module-tagcloud{
	margin: 0;
}


.module-tagcloud h2{
	margin: 5px 5px 0 10px;
	border: 1px solid #555;
	background: #0F3357;
	font-weight: bold;
	font-size: 108%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}



.module-tagcloud .module-content{
	padding: 10px;
}



.module-tagcloud .module-content .module-list ul{
	margin: 0 5px 0 10px;
	padding: 0;
	list-style-type: none;
	display: inline;
}



.module-tagcloud .module-content {text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

