/* CSS Document */
/* === グローバルスタイル === */
#main {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	margin-bottom: 20px;
	width: 557px;
}
.TXT_Black {
	color: #000000;
}
.TXT_Black_Bold {
	color: #000000;
	font-weight: bold;
}
.TXT_Red {
	color: #FF0000;
}
.TXT_Red_Bold {
	color: #FF0000;
	font-weight: bold;
}
.TXT_Blue {
	color: #0000FF;
}
.TXT_Blue_Bold {
	color: #0000FF;
	font-weight: bold;
}
.TXT_Green {
	color: #009900;
}
.TXT_Green_Bold {
	color: #009900;
	font-weight: bold;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}
.imgRight {
	float: right;
	margin-left: 5px;
}
.imgLeft {
	float:left;
	margin-right: 5px;
}


/* === トップページ新商品用 === */
#New_Goods {
	font-size: 14px;
	border: 1px solid #FF00FF;
}
#New_Info {
	font-size: 12px;
	margin-top: 10px;
}
/* === トップニュース用 === */
#Top_News {
	width: 557px;
}
#Top_News h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
	margin: 0px;
	text-align: left;
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#Top_News th {
	text-align: left;
	vertical-align: top;
	background-image: url(../images/New_Goods_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#Top_News td {
	background-color: #F6F1C9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	text-align: left;
}
#Top_News_Link img {
	float: right;
}
#Top_News_Link a {
	color: #FFFFFF;
	text-decoration: none;
}
#Top_News h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding: 10px;
}
#Top_News_Photo {
	text-align: right;
	padding: 5px;
}
#Top_News_Link {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding: 3px 5px 3px 3px;
	background-image: url(../images/New_Item_Link-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: middle;
	display: block;
}
#Top_Copy {
	font-size: 14px;
	line-height: 1.3em;
	text-align: left;
	text-indent: -14px;
	padding-left: 14px;
}
.Top_Copy_Black {
	color: #000000;
}
.Top_Copy_Red {
	color: #FF0000;
}
.Top_Copy_Blue {
	color: #0000FF;
}
.Top_Copy_Green {
	color: #009900;
}

