@charset "shift_jis";

/*--------------------------------------
 * Universal selector
 * ---------------------------------------*/
* {
	margin: 0;
	padding: 0;
	color: #3f0d0d;
	background: transparent;
	font-weight: normal;
	font-size: 100%;
	}

/*--------------------------------------
 * Structure Module
 * ---------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: url(../img/bg_blogparts.gif) repeat-x;
	line-height: 130%;
	font-family: "ヒラギノ丸ゴ Pro W4", 'Hiragino Maru Gothic Pro', "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	text-align: center;
	}

/*--------------------------------------
 * Text Module
 * ---------------------------------------*/
p,
pre,
address,
cite
	{
	}

h1,
h2,
h3,
h4,
h5,
h6
	{
	font-weight: normal;
	}

ul{
	list-style-type: none;
	}


/*--------------------------------------
 * Image Module
 * ---------------------------------------*/
img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
	}

/*--------------------------------------
 * Table Module
 * ---------------------------------------*/
table{
	margin: 0px;
	padding: 0px;
	border: 0px none;
	}
	

/*--------------------------------------
 * Hypertext Module
 * ---------------------------------------*/
a,
a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
	}

a:active,
a:hover,
a:focus
	{
	color: #ffff5b;
	}

/*--------------------------------------
 * ライン
 * ---------------------------------------*/
hr {
	display:none;
	clear:both;
	}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/
#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	width: 620px;
	background: url(../img/bg_blogparts_bottom.gif) no-repeat right bottom;
	}

#wrapper:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	}

/**/
* html #wrapper {
	height: 1em;
	overflow: visible;
}
/**/

/*--------------------------------------
 * ブログパーツ
 * ---------------------------------------*/
#sampleSwf {
	margin: 0px 0px 15px 0px;
	padding: 15px 5px 0px 0px;
	float: right;
	width: 160px;
	background: url(../img/bg_blogparts_top.gif) no-repeat right top;
	}

#sampleTxt {
	padding: 0px 0px 0px 15px;
	float: left;
	width: 440px;
	text-align: left;
	font-size: 12px;
	background: url(../img/bg_blogparts_top.gif) no-repeat left top;
	}

#sampleTxt h1 {
	width: 420px;
	height: 115px;
	background: url(../img/title_blogparts.gif) no-repeat left 10px;
	text-indent: -9999px;
	}

#sampleTxt p.caution {
	font-size: 12px;
	}



/*--------------------------------------
 * Forms Module
 * ---------------------------------------*/
textarea {
	margin: 5px 0px;
	padding: 3px 5px 3px 5px;
	width: 408px;
	border: solid 6px #ebe1de;
	background: #fdf8f7;
	line-height: 140%;
	font-size: 10px;
	font-family: "ヒラギノ丸ゴ Pro W4", 'Hiragino Maru Gothic Pro', "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	}

textarea:hover,
textarea:focus {
	background: #fffdfd;
	}


/*--------------------------------------
*
*---------------------------------------*/

.clearer {
	clear: both;
	height: 1px;
	}


/*--------------------------------------
フッター
---------------------------------------*/

#footer {
	margin: 20px 0px 0px 0px;
	padding: 15px 0px 20px 0px;
	clear: both;
	background: url(../img/line.gif) repeat-x 0px top;
	}
	

/*コピーライト*/
#copyright {
	padding-left:10px;
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	}
	
#copyright a,
#copyright a:link,
#copyright a:visited {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	}

#copyright a:active,
#copyright a:hover,
#copyright a:focus {
	color: #ffff00;
	}

