/* universal reset */
* {
	margin: 0;
	border: none;
	padding: 0;
}

hr {
	border-top: 1px #cdcdcd solid;
}


/* general params */

body {
	font-size: 12px;
	line-height: 17px;
	font-family: 'Lucida Grande','Lucida Sans Unicode',HiraKakuPro-W3,'ヒラギノ角ゴ Pro W3','MS Pゴシック','MSゴシック',Verdana,Helvetica;
	background: #FFFFFF url(./img/bg2.gif) repeat-y 50% 0;
	color: #000;
}

div#wrapper {
	width: 800px;
	margin: 0 auto;
}

div#wrapper_OR {
	width: 900px;
	margin: 0 auto ;
}


div#contents {
	width: 728px;
	text-align: left;
	float: left;
	margin: 0;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	padding: 0 35px 10px;
}

div#contents_OR {
	width: 880px;
	text-align: left;
	float: left;
	margin: 0 auto;
}



div#oneColumn {
	width: 100%;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0 0 20px;
}

div.left {
	width: 330px;
	float: left;
	margin: 0;
	padding: 0;
}

div.right {
	width: 330px;
	float: right;
	margin: 0;
	padding: 0;
}

div#header {
	width: 805px;
	height: 20px;
	text-align: left;
	float: left;
	font-size: 1px;
	background: #0000bf;
	/*background: #0B408D;*/
	text-indent: -9999px;
	border-top: 1px solid #d8d7d7;
}

div#footer {
	width: 805px;
	height: 10px;
	text-align: left;
	float: left;
	font-size: 1px;
	/*background: #cccccc;灰*/
	background: #000088;/*紺*/
	/*background: #0B408D;*/
	text-indent: -9999px;
	border-top: 1px solid #d8d7d7;
}

div#footer_OR {
	width: 880px;
	height: 10px;
	text-align: left;
	float: left;
	font-size: 1px;
	/*background: #cccccc;灰*/
	background: #000088;/*紺*/
	/*background: #0B408D;*/
	text-indent: -9999px;
	border-top: 1px solid #d8d7d7;
}

div#contents h3 {
	width: 100%;
	text-align: left;
	line-height: 20px;
	padding: 0;
	height: 20px;
	font-size: 12px;
	margin: 0 0 10px;
	_margin: 0;
	border-left: 5px solid #0B408D;
	color: #969696;
	text-indent: 10px;
	float: left;
}

div#contents h4 {
	width: 100%;
	text-align: left;
	line-height: 20px;
	padding: 0;
	height: 20px;
	font-size: 14px;
	margin: 0 0 10px;
	_margin: 0;
	float: left;
	text-indent: 15px;
}

div#contents h5 {
	width: 100%;
	text-align: left;
	line-height: 20px;
	padding: 0;
	height: 20px;
	font-size: 14px;
	margin: 0 0 10px;
	_margin: 0;
	float: left;
	color: #0B408D;
}

div.title1 {
	width: 100%;
	text-align: left;
	line-height: 25px;
	padding: 0;
	height: 25px;
	font-size: 16px;
	margin: 0 0 10px;
	_margin: 0;
	float: left;
	color: #FAB319;
	font-weight: bold;
}

div.title2 {
	width: 100%;
	text-align: left;
	line-height: 25px;
	padding: 0;
	height: 25px;
	font-size: 16px;
	margin: 0 0 10px;
	_margin: 0;
	float: left;
	color: #209AC0;
	font-weight: bold;
}

div.title3 {
	width: 100%;
	text-align: left;
	line-height: 25px;
	padding: 0;
	height: 25px;
	font-size: 16px;
	margin: 0 0 10px;
	_margin: 0;
	float: left;
	color: #58A010;
	font-weight: bold;
}

div.title4 {
	width: 100%;
	text-align: left;
	line-height: 25px;
	padding: 0;
	height: 25px;
	font-size: 16px;
	margin: 0 0 10px;
	_margin: 0;
	float: left;
	color: #851DBF;
	font-weight: bold;
}

div#menu {
	width: 100%;
	height: 50px;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
}

div#menu a,
div#menu a:link,
div#menu a:visited {
	color: #121212;
	text-decoration: none;
	text-align: center;
	width: 100px;
	height: 45px;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
	line-height: 50px;
	background: no-repeat url(images/menu_item.gif) 0px -90px;
}

div.home div#menu a#home,
div.master div#menu a#master,
div.site div#menu a#site,
div.output div#menu a#output,
div.graph div#menu a#graph,
div.print div#menu a#print,
div.renewal div#menu a#renewal,
div#menu a:active {
	background: no-repeat url(images/menu_item.gif) 0px 0px;
}

div#menu a:hover {
	background: no-repeat url(images/menu_item.gif) 0px -45px;
}



/*<group=Tag>*/

a,
a:link,
a:visited {
	color: #0060BF;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #0353a5;
	text-decoration: underline;
}

b {
	font-size: 13px;
	line-height: 20px;
	color: #0b408d;
}

strong {
	color: #ff0000;
	font-size: 14px;
}

p {
	margin-bottom: 16px;
}

p.date {
	margin-bottom: 16px;
	font-size: 10px;
	color: #666;
}

div.date {
	text-align: right;
	border-top: 1px dotted #666;
	margin: 10px 0;
	padding: 10px 0 0;
}

ul,
ul li {
	list-style: none;
}

table {
	clear: both;
	width: 100%;
	list-style: none;
	text-align: left;
	padding: 0;
	margin-bottom: 50px;
}

ul.table {
	clear: both;
	width: 100%;
	list-style: none;
	text-align: left;
	padding: 0;
	margin-bottom: 50px;
}

table li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

