/*
Template Name: pink
Version: 1.0
*/

* {
 margin: 0;
 padding: 0;
}

html{height: 100%;}

/* サイト全体の設定 */
body {
 margin: 0;
 background: #F0F0F0;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* 各種タグレイアウト */
p{
	margin:10px 0;
	font-size:14px;
	line-height:140%;
}

ul {
	margin: 0;
	padding: 0;
}

li{
	padding: 5px 0;
	list-style-type: none;
	margin: 0px;
	font-size: 12px;
}

h2,h3,h4 {
	color: #666666;
	font-size: 16px;
	width: 550px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 30px;
	text-indent: 10px;
	line-height: 30px;
	padding: 0px;
	background-image: url(images/entry-title.jpg);
	border: 1px solid #CCCCCC;
}

h5{
	font-size: 14px;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FE3466;
	width: auto;
	margin: 0px;
	padding-left: 5px;
}

h6{
	font-size: 14px;
}

/* リンクのレイアウト */
a,a:visited{
	color: #5086B1;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}

a img {border: 0;}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* サイト全体のレイアウト */
#box {
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 810px;
	background-image: url(images/box-back.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
	position: relative;
}

.FloatEnd {
	clear: both;
	font-size: 1px;
}
.img-right {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

#script {
	height: 0px;
	width: 0px;
	visibility: hidden;
	position: absolute;
}

/* ヘッダーの設定 */
#header {
	height: 155px;
	width: 800px;
	margin: 0 auto;
 	padding: 0px;
	background: url(images/header.jpg) no-repeat top left;
}

#header h1{
 	margin-top : 0;
 	margin-bottom: 0;
 	text-indent: -2000px;
 	overflow: hidden;
}
		
#header h1 a {
 	height:75px;
 	background: url("images/header.jpg") no-repeat;
 	display: block;
 	overflow: hidden;
}

#header h1 a:hover {
 	background: url("images/header.jpg") no-repeat;
}

#header p{
 	position: absolute;
 	top: 75px;
 	right: 40px;
 	text-align: right;
 	width: 335px;
 	font-size: 12px;
 	color: #FFF;
}

/* コンテンツレイアウト */

#contents {
	width: 800px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	background-color: #FFFFFF;
	background-image: url(images/menu-back.jpg);
}

#contents-main {
	width: 570px;
	float: right;
	height: 100%;
	position: static;
	margin-top: 0px;
	margin-right: 10px;
	display: inline;
}



/* フッターの設定 */

#footer {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	line-height: 130%;
	font-size: 12px;
	clear: both;
	background: #FF3666;
	height: 50px;
	padding-top: 20px;
	border-top: 3px solid #999;
}


/* カテゴリーのレイアウト */

.category-body {
	font-size: 14px;
	line-height: 140%;
	margin: auto;
	width: 550px;
	margin-top: 15px;
	margin-bottom:25px;
}


.category-entrylist , .sitemap-box{
	width: 528px;
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	margin-bottom:10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}

.category-entrylist ul li,.sitemap-box ul li{
	width: 250px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right: 5px;
	text-indent:25px;
	font-size:12px;
	line-height:130%;
	float:left;
	margin-right: 0px;
	text-decoration: none;
	background-image: url(images/cat-list.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

/* サイトマップ */


.sitemap-box strong a,.sitemap-box strong a:visited {
	font-size: 16px;
	line-height: 22px;
	width: 100px;
	color: #666666;
	text-decoration: none;
}


.site-description {
	color: #666666;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


/* エントリーのレイアウト */

.entry-body {
	width: 550px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:14px;
	line-height:150%;
	line-height: 140%;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;

}

.entry-body-dott {
	margin: auto;
	width: 550px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/* コピーライト */
.cpyright {
	text-align: right;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 40px;
}
.cpyright a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}


/* メニューのレイアウト */

#menu-box {
	width: 190px;
	display : inline;



	margin-bottom:15px
	margin-right: 10px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}



.menu {
	width: auto;
	font-size: 12px;
	margin-bottom:15px;
}


.menu li a{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style: none;
	width: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-indent: 5px;
}

.menu li a:hover {
	list-style: none;
	width: auto;
	display: block;
	color: #FF4FBB;
	background-color: #FCD6EF;
}



.menu-rss{
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}


/* その他のレイアウト */


#site-navi {
	display: block;
	width: 540px;
	margin:0 auto;
	font-size: 10px;
	height: 30px;
	line-height: 130%;
	color: #666666;
}


#bookmark {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}


#bookmark img a {
	margin-right: 5px;
	margin-left: 5px;
}

#container {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}
