
/******************************* All Page Common Style ********************************/


/* ------------------------------ Default Style ------------------------------ */

* {
	margin:0;
	padding:0;
	}

body {
/*	background:url(../common_img/main_bg_new.gif) repeat-y center;*/
	background:url(../common_img/head_bg.gif) no-repeat;
	background-position:top;
/*	background:#ffffff;*/
	text-align:center;
	font-size:12px;
	font-family: Verdana, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	_height:1%;
	}

body div {
	text-align:left;
	margin:0 auto;
	}

body,
table, th, td,
form {
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#6b717b;
	}

textarea {
	font-size:12px;
	}

@media print {
	.noPrint{display:none;}
}

strong {
	font-weight:bold;
	font-style:normal;
	color:#3e4653;
	text-decoration:none;
	}

img {
	margin:0;
	padding:0;
	border:none;
}

form {
	display:inline;
	}
.form_button{
	height:18px;
	font-size:12px;
}
hr {
	display:none;
	}
	
/* ------------------------------ Link ------------------------------ */

/* default - dottedUnderLine - */
a:link {
	color:#cc0000;
	padding-bottom:2px;
	padding-bottom /**/:1px;
	text-decoration:none;
	}
a:visited{
	color:#cc0000;
	padding-bottom:2px;
	padding-bottom /**/:1px;
	text-decoration:none;
	}
a:hover {
	color:#cc0000;
	padding-bottom:2px;
	padding-bottom /**/:1px;
	border:none;
	text-decoration:underline;
	}
a:active {
	color:#cc0000;
	text-decoration:none;
	padding-bottom:2px;
	padding-bottom /**/:1px;
	border:none;
	text-decoration:none;
	}


/* arrow icon link */
a.icon-link {
	background:url(../common_img/icon_arrow.gif) no-repeat;
	margin:0;
	padding:0 0 0 15px;
	_height:1%;
	}

/* read more icon link */
a.icon-readMore {
	background:url(../common_img/icon_readMore.gif) no-repeat;
	padding:0 0 0 15px;
	line-height:1;
	_height:1%;
	}

/* square icon link */
a.icon-dl {
	margin:0;
	padding:0 0 0 15px;
	background:url(../common_img/icon_dl.gif) no-repeat;
	_height:1%;
	}


/* to page top & back to category page */
.pageMoveArea {
	clear:both;
	width:780px;
	margin:10px auto 20px auto;
	padding:0 0 0 189px;
	height:17px;
	}
.pageMoveArea-single {
	clear:none;
	width:980px;
	margin:10px auto 20px auto;
	padding:0;
	height:17px;
	}
.toPageTop a {
	float:right;
	background:url(../common_img/icon_toPageTop.gif) no-repeat;
	padding:0 0 0 15px;
	_height:1%;
	}
.toCategoryTop a {
	float:left;
	background:url(../common_img/icon_toCategoryTop.gif) no-repeat;
	padding:0 0 0 15px;
	_height:1%;
	}
.toMove a {
	float:left;
	background:url(../common_img/icon_move.gif) no-repeat;
	padding:0 0 0 15px;
	_height:1%;
	}

/* close */
.pageCloseArea {
	width:720px;
	margin:10px auto 20px auto;
	padding:0;
	height:17px;
	text-align:center;
	}
.pageCloseArea a {
	background:url(../common_img/icon_close.gif) no-repeat;
	padding:0 0 0 16px;
	_height:1%;
	}

/* ------------------------------ List ------------------------------ */

/*-- default : no marker --*/
ul {
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:150%;
	}
ul li {
	margin:0px 0px 3px 0px;
	padding:0px;
	background:none;
	}

ul li ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 10px;
	}
ul li ul li {
	margin:0px 0px 3px 0px;
	padding:0px;
	background:none;
	}

/*-- lower latin --*/
ul.alpha {
	list-style-type:lower-alpha;
	margin:0px;
	padding:0px 0px 0px 20px;
	}
ul.alpha li {
	margin:0px 0px 3px -3px;
	padding:0px;
	background:none;
	line-height:150%;
	}

/*-- number --*/
ol {
	margin:0px 0px 0px 0px;
	}	
ol li {
	margin:0px 0px 5px 25px;
	padding:0px;
	line-height:150%;
	}	

/*-- square --*/
ul.square {
	margin:0 0 10px 0;
	padding:0;
	}
ul.square li {
	list-style:none;
	margin:0 0 6px 0;
	padding:0 0 0 18px;
	background:url(../common_img/icon_square.gif) no-repeat;
	_height:1%;
	}
	