table li span {
	display: block;
	margin-top: 5px;
	padding: 5px;
	text-align: left;
}

table li span.name {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #cdcdcd;
	background: #f2f2f2;
	margin-right: 10px;
}

table li span.input {
	float: left;
	width: 195px;
	border-bottom: 1px solid #E7E7E7;
	background: #F0F0F0;
	text-align: left;
}

table li span.key {
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: right;
}

table li span.access {
	float: right;
	width: 500px;
	text-align: left;
}

form,
input { 
	margin: 0;
	padding: 0;
}

/*</font>*/


/*　　20　　*/
.styfont_20 {
	font-size: 20px;
	font-style: normal;
}

/*　　18　　*/
.styfont_18 {
	font-size: 18px;
	font-style: normal;
}

/*　　16　　*/
.styfont_16 {
	font-size: 16px;
	font-style: normal;
}

/*　　14　　*/
.styfont_14 {
	font-size: 14px;
	font-style: normal;
}

/*　　12　　*/
.styfont_12 {
	font-size: 12px;
	font-style: normal;
}
/*　　10　　*/
.styfont_10 {
	font-size: 10px;
	font-style: normal;
}


.stytable {
	margin	:0 0 0 0;
	padding	:0 0 0 0;
}

div#contents_btn {
	width: 798px;
	text-align: left;
	float: left;
	margin: 0 auto 0 auto;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	padding: 0 0 10px 0px;
}
div#contents_btn_OR {
	width: 880px;
	text-align: left;
	float: left;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	padding: 0 0 10px 0px;
}
#pos {
    float:left;
	width: 400px;
	height: 300px ;
	margin-left: 15px;
	background-image:url(images/order/top_fullSet.png);
	background-repeat:no-repeat;
	}
	.b_text {
	margin:223px 15px 0px 200px;
	color:#000011;
	line-height:25px;
	font-size:large;
	}

#exc {
    float: right; 
	width: 400px;
    height: 300px ;
	margin-left: 10px;
	margin-right: 5px;
	background-image:url(images/order/top_OR.png);
	background-repeat:no-repeat;
	}
	
	
#pos_fun {
    float:left;
	width: 880px;
	height: 100px ;
	background-image:url(images/order/img_orderR.gif);
	background-repeat:no-repeat;
	}
	.bt01 {
	margin:2px 15px 0px 10px;
	color:#000011;
	line-height:25px;
	font-size:large;
	}
	.bt02 {
	margin:15px 15px 0px 400px;
	color:#000011;
	line-height:25px;
	font-size:large;
	}

	
	
	
	
#topguide { 
	width: 880px;
	margin: 15px 0 ; 
}

table.cmn01 {}
	table.cmn01 th {
		text-align: center;
		border-bottom-width: 500px;
		border-bottom: 1px #060606 dotted;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #060606;
	}
	table.cmn01 td {
	    border-bottom-width: 500px;
		padding: 10px;
		border-bottom: 1px #060606 dotted;
	}
#menuG {
float:left;
	width: 460px;
	margin: 25px 0 85px 10px ; 
}
	
#order_main {
float:left;
	width: 500px;
	margin: 25px 0 85px 40px ; 
}
#menuG .point00 {
		font-weight:bold;
		font-size:16px ;
	}
#menuG_best {
float:left;
	width: 460px;
	margin: 25px 0 315px 10px ; 
}
#menuG_best .point00 {
		font-weight:bold;
		font-size:16px ;
	}
#menuG_design {
float:left;
	width: 460px;
	margin: 25px 0 570px 10px ; 
}
#menuG_design .point00 {
		font-weight:bold;
		font-size:16px ;
	}

dl.OR-function{
	float: left;
	width: 460px;
}
dl.OR-function dt{
	float:left;
	height: 18px;
	margin:10px 0px 5px 20px;
	width: 440px;
	display:inline;
	background-color:#CCFFCC;
}

dl.OR-function dd{
	float: left;
	width: 400px ;
	margin:15px 0px 15px 40px;
	display:inline;
}

#sample {
    float: right ; 
	width: 200px;
	padding-right: 25px;
	padding-top: 15px ;
	margin-bottom: 15px;
	}
#OR_footer {
    padding: 0 30px;
	margin-top: 30px;
	float:left;
	width: 820px;
	height: 140px ;
	background-image:url(images/order/img_orderft.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
	.footer_text {
	margin:10px 15px 0px 40px;
	color:#EEEEEE;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	}
	
/* contentsR */
#contentsR {
	width: 260px;
	float:right;
	}

ul#sample_R li {
    width: 225px;
	margin: 10px 10px 0 0;
	}
ul#sample_R li.01 a {
			width: 197px;
			height: 153px;
			display: block;
			text-indent: -9999em;
		}
ul#sample_R li.02 a {
			width: 150px;
			height: 175px;
			display: block;
			text-indent: -9999em;
		}
#top_text {
    width: 840px;
	margin: 0 20px ;
	color:#000011;
	}
	
#movie　{
    margin-left: 20px;
	}
	
/* contents_fun */	
#contents_fun {
width: 230px;
    float: right ;
	margin-right: 80px ;
	margin-top: 35px;
	}

/* topcategory */	
div#opacity-style { border:none; line-height:normal; }
div#opacity-style img { border:none; }
#opacity-style :hover {
    filter: alpha( opacity=80 );  /* IE */
    opacity:0.8;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.8;           /* Firefox 0.9より前 */
	border:none;
}


/* clear */
.clear,
#pos:after,
#exc:after,
#menuG:after,
#sample:after,
dl.OR-function dt:after,
dl.OR-function dd:after
{
	visibility: hidden;
	content: ".";
	display: block;
	height: 0;
	clear: both;
}
