@charset "shift_jis";


/**    ボディー    **/

body {
	color: #000;
	background-color: #FFF;
	font-size: 20px;
}
a:link {
	color:#0000EF
}
a:visited {
	color:#52188C
}
a:active {
	color:#ffffff
}


/**    ヘッダー    **/

#hed {
	background-color: #ff7dbe;
	border-bottom: 1px solid #a87c93;
}

#hed hgroup {
	text-align: center;
	display: block;
}

#hed hgroup h1 {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px 4px #ccc;
	border-bottom: 1px solid #d7d7d7;
	padding: 4px 8px;
}


/**    h2　サブタイトル    **/


h2 {
	border-top: 1px solid #dc008d;
	border-bottom: 1px solid #dc008d;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
	background-color: #69727E;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#ff7ed0),
		to(#ff2ea6)
	);
	color: #FFF;
	padding: 4px 8px;
}


/**    パンくずリスト    **/

#pank {
	font-size: 12px;
	color: #3C516A;
	line-height: 150%;
}
#pank a {
	border: 1px solid #CCC;
	background: #EEE;
	text-decoration: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


/**    サイトメニュー   **/

#menu {
	margin: 0 0 20px 0;
}
#menu a {
	display: block;
	text-decoration: none;
}
#menu a:visited {
	color: #304b5c;
}


/**    カテゴリーページ    **/

#menu a h3 {
	background-color: #ff60ca;
	-webkit-border-radius: 8px;
    border-radius: 8px;	
    background-image:url(yajirusi.gif),
	-webkit-gradient(linear, left top, left bottom,
		from(#ffc1e8),
		to(#ff79be)
	
	);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #a0567d;
	text-align: left;
	color: #ffffff;
	padding: 15px 10px;
}


/**    記事ページ    **/

#menu a h4 {
	background-color: #ff7ed0;
	-webkit-border-radius: 8px;
    border-radius: 8px;	
	background-image: url(yajirusi.gif),
	-webkit-gradient(linear, left top, left bottom,
		from(#dbb4d1),
		to(#dbb4d1)
	);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #ff007f;
	text-align: left;
	color: #ffffff;
	padding: 10px 10px;

}


/**    フッター    **/

#footer {
	font-size: 14px;
	text-align: center;
	padding: 10px;
	background-color: #D3D5D9;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#ffd4f1),
		to(#ff7dbe)
	);
	border-top: 2px soli #D4D7DB;
	text-shadow: #ffffff, -1, -1, 0;
}


/**    移動（戻るなど）    **/

.idou {
	margin: 0 0 20px 0;
}
.idou a {
	display: block;
	background-color: #C6E1FD;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#ffffff),
		to(#ffd9f6)
	);
	text-decoration: none;
	text-align: right;
	padding: 4px 10px;
	border-top: 1px solid #9FB7D4;
	border-bottom: 1px solid #9FB7D4;
}


/**    Ｐタグ    **/

p {
	margin-bottom: 10px;
	margin-top: 5px;
}


/**    下スペース    **/

.bottom {
	margin-bottom: 10px;
}


/**    ライン    **/

.line {
	border-bottom: 4px solid #ffb2d8;
}


/**    センター    **/

.center {
	text-align: center;
}


/**    フォントサイズ    **/

.font {
	font-size: 14px;
}


/**   マーキー     **/

marquee {
	color: #ffffff;
	background-color: #ff7dbe;
}