/* ------------------------------ Fixed Font Size ------------------------------ */

.p10 { font-size: 10px; }
.p12 { font-size: 12px; }
.p14 { font-size: 14px; }

.b10 { font-size: 10px; font-weight: bold; }
.b12 { font-size: 12px; font-weight: bold;  }
.b14 { font-size: 14px; font-weight: bold;  }
.b18 { font-size: 18px; font-weight: bold;  }

.p10h { font-size: 10px; line-height: 160%; }
.p12h { font-size: 12px; line-height: 160%; }
.p14h { font-size: 14px; line-height: 160%; }

.b10h { font-size: 10px; font-weight: bold; line-hight: 160%; }
.b12h { font-size: 12px; font-weight: bold; line-hight: 160%; }
.b14h { font-size: 14px; font-weight: bold; line-hight: 160%; }
.b18h { font-size: 18px; font-weight: bold; line-hight: 160%; }


/* ------------------------------ HEAD ------------------------------ */

#head {
	width:1000px;
	height:57px;
	margin:0 auto;
/*	background:url(../common_img/gnavi_bg.gif);*/
	padding:10px 0 0 0;
	}

#index h1 {
	float:left;
	margin:0 0 0 20px;
	padding:0;
	display:inline;
	}

#logo {
	float:left;
	margin:15px 0 0 20px;
	padding:0;
	display:inline;
	}
#logo a {
	border:none;
	}

#head ul.utility {
	float:right;
	margin:50px 10px 0 0;
	padding:0;
	display:inline;
	width:100px;
	}
#head ul.utility li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	}
#head ul.utility a {
	border:none;
	}
	

/* ------------------------------ GLOBAL NAVIGATION ------------------------------ */

ul#gnavi {
	float:left;
	margin:0 auto;
	padding:0;
	width:819px;
	height:57px;

	}
ul#gnavi li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	line-height:0;
	}
ul#gnavi a {
	border:none;
	}

/* ------------------------------ BREADCLUMNB ------------------------------ */

#index #breadclumb {
	margin:0 auto 15px auto;
	padding:0;
	width:980px;
	height:20px;
	line-height:1;
	}

#sec #breadclumb {
	margin:5px auto 15px auto;
	padding:0;
	width:980px;
	height:20px;
	line-height:1;
	}

/* ------------------------------ CONTAINER ------------------------------ */

#index #container {
	margin:0 auto;
	padding:0;
	width:980px;
	}

#sec #container {
	margin:0 auto;
	padding:0;
	width:980px;
	}

/* ------------------------------ #index #sec COMMON ------------------------------ */

.copy {
	margin:0 0 25px 0;
	padding:0;
	line-height:150%;
	}
.SectionMain{
	width:620px;
}
.sectionLeft {
	float:left;
	width:300px;
	margin:0 30px 20px 0;
	padding:0;
	}
.sectionCenter {
	float:left;
	width:300px;
	margin:0 30px 20px 0;
	padding:0;
	}

.sectionRight {
	float:left;
	width:300px;
	margin:0 0 20px 0;
	padding:0;
	}

/* content read more button */
.moreBt {
	float:right;
	margin:17px 3px 0 0;
	padding:0;
	}

/* content text */
p.contentTxt {
	margin:-3px 0 0 10px;
	padding:0;
	font-size:12px;
	line-height:160%;
	} 

/* ------------------------------ 2nd BASE LAYOUT ------------------------------ */

/* 2nd common */
#sec #container #mainArea {
	float:left;
	margin:0 20px 0 20px;
	padding:0;
	width:750px;
	}

#sec #container #subArea {
	float:left;
	margin:0 0 30px 0;
	padding:0;
	width:189px;
	background:url(../common_img/lnavi_shadow.jpg) no-repeat right top;
	height:500px;
	}

/* 2nd default page main area layout */
#sec h1 {
	clear:both;
	margin:0 auto 30px auto;
	padding:0;
	}

h1#head_logo {
	float:left;
	margin:0 0 0 20px;
	padding:0;
	display:inline;
	}

#sec h2 {
	margin:0 0 20px 0;
	padding:0;
	}

#sec h3 {
	margin:0 0 13px 0;
	margin /**/:0 0 10px 0;
	padding:0;
	display:block;
	}
	
#sec h3 .txt {
	background:#cc0000;
	margin:0;
	padding:5px 10px 4px 10px;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:150%;
	line-height /**/:190%;
	display:inline;
	}
	
#sec h4 {
	margin:0 0 5px 0;
	padding:0;
	/*color:#cc0000;*/
	color:#23b0c1;
	font-size:12px;
	font-weight:bold;
	line-height:150%;
	}

