@charset "UTF-8";

/* トップページ */

div.menu{
	width: 660px;
}
*html div.menu{/*for IE6 hack*/
	width: 665px;
}
div.menu div.menuBox1{
	float: left;
	width: 200px;
	height: 230px;
	background-color: #FFF6F6;
	border: 1px solid #F1D3D4;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 10px;
	color: #441E1D;
	line-height: 140%;
	padding: 4px;
}
*html div.menu div.menuBox1{/*for IE6 hack*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: none;
}

div.menu div.menuBox1 a {
	display: block;
	float: right;
	text-decoration: none;
	margin: 2px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-weight: bold;
}
div.menu div.menuBox1 a:link    {
	color:#FFF;
	background-color: #CF6164;
}
div.menu div.menuBox1 a:visited {
	color:#FFFDEB;
}
div.menu div.menuBox1 a:hover   {
	color:#5D2928;
	background-color: #FAACB5;
}
div.menu div.menuBox1 a:active  {
	color:#892D2D;
}

div.menu div.menuBox1 dl{
	position: relative;
	width: 180px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


div.menu div.menuBox1 dt{
	padding-bottom: 5px;
}

div.menu div.menuBox1 dt img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	border:3px solid #CCC;
	margin-bottom: 5px;
}

div.menu div.menuBox1 dd{
}

div.menu div.menuBox1 ul{
}

div.menu div.menuBox1 li{
	list-style-type: none;
}

div.menu div.menuBox1 li.title{
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #401D1C;
}

div.menu div.menuBox1 li.date{
	font-size: 80%;
	text-align: right;
}


div.menu div.menuBox1 li.new{
	position: absolute;
	top: -10px;
	left: -10px;
}
*html div.menu div.menuBox1 li.new img{/*for IE6 hack*/
	behavior: url(../js/iepngfix.htc);
}




/* ギャラリーナビ */
#gallery{
	width:260px;
	overflow:hidden;
	margin-left: 10px;
}
#gallery ul{
}
#gallery li{
	list-style-type:none;
	float:left;
	width: 130px;
	height: 110px;
}
#gallery li img{
	border:3px solid #999;
}

#gallery .practice{
	border:3px solid #FFF;
	margin-bottom: 5px;
}
#gallery .pageWrap{
	width:900px;
}
#gallery .pageWrap .page{
	width:300px;
	float:left;
}
#gallery p{
	clear:both;
	width:260px;
	text-align:center;
	padding-top: 5px;
	display: block;
}
#gallery .buttonl{
	float: left;
	margin-left: 90px;
}
#gallery .buttonr{
	float: right;
	margin-right: 90px;
}
#gallery p img{
	cursor:pointer;
}

#main{
	width:650px;
	float:right;
}
#main img{
	border:3px solid #CCC;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#main h2,h3{
	margin-right: 20px;
	margin-left: 20px;
}

#main h1{
	font-size: 16px;
	font-weight: bold;
	color: #451F1E;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #451F1E;
	padding-left: 20px;
}
#main h2{
	font-weight: normal;
	font-size: 12px;
	line-height: 1.8em;
}
#main h3{
	font-weight: normal;
	color: #999;
	font-size: 10px;
	line-height: 1.6em;
}


/* サイトマップ */


#site ul{
	list-style:none;
}

#site {
	width:600px;
	margin-right: 0;
	margin-left: 20px;
}
#site li {
	height:30px;
}
#site li a {
	display:block;
	line-height:1.6em;
	text-decoration:none;
	color:#8D6253;
	background-image: url(../image/css/navi_link.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 15px;
	background-position: 0px 6px;
	letter-spacing: 0.1em;
}
#site li a:hover {
	color: #65463A;
	background-image: url(../image/css/navi_link_on.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}


#site .sitesub{
}

#site .sitesub li{
	list-style: none outside;
	display: block;
	margin-left: 20px;
}

#site .sitesub li a {
	display: block;
	padding-left: 15px;
	background-image: url(../image/css/subMenu_link.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#site .sitesub li a:hover {
	background: url(../image/css/subMenu_link_on.png) no-repeat left center;
}

/* プロフィール */
#pro{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#pro h2{
	font-size: 14px;
	font-weight: bold;
	color: #B1928D;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D8716F;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

#pro p{
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

/*イラストページ内リンク*/
.pl{
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}

.pl li {
	list-style-type:none;
	float:left;
	width:130px;
	height:20px;
	margin:3px;
	text-align:center;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D16E69;
	border-left-color: #D16E69;
}
.pl a {
	display:block;
	width:100%;
	padding:5px 0px;
	text-decoration:none;
}

.pl a:hover {
}