@charset "utf-8";

/*
.protect_page{
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
*/

/*
@font-face
{
	font-family: 'nsmart_2014';
	src: url('/css/nsmart_2014.ttf');
}
*/

body {
	/*
	font-family: Verdana, Geneva, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	*/
	/*font-family: nsmart_2014, Arial, Helvetica, sans-serif; font-size: 0.85em;*/
	
	
	font-family: "メイリオ", Meiryo, "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	
	
	color: #333;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/background.gif);
	background-repeat: repeat;
}
 img {
	 border:none;
 }


/* STRUCTURES */
#container_all {
	background-color:#FFF;
	position: relative;
	width: 990px;
	top: 98px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	/*padding:40px 10px 10px 10px;*/
}
#container_main_full {
	width: 990px;
	position:relative;
}
#container_main_left {
	margin-left:234px;
	margin-top:18px;
	width: 740px;
	float:left;
	padding:0px;
	position:relative;
}
#container_main_right {
	margin-left:0px;
	width: 760px;
	float:left;
	padding:0px;
	position:relative;
}
#container_main_left_right {
	margin-left:234px;
	margin-top:18px;
	width: 540px;
	/* width: 560px; */
	float:left;
	padding:0px;
	position:relative;
	/* background-color:#0C6; */
}

#container_right {
	margin-right:18px;
	margin-top:18px;
	width: 190px;
	float:right;
	z-index:2;
}

#container_left {
	position:absolute;
	margin-left:18px;
	margin-top:18px;
	width: 210px;
	float:left;
	z-index:1;
	/* background-color:#0CF; */
}

#container_footer {
	clear:both;
	margin:0px;
	position:relative;
}
	#container_footer_menu {
		height:26px;
		background-color:#0562D3;
		text-align:center;
		color:#FFF;
		padding-top:10px;
		background-image: url(/images/menu_bar_bg.gif);
		background-repeat: repeat-x;	
	}

#container_top {
	background-color:#FFF;
	position: absolute;
	width: 100%;
	top: 0px;
	margin:0px;
	padding:0px;
}

	#container_top_inner {
		width: 954px;
		height:62px;
		margin-left:auto;
		margin-right:auto;
	}
	#container_top_menu {
		width: 100%;
		height:36px;
		background-color:#0562D3;
		background-image: url(/images/menu_bar_bg.gif);
		background-repeat: repeat-x;	
	}
	#container_top_menu_inside {
		width: 974px;
		margin-left:auto;
		margin-right:auto;
		color: #FFF;
		
	}
	
	#top_buttons {
	list-style-position: inside;
	list-style-type: none;
	margin: -5px 0 0 0;
	padding-right:8px;
	font-weight:bold;
	}
	#top_buttons li {
		float:left;
		background-color: #00429F;
		padding:4px 30px 4px 30px;
		margin:0 0 0 10px;
	}
	#top_buttons li:hover {
		background-color: #0053AF;
	}

/* LINKS */
a:link, a:visited {
	color: #00429F;
	text-decoration: none;
}
a:hover {
	color: #0562D3;
	text-decoration: none;
}
.menu:link, .menu:visited {
	color: #FFF;
	text-decoration: none;
	margin:0 10px 0 10px;
}
.menu:hover {
	color: #CCC;
	text-decoration: none;
}

