@charset "utf-8";
/*======================================
　CSS: beauty_pink_a
=======================================*/

/*=====■共通指定■=====*/

* {
	margin:0;
	padding:0;
	line-height:160%;
}
html, body {
	margin:0;
	padding:0
}
img {
	border:none;
}
ul, ol {
	margin:0;
	padding:0;
}
ul li {
	list-style:none;
	list-style-postion:inline
}
ul li a {
	text-decoration:none;
	border:none;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}
.clearfix {
	clear:both;
	font-size:1px;
}
/*=====■レイアウト■=====*/
body {
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:left;
	background:#fff;
}
/*リンク色設定*/
a {
	color:#5c5c5c;
}
a:hover {
	color:#8d8d8d;
}
/*■ヘッダ*/
#header {
	width:100%;
	min-width:770px;
	background:#fff url(img/header_bg.gif) repeat-x;
	text-align:left;
	border-top:#555555 solid 10px;
	border-bottom:#fd9dff double 3px;
}
/*タイトル、画像*/
#header #title {
	width:770px;
	text-align:left;
	margin:0;
	background:url(img/header_img.jpg) no-repeat right center;
	line-height:250%;
}
#header #title h1 {
	margin:0;
	padding:14px 0 0 8px;
}
/*ロゴテキスト時*/
#header #title h1 a {
	width:300px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	font-size:50px;
	color:#333;
}
/*ロゴ画像時 注テキストにする場合は、コメントアウトしてください*/
#header #title h1 a {
	width:243px;
	height:60px;
	background:url(img/title.gif) no-repeat;
}
#header #title h1 a span {
	display:none
}
/*サブタイトル*/
#subtitle {
	width:450px;
	margin:20px 0 0 15px;
	line-height:180%;
	font-size:11px;
	color:#555;
}
/*■コンテンツ*/
#wrapper {
	width:770px;
	text-align:left;
	margin:0;
	text-align:left;
	background:#fff;
	border:#fff solid 1px;
}
/*ナビゲーション*/
#navigation {
	width:225px;
	margin:0;
	padding:20px 0 0 15px;
	position:relative;
	float:left;
}
/*記事*/
#content {
	margin:0;
	padding:0;
	width:525px;
	position:relative;
	float:right;
}
/*ページリスト、カテゴリ*/
#naviAd ul {
	color:#666;
	font-size:13px;
	margin-bottom:10px;
	padding-right:20px;
}
#naviAd ul li a {
	color:#ff1493;
}
#naviAd ul li {
	line-height:180%;
	padding:7px;
	border-bottom:#ddd solid 1px;
}
#page-list, #category {
	width:210px;
	text-align:left;
}
#page-list h1 {
	width:210px;
	height:32px;
	line-height:100%;
	background:url(img/page_top.gif) no-repeat;
	border-bottom:#f8d0f9 dashed 2px;
}
#page-list h1 span, #category h1 span {
	display:none;
}
#page-list li a {
	display:block;
	width:210px;
	padding:0;
	margin:0;
	line-height:100%;
	border-bottom:1px solid #ccc;
	background:#faf2ff;
	font-size:13px;
}
#category li a {
	display:block;
	width:210px;
	padding:0;
	margin:0;
	line-height:100%;
	border-bottom:2px dashed #ccc;
	background:#faf2ff;
	font-size:13px;
	font-weight:bold;
}
#page-list li a:hover, #page-list li.selected a {
	background:#ffdef1;
}
#page-list li a span, #category li a span {
	display:block;
	padding:0 5px 0 10px;
}
/*■コンテンツ*/

/*記事*/
#content ul a {
	color:#ff1493;
}
#content ul {
	color:#999;
	font-size:13px;
	line-height:270%;
}
#content #pagetitle {
	padding:10px 10px 10px 0;
}
#content #pagetitle h1 {
	line-height:105%;
	font-weight:bold;
	font-size:200%;
	color:#cf7ead;
}
#article {
	margin:0 20px 5px 0;
	background:#f9f5ff;
	border:#dedede solid 1px;
}
#article h1 {
	height:21px;
	margin:10px;
	padding:10px 10px 0 10px;
	background-position:bottom;
	line-height:100%;
	font-weight:bold;
	background:#fff;
	color:#555;
	font-size:100%;
	border-bottom:#fd9dff solid 1px;
}
#article h2 {
	margin-left:20px;
	font-size:16px;
	color:#555;
}
#article p {
	margin:15px;
	padding:15px;
	line-height:300%;
	color:#333;
	font-size:14px;
	background:#fff;
}
#article ul li {
	margin:5px 0 0 5px;
}
.top {
	text-align:right;
	height:40px;
	padding:10px 10px 0 0;
	line-height:400%;
	font-size:11px;
}
.top a {
	text-decoration:none;
}
/*■フッター*/
#footerwrapper {
	width:100%;
	min-width:770px;
	margin-top:20px;
	background:#ffdef1;
	border-top:#fff double 3px;
}
#footerwrapper ul li a {
	color:#ff1493;
}
#footerwrapper ul li {
	font-size:13px;
	margin-bottom:10px;
	line-height:170%;
	padding-left:10px;
}
/*コピーライト*/
#copy {
	padding:0 0 0 15px;
	text-align:left;
	font-size:10px;
	color:#fff;
	background:#555;
}
#footseo {
	clear:both;
	text-align:left;
	padding:10px 0 10px 15px;
	font-size:10px;
	color:#706a76;
}
/*■カテゴリーページ用*/
#article ul {
	margin:15px;
	padding:15px;
	line-height:300%;
	color:#333;
	font-size:14px;
	background:#fff;
}
#article ul li {
	margin-left:10px;
	font-size:13px;
}
