/* リンク文字 */
a:link {
	text-decoration:underline;
	color:#f7607c;
}

a:visited {
	text-decoration:underline;
	color:#406D0B;
}

a:active {
	text-decoration:none;
	color: #f7607c;
}

a:hover {
	text-decoration:none;
	color: #f7607c;
}

/* ページ全体 */
body {
	color:#63460F;
	background-color:#FDFAD9;
	font-size:10pt;
}

#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:955px;
	height:600px;
}

/* ヘッダー */
#header_ {
	position:absolute;
	left:0px;
	top:0px;
	width:955px;
	height:126px;
	background-color:#FDFAD9;
}

/* トップ絵横長の時用 */
#contents-top {
	position:absolute;
	left:150px;
	top:126px;
	width:805px;
	height:425px;
	background-color:#FDFAD9;
	background-image:url("./image/contents_top.jpg");
}

/* トップ絵横長の時用・画像レイアウト */
#top_illust {
	position:absolute;
	left:100px;
	top:63px;
	width:350px;
	height:247px;
	background-color:#FDFAD9;
	border-top:solid 1px #666666;
	border-left:solid 1px #333333;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #ffffff;
}

/* トップ絵横長の時用・本文入力部 */
div.block {
	width:525px;
	padding:5px;
}

/* トップ絵横長の時用・最新情報 */
#whatsnew {
	position:absolute;
	left:25px;
	top:367px;
	width:500px;
	height:45px;
	background-color:#DDF8B1;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ccccccc;
	border-right:solid 2px #666666;
	border-bottom:solid 2px #333333;
	font-size:9pt;
	padding:3px;
	overflow:auto;
}

/* トップ絵縦長の時用 */
#contents-top2 {
	position:absolute;
	left:150px;
	top:126px;
	width:805px;
	height:425px;
	background-color:#FDFAD9;
	background-image:url("./image/contents_top2.jpg");
}

/* トップ絵縦長の時用・画像レイアウト */
#top_illust2 {
	position:absolute;
	left:18px;
	top:34px;
	width:240px;
	height:339px;
	background-color:#FDFAD9;
	border-top:solid 1px #666666;
	border-left:solid 1px #333333;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #ffffff;
}

/* トップ絵縦長の時用・本文入力部 */
div.block2 {
	position:absolute;
	left:285px;
	top:30px;
	width:260px;
	height:244px;
	padding:5px;
}

/* トップ絵縦長の時用・最新情報 */
#whatsnew2 {
	position:absolute;
	left:285px;
	top:286px;
	width:265px;
	height:115px;
	background-color:#DDF8B1;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ccccccc;
	border-right:solid 2px #666666;
	border-bottom:solid 2px #333333;
	font-size:9pt;
	padding:3px;
	overflow:auto;
}

/* トップ以外のページ用・全体レイアウト */
#contents-bg_ {
	position:absolute;
	left:150px;
	top:126px;
	width:805px;
	height:425px;
	background-color:#FDFAD9;
	background-image:url("./image/contents_bg.jpg");
}

/* 汎用〜文字装飾と見出し*/
strong {
	color:#cc0000;
}

em {
	color:#0000aa;
}

h2.outline {
	padding-left:10px;
	border-left:solid 5px #406D0B;
	border-bottom:solid 1px #406D0B;
	width:525px;
}

h3 {
	text-align:center;
	border-bottom:dotted 1px #63460F;
}

h4 {
	text-align:center;
	line-height:0.5em;
}

/* フォーム用 */
.label_left {
	position:relative;
	width:200px;
	left:10px;
	top:0px;
	color:#cc0000;
	font-weight:bold;
}

.label_right {
	position:relative;
	width:200px;
	left:165px;
	top:0px;
	width:200px;
	color:#cc0000;
	font-weight:bold;
}

.form_left {
	position:relative;
	width:200px;
	left:0px;
	top:0px;
}

.form_right {
	position:relative;
	width:200px;
	left:35px;
	top:0px;
	width:200px;

}
textarea {
	font-size:10pt;
	width:500px;
}


.width500 {
	width:500px;
}

.width500b {
	width:500px;
	height:25px;
}

img.t_illust {
	float:left;
}

/* Patipatiフォーム用*/
#clapform {
	position:absolute;
	left:285px;
	top:30px;
	width:260px;
	height:425px;
}

#clapform2 {
	position:absolute;
	left:25px;
	top:367px;
	width:500px;
	height:45px;
}

/* Twitterパーツ用 */
#tweet {
	position:absolute;
	left:582px;
	top:220px;
	width:200px;
	height:150px;
}

/* ページ右側・コンテンツレイアウト用 */
#extra_column {
	position:absolute;
	left:622px;
	top:45px;
	width:130px;
	height:140px;
	padding:5px;
	border-right: solid 2px #63460F;
	border-bottom: solid 2px #63460F;
	background-color:#fcf6c5;
	background-image:url("./image/extra_column_bg.jpg");
	line-height:1em;
}

ul,li#extra_column {
	margin-left:0px;
	padding-left:15px;
}

#extra_column2 {
	position:absolute;
	left:582px;
	top:220px;
	width:190px;
	height:190px;
	background-color:#fcf6c5;
	padding:5px;
	border-right: solid 2px #63460F;
	border-bottom: solid 2px #63460F;
	background-image:url("./image/extra_column2.jpg");
}

/* リンクされてる画像に枠を出さない */
img {
	border-style:none;
}

/* ギャラリー・サムネイル装飾 */
img.thb {
	border-style: none;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}

/* ギャラリー・サムネイル装飾〜New〜 */
img.thbnew {
	border-style: none;
	border-right:solid 1px #990066;
	border-bottom:solid 1px #990066;
}

.link_banner {
	float:left;
	border-style:none;
	padding:5px;
}

br.clear {
	clear:both;
}

/* メールフォーム内・確認＆エラーページ */
.conf {
	width:500px;
}

.conf_left {
	float:left;
	width:200px;
	border:solid 1px #DDF8B1;
	font-weight:bold;
	color:#cc0000;
	background-color:#DDF8B1;
}

.conf_right {
	border:solid 1px #DDF8B1;
	background-color:#DDF8B1;
}

/* 左側メニュー・ロールオーバー部分 */
#gallery1-link_ {
	position:absolute;
	left:0px;
	top:126px;
	width:150px;
	height:85px;
	background-color:#FDFAD9;
}

#gallery2-link_ {
	position:absolute;
	left:0px;
	top:211px;
	width:150px;
	height:85px;
	background-color:#FDFAD9;
	border-style:none;
}

#profile-link_ {
	position:absolute;
	left:0px;
	top:296px;
	width:150px;
	height:85px;
	background-color:#FDFAD9;
}

#blog-link_ {
	position:absolute;
	left:0px;
	top:381px;
	width:150px;
	height:85px;
	background-color:#FDFAD9;
}

#links-link_ {
	position:absolute;
	left:0px;
	top:466px;
	width:150px;
	height:134px;
	background-color:#FDFAD9;
}

/* フッター */
#footer_ {
	position:absolute;
	left:150px;
	top:551px;
	width:805px;
	height:49px;
	background-color:#866F1E;
	background-image:url("./image/footer.jpg");
	font-size:8pt;
	color:#F9E096;
}