.tab_menu {
	background-image: url(/images/top_menu.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:32px;
	padding:0 25px 0 25px;
}

.header_box {
	height:26px;
	background-color: #0562D3;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-image: url(/images/side_menu/0.png);
	background-repeat: repeat-x;
	padding:10px 10px 0 10px;
}

.header_box_2 {
	height:40px;
	background-color: #FFF;
	margin-top:-1px;
	padding-top:20px;
}
	.header_box:link , .header_box:visited, .header_box_2:link , .header_box:visited, .header_box_2:link , .header_box:visited {
		color: #EEE;
		text-decoration:underline;
	}
	.header_box:hover, .header_box_2:hover {
		color: #EEE;
		text-decoration:none;
	}

.catalog_box {
	/* margin:0 0 0 -40px; */
	list-style-type: none;
}
.catalog_box li {
	list-style-position: none;
	padding:5px 0 5px 0;
	border-bottom:#CCC 1px solid;
	margin:0 0 0 -40px;
}


.catalog_list_box {
	border:1px solid #CCC;
	margin-top:10px;
	padding:10px;
	background-image: url(images/border_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
	.catalog_list_box_img {
		width:130px;
		float:left;
	}
	.catalog_list_box_img img {
		/*
		box-shadow:#BBB 0.1em 0.2em 0.2em;
		*/
	}
	.catalog_list_box_contents {
		/* width:405px; */
		/*width:585px; */
		/*width:100%;*/
		float:left;
		max-width:380px;
	}
	.catalog_list_box_head_ver {
		font-weight:bold;
		width:60px;
	}
	.catalog_list_box select {
		width:300px;
	}
	

.product_qty_box_img {
	width:300px;
	float:left;
}
.product_qty_box_qty {
	width:440px;
	float:left;
}

.table_1 {
	border: 1px solid #CCC;
}
.table_1 th {
	font-weight: bold;
	background-color:#DDD;
	padding:3px;
	/*
	color: #FFF;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	*/
}
.table_1 td {
	background-color: #F5F5F5;
	border: 1px solid #EEEEEE;
}
.product_detail_header {
	width: 100px;
	font-weight:bold;
}


.feature_2 {
	position:relative;	
	width:560px;
}
	.feature_2_img {
		margin:-10px -10px 10px -10px;
		padding:10px;
	}
	.feature_2_img img {
		box-shadow:#BBB 0.1em 0.2em 0.2em;
	}
	.feature_2 ul {
		list-style-type: none;
		clear:both;
		margin-left:-50px;
		
	}
		.feature_2 li {
			float: left;
			height: 280px;
			width: 158px;
			/*width:20.85%;*/
			border: 1px solid #CCC;
			margin:0 0 10px 10px;
			padding:10px;
			background-color:#F5F5F5;	
		}

.category_list {
	width:850px;
}
	.category_list ul {
		list-style-type: none;
		clear:both;
		margin-left:-50px;
	}
		.category_list li {
			float: left;
			height: 100px;
			width: 238px;
			border: 1px solid #CCC;
			margin:0 0 10px 10px;
			padding:5px;
			background-color:#FAFAFA;
		}


input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.text_orange {
	color: #F60;
}

.text_yellow {
	color: #FF0;
}

/* HEADERS */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #F90;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0562D3;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.small {
	font-size:9px;
	color:#999;
}
legend {
	font-weight: bold;
	color: #F90;
}
.box_notes {
	background-color:#FFC;
	padding:10px;
	border: 1px dashed #CCC;
}
.side_right {
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 5px;
}
.box_gray {
	background-color: #FFF;
	background-image: url(/images/box_bg.gif);
	background-repeat: repeat-x;
	text-align: justify;
}
.box_gray2 {
	background-color: #CCC;
	border: 1px solid #333;
}
.border {
	background-color: #FFF;
	background-image: url(images/bg_border.gif);
	background-repeat: repeat-x;
	background-position: top;
}



 


.butt_orange {
	font-weight: bold;
	color: #FFF;
	background-color: #fed364;
	background-image: url(/images/butt_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	height: 25px;
	cursor:pointer;
	width:150px;
}


#apDiv1 {
	position:absolute;
	width:350px;
	height:230px;
	z-index:1;
	margin-left: -245px;
	margin-top: -69px;
}

.text_white {
	color: #FFF;
}
.text_orange {
	color: #F90;
}
.error_message {
	background-color: #F99;
	color:#FFF;
	padding:5px;
}
.complete_message {
	background-color: #6F9;
	color:#000;
	padding:5px;
}


#menu_top {
	background-image:url(images/sunclara_head_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:69px;
	text-align:right;
	padding:10px 10px 10px 0;
	color: #FC0;
}
.rss_list_div {
	padding:10px;
	background-color:#FAFAFA;
	border:1px #CCC solid;
}
.rss_list_div:hover {
	background-color:#FFC;
	cursor:pointer;
}

.errms {
	margin:0 0 10px 0;
	padding:10px;
	background-color:#F99;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}