@charset "UTF-8";
img {
	border:none;
	vertical-align:bottom;}
body  {
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #190000;
	font-size:12px;
	line-height:160%;
	width: 340px;
}
a:link {color:#990000; text-decoration:none;}
a:visited {color:#990000; text-decoration:none;}
a:hover {color:#990000; text-decoration:underline;}
a:active {color:#990000; text-decoration:underline;}
#container { 
	width: 940px;
	background: #FFFFFF;
	margin: 30px auto 30px 30px;
	padding:0;
	text-align: left;
}
#menu {
	float: left;
	width: 174px;
	margin: 0;
	padding: 0;
}
#menu h1 {
	margin:0;
	padding-bottom:30px;
}
#sidebar2 {
	float: right;
	width: 44px;
	margin: 0;
	padding: 0;
}
#sidebar2 h2.t_prof {
	background-image:url(../images/title_profile.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 247px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	}
#sidebar2 h2.t_news {
	background-image:url(../images/title_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 247px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	}
#sidebar2 h2.t_shop {
	background-image:url(../images/title_shop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 247px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	}
#sidebar2 h2.t_order {
	background-image:url(../images/title_order.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 247px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	}
#sidebar2 h2.t_collection {
	background-image:url(../images/title_collection.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 360px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	}
#mainContent { 
	margin: 0 64px 0 210px;
	padding: 0;
	min-height: 600px;
}
#mainContent h3 {
	font-size:14px;
}
#mainContent #con_box {
	width: 100%;
}
#mainContent #con_box .photo {
	width: 340px;
	margin: 0;
	padding: 0;
}
#mainContent #con_box .text {
	width: 305px;
	margin: 0;
	padding: 0 0 0 20px;
}
#mainContent p {
	margin-bottom:10px;
}
#footer { 
	padding: 0 10px 0 20px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
} 
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size:10px;
	text-align:right;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.f10 { font-size:10px;}

ul#contents {
	margin:0 1px;
	padding:0;
}
ul#contents li {
	list-style-type:none;
	margin:30px 30px 30px 0;
	padding:0;
}
ul#contents li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 12px;
	overflow: hidden;
}
ul#contents li.collection a {
	background: url(../images/menu_collection.gif) no-repeat 0px 0px;
	width: 90px;
}
ul#contents li.news a {
	background: url(../images/menu_news.gif) no-repeat 0px 0px;
	width: 40px;
}
ul#contents li.profile a {
	background: url(../images/menu_profile.gif) no-repeat 0px 0px;
	width: 58px;
}
ul#contents li.shop a {
	background: url(../images/menu_shop.gif) no-repeat 0px 0px;
	width: 39px;
}
ul#contents li.order a {
	background: url(../images/menu_order.gif) no-repeat 0px 0px;
	width: 111px;
}
ul#contents li.story a {
	background: url(../images/menu_story.gif) no-repeat 0px 0px;
	width: 102px;
}
ul#contents li a:hover {
	background-position: 0 -12px;
}