#sec h5.icon {
	list-style:none;
	margin:0 0 6px 0;
	padding:0 0 0 15px;
	font-size:12px;
	font-weight:normal;
	background:url(../common_img/icon_square.gif) no-repeat;
	_height:1%;
	}

/* 2nd index-page main area layout */
#sec h2.index {
	background:url(../common_img/sec_indexH2.gif) no-repeat;
	text-align:center;
	margin:0 0 15px 0;
	padding:5px 0 0 0;
	width:140px;
	height:24px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	}

#sec .sectionCenter,
#sec .sectionLeft,
#sec .sectionRight{
	width:230px;
}

/*
#sec .sectionCenter h3.cntTitle,
#sec .sectionLeft h3.cntTitle,
#sec .sectionRight h3.cntTitle {
	background:url(../common_img/sec_cntTitle.gif) no-repeat #fff;
	height:40px;
	width:240px;
	margin:0 0 10px 0;
	padding:5px 0 0 0;
	line-height:17px;
	font-size:14px;
	font-weight:bold;
	color:#cc0000;
	display:block;
	}
*/

#sec .sectionCenter h3.cntTitle,
#sec .sectionLeft h3.cntTitle,
#sec .sectionRight h3.cntTitle {
	background:none;
	height:35px;
	width:222px;
	margin:5px 0 10px 0;
	padding:10px;
	line-height:10px;
	font-size:14px;
	font-weight:bold;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome—p */
	-moz-border-radius: 10px;   /* Firefox—p */
	behavior: url('/css/PIE.htc');/* for IE */
	border-radius:10px;
	border:1px #ccc dotted;
	border-bottom:2px #666 solid;
	}

#sec .sectionCenter h3.cntTitle a,
#sec .sectionLeft h3.cntTitle a,
#sec .sectionRight h3.cntTitle a {
	display:block;
}

#sec h3 .subName {
	font-size:10px;
	font-weight:normal;
	color:#999;
	letter-spacing:0.1em;
	line-height:1;
	}



/* ------------------------------ 2nd LOCAL NAVIGATION ------------------------------ */

#sec #subArea h2 {
	margin:0 0 20px 0;
	padding:0;
	line-height:1;
	}	

#sec #subArea ul#lnavi {
	margin:0;
	padding:0;
	}

#sec #subArea ul#lnavi li {
	list-style:none;
	background:url(../common_img/lnavi_liBg_l.gif) no-repeat;
	margin:0 0 5px 0;
	padding:8px 0 0 18px;
	padding /**/:6px 0 0 18px;
	width:147px;
	height:17px;
	height /**/:19px;
	font-size:12px;
	line-height:1;
	}

#sec #subArea ul#lnavi li.current {
	list-style:none;
	background:url(../common_img/lnavi_liBgOn_l.gif) no-repeat;
	margin:0 0 5px 0;
	padding:8px 0 0 18px;
	padding /**/:6px 0 0 18px;
	width:147px;
	height:17px;
	height /**/:19px;
	font-size:12px;
	color:#fff;
	line-height:1;
	}
#sec #subArea ul#lnavi li.txt_m {
	list-style:none;
	background:url(../common_img/lnavi_liBg_l.gif) no-repeat;
	margin:0 0 5px 0;
	padding:0 0 1px 18px;
	width:147px;
	height:24px;
	font-size:12px;
	color:#fff;
	line-height:1;
	}
#sec #subArea ul#lnavi li.current_m {
	list-style:none;
	background:url(../common_img/lnavi_liBgOn_l.gif) no-repeat;
	margin:0 0 5px 0;
	padding:0 0 1px 18px;
	width:147px;
	height:24px;
	font-size:12px;
	color:#fff;
	line-height:1;
	}

ul#lnavi a:link {
	color:#ccc;
	border-bottom:none;
	padding-bottom:0;
	text-decoration:none;
	}
ul#lnavi a:visited{
	color:#ccc;
	border-bottom:none;
	padding-bottom:0;
	text-decoration:none;
	}
ul#lnavi a:hover {
	color:#cc0000;
	border-bottom:none;
	padding-bottom:0;
	text-decoration:none;
	}
ul#lnavi a:active {
	color:#cc0000;
	border-bottom:none;
	padding-bottom:0;
	text-decoration:none;
	}


/* ------------------------------ SINGLE COLUMN LAYOUT ------------------------------ */

#mainArea-single {
	float:none;
	margin:0 auto;
	padding:0;
	width:760px;
	background:#fff;
	}	


