@charset "utf-8";
/*___________ 基本設定 ___________ */

*  {
	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../img/) repeat-y center top;
	color: #333333;
	background-color: #99FF99;
}
#wrapper {
	width:900px;
	margin:0 auto;
	background-color: #FFFFFF;
	text-align: left;
}

/* ____ リンクテキスト ____ */
a {
	color: #33CCFF;
	text-decoration: underline;
}
a:visited {
	color: #33CCFF;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #0033FF;
	text-decoration: underline;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
	
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}

/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:11px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	margin:0;
	padding: 3px 0 3px 10px;
}
#migiue{
	float: right;
	font-size:11px;
	color: #000000;
	background-color: #000000;
	padding: 3px 15px 3px 0;
}
#migiue a {
	color: #FFFFFF;
}
#migiue a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#TOP {
	width: 900px;
	height: 150px;
	background: url("../img/bg/crocs-fashion_header.jpg") no-repeat;
	background-color: #CCCCCC;
	clear: both;
}

#GNAVI {
	height: 30px;
	margin: 120px 20px 0 0;
	float: right;
	color: #0033FF;
}
.menu {
	float: left;
	margin: 0;
	text-align: center;
}
.menu a {
	width: 70px;
	height: 30px;
	margin: 0 1px 0 0;
	line-height: 30px;
	display: block;
	font-size: 14px;
	background: url("../img/btn/tab_white1_nal.png");
}
.menu a:hover {
	display: block;
	font-size: 14px;
	background: url("../img/btn/tab_white2_nal.png");
}
.menu2 {
	float: left;
	margin: 0;
	text-align: center;
}
.menu2 a {
	width: 150px;
	height: 30px;
	margin: 0 1px 0 0;
	line-height: 30px;
	display: block;
	font-size: 14px;
	background: url("../img/btn/tab_white1_wide.png");
}
.menu2 a:hover {
	display: block;
	font-size: 14px;
	background: url("../img/btn/tab_white2_wide.png");
}
.menu3 {
	float: left;
	margin: 0;
	text-align: center;
}
.menu3 a {
	width: 100px;
	height: 30px;
	margin: 0 1px 0 0;
	line-height: 30px;
	display: block;
	font-size: 14px;
	background: url("../img/btn/tab_white1.png");
	
}
.menu3 a:hover {
	display: block;
	font-size: 14px;
	background: url("../img/btn/tab_white2.png");
}

#bread {
	clear: both;
	font-size: 11px;
	margin: 5px 0 0 20px;
}

/*___________ 【MAIN】 ___________ */

#MAIN {
	clear: both;
	margin-top: 10px;
}


/*___________ 【CONTENTS】基本設計 ___________ */

#CONTENT {
	width: 630px;
	float: right;
	background-color: #ffffff;
	margin: 0 20px 0 0;
}


#CONTENT h2 {
	font-size:14px;
	color: #FFFFFF;
	background-color: #0033FF;
	padding: 10px 0 10px 20px;
}
#CONTENT h3 {
	font-size:13px;
	color: #000000;
	background-color: #FFFF99;
	margin: 20px 0 0 0;
	padding: 4px 0 4px 8px;
	clear:both;

}

#CONTENT p {
	margin: 10px 5px 0 10px;
	background-color: #FFFFFF;
	font-size: 10pt;
	line-height: 180%;
}

#CONTENT .parent {
	list-style-type: disc;
	margin-left: 10px;
	color: #000000;
}
#CONTENT .child {
	list-style-type: circle;
	margin-left: 25px;
	color: #222222;
}

#CONTENT li {
	line-height: 150%;
	list-style-position: inside;
}

#FLASH {
	width: 540px;
	height: 180px;
	background: url(../img/flash-bg.jpg);
}
.float-left{
	float: left;
	margin: 10px 1em 10px 0;
}
.float-right{
	float: right;
	margin: 10px 0 10px 1em;
}
.p-float-right{
	float: right;
	margin: 10px 0 0 0;
}
.p-float-left{
	float: left;
	margin: 10px 0 0 0;
	clear: both;
}

.item-name{
	margin: 10px 0 0 10px;
	font-size: 20px;
	font-weight: normal;
	color: #cc3300;
	clear: both;
}

/*___________ 【CONTENTS】表設計 ___________ */
table {
	font-size: 12px;
	margin: 10px auto 10px auto;
	padding: 0;
	border-collapse: collapse;
	border-color:#000000;
}
tr,th,td {
	padding: 8px;
	border-color:#000000;
}
th {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
}
td {
	background-color: #FFFFFF;
	text-align: left;
	line-height: 130%;
}
/*___________ 【SIDE】 ___________ */

#SIDE {
	width: 200px;
	float: left;
	color: #dddddd;
	margin: 0 0 20px 20px;
	padding: 0 0 1px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #330099;
}
#SIDE h2 {
	font-size:13px;
	color: #FFFFFF;
	background-color: #333333;
	padding: 0 0 0 30px;
	margin: 0;
	height: 40px;
	line-height: 40px;
}
h2 a {
	text-decoration: none;
	color: #FFFFFF;
}
h2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.side_ttl {
	font-size: 14px;
	line-height: 20px;
	margin: 1px 1px 0 1px;
	background-color: #FF0033;
	padding: 5px 0 5px 15px;
}
.side_ttl a {
	color: #FFFFFF;
	text-decoration: none;
}
.side_ttl a:hover {
	color: #333333;
}

#SIDE ul {
	padding: 5px 0 8px 0;
}
	
#SIDE li {
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
	padding: 0 5px 0 15px;
	color: #0033FF;
}
#SIDE li a {
	display: block;
	padding: 3px 0 3px 25px;
}

.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #f5fbcc;
	margin: 0;
	background-position: 4px center;
}
.cat01 .sub a {
	font-size: 11px;
	padding: 0 0 1px 28px;
	background:url(../img-layout/li_arrow02.gif) no-repeat 2px center;
}

/*__________【info】____________*/
hr {
	margin: 0;
}

#info {
	text-align: center;
	color: #999999;
	font-size: 12px;
	line-height: 150%;
	padding: 10px 0 0 0;
}
#f-menu{
	text-align: center;
	font-size: 9pt;
	margin-top: 15px;
}

/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 5px 0 0 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #000000;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}

.img-m {
	vertical-align: middle;
}

ol {
	list-style-position: inside;
	font-size: 15px;
	margin: 5px 0 0 15px;
	color: #333333;
}
#link_bg a {
	color: #33CCFF;
	text-decoration: none;
	border-bottom: 1px solid #3cf;
	background: url(../img/bg/link_bg.png) 0 100px no-repeat;
	padding: 1px 1px 0 1px;
	overflow: hidden;
	}