.Titlebg_Blue {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../top_img/_titlebg_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 10px;
	line-height: 1em;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 10px;
}
.Titlebg_01 {
	background-color: #003399;
	text-indent: 5px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
	margin-bottom: 5px;
	display: block;
}
/* === トップページメニュー用 === */
#Menu_Info {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}
#Menu_Info a {
	color: #FFFFFF;
	text-decoration: none;
}
#Menu_Info H1 {
	background-color: #003399;
	text-indent: 5px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
	margin-bottom: 5px;
	display: block;
}
.Menu_IMG {
	float: left;
	margin-right: 10px;
}
.Menu_COPY {
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1.3em;
	text-align: left;
}
/* === トップページ最新情報用 === */
#NEWS {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
#NEWS-copy {
	width: 557px;
}
#NEWS h2 {
	font-weight: bold;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	font-size: 14px;
	margin: 5px 0px 10px;
	line-height: 1.2em;
	clear: right;
}
#NEWS-cell {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding: 0px 10px 10px;
}
#NEWS-cell p {
	text-indent: -12px;
	padding-left: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #666666;
}
#NEWS-cell img {
	float: right;
	margin-left: 5px;
}
#NEWS-title {
	width: 557px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#NEWS-title h1 {
	font-size: 12px;
	text-align: left;
	padding: 2px 0px 0px 10px;
	margin: 0px;
}
#NEWS-title th {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/news_r1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #FF0000;
}
#NEWS-rtop {
	background-image: url(../images/news_r2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 2px 10px 0px 10px;
	margin: 0px;
	text-align: left;
	display: block;	
}
/* === 最新入荷情報用スタイル === */
#New_Arrive {
	background-color: #FFFFFF;
}
#New_Arrive h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	padding: 5px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#New_Arrive h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #990000;
	border-left-color: #FF0000;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#New_Arrive h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-indent: 14px;
	margin-top: 10px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0000CC;
}
#New_Arrive p {
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	padding-right: 15px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.New_Arrive_Date {
	color: #990000;
	text-align: right;
	font-size: 12px;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#NEWS_Column {
	text-align: left;
	margin-bottom: 30px;
}
/* === OAKLEY用スタイル === */
#OAKLEY {
	background-color: #FFFFFF;
}
#OAKLEY h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	padding: 5px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#OAKLEY h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	line-height: 1.2em;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#OAKLEY h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-indent: 14px;
	margin-top: 10px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0000CC;
}
#OAKLEY p {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#OPD {
	text-align: left;
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
#OPD th {
	background-color: #CCCCCC;
	width: 210px;
}
#OPD td {
	padding: 10px;
	width: auto;
}
#OAKLEY_NEW {
	color: #ECECEC;
	width: 557px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#OAKLEY_NEW_top {
	background-image: url(../oakley/images/oakley_bg_top.gif);
	width: 557px;
	background-repeat: no-repeat;
	height: 50px;
}
#OAKLEY_NEW_middle {
	background-image: url(../oakley/images/oakley_bg_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.OAKLEY_NEW {
	margin-top: 10px;
}
.OAKLEY_exptxt_01 {
	text-align: center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.5em;
	color: #333333;
}
.OAKLEY_expimg_01 {
	text-align: center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#Menu {
	font-size: 12px;
	list-style-type: none;
	background-color: #000066;
	margin: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#Menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#Menu a:hover {
	color: #FFFF00;
	background-image: url(../images/RED-R_Arrow01.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 10px;
}
#Menu_UL {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
}
#Menu_LL {
	background-color: #000066;
}
#Menu_L {
	background-color: #333333;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#Menu_M {
	background-color: #555555;
	padding-left: 6px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333333;
}
#Top_Nav {
	background-color: #09013E;
	width: 315px;
	height: 22px;
}
#Top_Menu {
	font-size: 12px;
	list-style-type: none;
	background-color: #09013E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3A7EDD;
	width: 315px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}
#Top_Menu a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
}
#Top_Menu a:hover {
	color: #FFFF00;
	background-image: url(../images/RED-R_Arrow01.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 10px;
}
#Top_Menu_LL {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3A7EDD;
	padding-bottom: 2px;
}
#Top_baner {
	background-image: url(../img/top_title.gif);
	height: 60px;
	width: 740px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A7EDD;
	background-repeat: repeat-x;
	background-position: left top;
}
#main .txtPink {
	font-size: 21px;
	font-weight: bold;
	color: #00FF00;
	background-color: #FF66CC;
	width: 553px;
	padding: 3px;
}
#main .txtBlackBgBlueH3 {
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #6666FF;
	line-height: 1.1em;
	padding: 3px;
	margin: 0px;
}

#main .txtBlackBgBlue01 {
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #6666FF;
	padding: 3px;
	width: 353px;
}
#main .txtBlackBgBlue02 {
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #6666FF;
	padding: 3px;
}

#main #header p {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
}
#main .txtYellowH3 {
	font-size: 21px;
	font-weight: bold;
	color: #FFFF00;
	line-height: 1.2em;
	text-align: center;
	background-color: #000099;
	padding-top: 3px;
	padding-bottom: 3px;
}
#main #OAKLEY #OAKLEY_NEW #OAKLEY_NEW_middle .OAKLEY_NEW .dateYellowRight {
	color: #FFFF00;
	text-align: right;
}
#main #OAKLEY #OAKLEY_NEW #OAKLEY_NEW_middle .OAKLEY_NEW .datePinkRight {
	color: #FB3397;
	text-align: right;
}
#main .title {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FF66CC;
	text-align: center;
	padding: 4px 2px 2px;
	margin-bottom: 0px;
}
#main .title span {
	font-size: 14px;
	margin-right: 1em;
	font-weight: normal;
}