/* ------------------------------ FOOTER ------------------------------ */

#footer {
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
/*	border-top:solid 1px #ccc;*/
	}

#footer #utility {
	width:100%;
	height:60px;
	background:#fff;
	overflow:hidden;
}

#footer ul.utility {
	width:1000px;
	margin:0 auto;
	padding:10px;
	}

#footer ul.utility li {
	list-style:none;
	margin:0;
	padding:10px;
	border-right:dotted 1px #ccc;
	display:inline;
	}

#footer ul.utility li.lastChild {
	list-style:none;
	/*float:left;*/
	margin:0;
	border-right:none;
	display:inline;
	}

#footer #copyright {
	clear:both;
	background:#cc0000;
/*	text-align:right;*/
	text-align:center;
	margin:0 auto;
	padding:7px 10px 0 10px;
	height:20px;
	font-size:10px;
	color:#fff;
	}

#footer_link{
	clear:both;
	overflow:hidden;
	background:#eee;
	width:100%;
	margin:0 auto;
}

#footer_link ul{
	width:980px;
	margin:0 auto;
	padding:10px;
	overflow:hidden;
}

#footer_link ul li{
	list-style:none;
	float:left;
	margin:0 10px 3px 0;
	padding:0;
	height:320px;
	border-right:#999 1px dotted;
}

.footer_dl dt{
	font-weight:bold;
}

.footer_dl dd{
	margin:2px 6px 0 12px;
}

.footer_dl_shop{
	width:400px;
}
.footer_dl_shop dt{
	font-weight:bold;
}

.footer_dl_shop dd{
	float:left;
	width:120px;
	margin:2px 0 0 0;
	padding:0 6px 0 6px;
	border-right:#999 dotted 1px;
}

.footer_dl_shop dd.BorderNon{
	border-right:none;
}

.footer_dl_shop dd.l{
	width:320px;
	border:none;
}
/* ------------------------------ Comment Text etc ------------------------------ */

p.txt {
	line-height:150%;
	margin:0 0 15px 0;
	}

p.pic {
	margin:0 0 15px 0;
	}
	
.notes {
	color:#999999;
	margin-bottom:3px;
	line-height:150%;
	}

p.memo {
	color:#999;
	font-size:10px;
	line-height:150%;
	margin:0 0 7px 10px;
	text-indent:-10px;
	}
	
.alart {
	color:#ff0000;
	/*font-weight:normal*/
	}

/* ------------------------------ Table ------------------------------ */

table.basic {
	padding:0;
	margin:0 0 20px 0;
	background: #cccccc;
	}

table.basic tr th {
	background:#e4e7e9;
	color:#6b717b;
	font-weight:bold;
	/*text-align:left;*/
	vertical-align:top;
	padding:3px 4px;
	white-space:nowrap;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	font-size:12px;
	line-height:150%;
	}
table.basic tr th.sec {
	background:#f4f4f4;
	vertical-align:top;
	padding:3px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	}

table.basic tr td {
	background:#ffffff;
	vertical-align:top;
	padding:3px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	font-size:12px;
	line-height:150%;
	}

table.basic tr th.middle,
table.basic tr td.middle {
	vertical-align:middle;
	}

table.basic th.top,
table.basic td.top {
	vertical-align:top;
	}

table.basic tr.color td {
	background:#f4f4f4;
	vertical-align:top;
	padding:3px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	font-size:12px;
	line-height:150%;
	}



/* ------------------------------ Other ------------------------------ */

.noBorder {
	border:none;
	}
a:link.noBorder, 
a:visited.noBorder, 
a:fover.noBorder, 
a:active.noBorder {
	border:none;
	}
	
.clear {
	clear:both;
	}

.clearhidden {
	clear:both;
	display:none;
	}

.posi-left {
	float:left;
	}
.posi-leftPic {
	float:left;
	margin:0 15px 10px 0;
	}
	
.posi-right {
	float:right;
	}
.posi-rightPic {
	float:right;
	margin:0 0 10px 15px;
	}



/* ------------------------------ General margin & padding ------------------------------ */

/*-- padding --*/
.pad-tb {
	padding:10px 0;
	}

.pad-lr {
	padding:0 10px;
	}

/*-- margin --*/
.mar-tb {
	margin:10px 0;
	}

.mar-lr {
	margin:0 10px;
	}
	
.mar-b5 {
	margin:0 0 5px 0;
	}

.mar-b10 {
	margin:0 0 10px 0;
	}

.mar-t10 {
	margin:10px 0 0 0:
	}

.pad-t10 {
	padding:10px 0 0 0;
	}




