/*
***********************************************************

Title:			styleMain.css

Created: 		05.09.2007
Last modified: 	05.09.2007

***********************************************************
*/


/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; line-height: 16px; }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
/*q:before, q:after { content:''}*/

/* Global reset-RESET */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }


/* Basics */

* { margin:0; padding:0 }
html { margin:0; padding:0; text-align:center }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:800px;
	background-color: #0D4A70;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */
a .alt{ display: none; }

/* Typography */
/*
a:link {color: #FF0000}     - unvisited link 
a:visited {color: #00FF00}  -visited link 
a:hover {color: #FF00FF}    -mouse over link 
a:active {color: #0000FF}   - selected link 
*/
#orderOnline h1{
	color:#0D4A70;
	font-size: 12px;
	background-image:url(../img/icon_cart01.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 25px;
	height: 20px;
}

#orderOnline p{
	color:#626262;
	font-size: 10px;
}

#contentFooter p{
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	margin-top: 5px;
}

#contentFooter p a:link{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#contentFooter p a:visited,a:active{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}


#contentFooter p a:hover{
	color: #3F3F3F;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* Layout */

#contentAll {
	width:800px;
	height:700px;
}

#contentLeft{
	background-image: url(../img/bg01.jpg);
	background-repeat: repeat-x;
	width: 580px;
	height:689px;
	float:left;
	background-color: #FFFFFF;
}

#banner{
	position:relative;
}

#contentFrame_bk{
	margin-left: 24px;
	width: 539px;
	height: 418px;
	background-image:url(../img/contentFrame.jpg);
	background-repeat: no-repeat;
}

#contentFrame{
	margin-left: 24px;
	width: 539px;
	height: 438px;
	background-image:url(../img/contentFrame.jpg);
	background-repeat: no-repeat;
}

#contentFrame_order{
	margin-left: 24px;
	width: 539px;
	height: 668px;
	background-image:url(../img/contentFrame_order.jpg);
	background-repeat: no-repeat;
}

#content{
	position:relative;
	width: 530px;
	height: 400px;
	/*background-color:#00FFFF;*/
	top: 10px;
	left: 8px;
}

#contentRight{
	width: 220px;
	height:689px;
	float:right;
	background-color:#FFFFFF;
}

#logo{
	position:relative;
	top:15px;
}

#lanBtnPosition{
	position:relative;
	top:21px;
	right: 10px;
	float:right;	
}

a#lanBtn{	
	display:block;
	height:25px;
	width:124px;
	overflow:hidden;
	background-image: url(../img/btn_lan_Jp.gif);
}

a#lanBtn:hover{
	background-image: url(../img/btn_lan_Jp_hover.gif);
}

#orderOnline{
	position: relative;
	width: 195px;
	height: 225px;
	margin-left: 10px;
	margin-top: 0px;
	text-align: left;
}

#bgline{
	background-image:url(../img/line01.gif);
	width: 200px;
	height: 10px;
	background-repeat: repeat-x;
	background-position: center -10px;
}

#orderBtnPosition{
	position:relative;
	float:right;	
}

a#orderBtn{	
	display:block;
	height:25px;
	width:49px;
	overflow:hidden;
	background-image: url(../img/btn_order.gif);
}

a#orderBtn:hover{
	background-image: url(../img/btn_order_hover.gif);
}

#orderPic{
	background-color:#666666;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contentMenu{
	position:relative;
	height: 355px;
	top: 30px;
	right: 10px;
	text-align: right;
}

#contentFooter{
	float:left;
	width:800px;
	height:30px;
	background-image:url(../img/bgFooter.gif);
	background-repeat: no-repeat;
}
