@charset "utf-8";
/* CSS Document */

/* 基本設定 */
h1, h2, h3, h4, p, ul, li, ol, blockquote {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-size: 12px;
	line-height: 160%;
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #EFEFEF;
}
#wrapper {
	width: 800px;
	background-image: url(../images/sketchbook_back.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
/* ヘッダー */
#header {
	height: 80px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header03.gif);
	background-repeat: repeat-x;
}
.title_name {
	float: left;
	margin-left: 20px;
	margin-top: 40px;
}
#navi {
	margin-top: 50px;
	width: 300px;
	float: right;
}
#navi li{
	float: left;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}

/* 本体 */
#sozaiko {
	height: 300px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
}
#sozaiko_inner {
	height: 300px;
}
#sozaiko_inner #text{
	color: #666666;
	margin-left: 15px;
	float: left;
	width: 320px;
}
#sozaiko_inner #text li{
	list-style-position: inside;
	list-style-type: square;
	text-indent: -12px;
	margin-left: 15px;
}
#sozaiko_inner h1 {
	margin: 10px;
}
#sozaiko_inner h2 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#sozaiko_inner #flash {
	height: 300px;
	float: right;
	width: 450px;
}

/* らくがき帖 */
#rakugaki {
	height: 220px;
}
#rakugaki h1 {
	margin-left: 30px;
	padding-top: 10px;
}
#rakugak_inner1 {
	background-color: #F5F5F5;
	height: 210px;
	width: 760px;
	position: relative;
	top: -4px;
	left: -4px;
	background-image: url(../images/rakugaki_back.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#rakugak_inner2 {
	background-color: #C8C8C8;
	position: relative;
	top: 10px;
	left: 20px;
	width: 760px;
}
.meiga {
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.hp {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	margin-right: 40px;
}

/* アフィリエイト */
#affili {
	padding: 10px;
	clear: both;
}

/* フッター */
#footer {
	clear: both;
	height: 50px;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/footer03.gif);
	background-repeat: repeat-x;
	line-height: 50px;
}
