@charset "Shift_JIS";

@import "reset.css";
@import "inquiry.css";
@import "policy.css";
@import "example.css";
@import "company.css";
@import "concept.css";
@import "link.css";
@import "results.css";
@import "purchase.css";
@import "sitemap.css";


@import "o2_resm_menu.css";



body{
	background: #ffffff;
	color: #000000;
	font: 12px verdana,arial,helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

html{
	overflow-x: hidden;
}

a:link{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #2760AA;
	text-decoration: underline;
}

#container{
	width: 957px; margin: 10px auto;
}

#header{
	margin: 0 auto 10px;
	width: 957px;
}
 
h1{
	margin: 0;
	padding: 0;
}

#headMenu{
	float: right;
	margin: 0;
	padding-top: 7px;
	width: 690px;
}

#headMenu img{
	border-left: solid 1px #FFFFFF;
}

#subMenu{
	text-align: right;
	margin: 0 auto 5px;
	padding: 0;
	height: 15px;
	width: 957px;
}

html>/**/body #subMenu, x:-moz-any-link, x:default {
	margin: -5px auto 0;
} /* Only FireFox 3 */


#subMenu ul li{
	background: url(../images/arrow.gif) no-repeat 0;
	display: inline;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0 0 0 7px;
}

#subMenu ul li a:link{
	color: #000000;
	text-decoration: none;
}

#subMenu ul li a:visited{
	color: #000000;
	text-decoration: none;
}

#subMenu ul li a:hover{
	color: #2760AA;
	text-decoration: none;
}


/* ------------------------------
pulldown menu
------------------------------ */
.pullmenu{
	width: 137px;
	background-color: #666666;
	border :1px solid #CCCCCC;
	position: absolute;
	text-align: center;
	visibility: hidden;
	z-index: 999;
}

a.pullA{
	display: block;
	text-decoration: none;
	font-size: 11px;
}
a.pullA:link,a.pullA:visited,a.pullA:active{
	color:#ffffff;
	text-decoration: none;
}

a.pullA:hover{
	color: #333333;
	text-decoration: none;
	background: #CCCCCC;
}

#PDMENU div{
	border-bottom: 1px solid #CCCCCC;
	
}
#PDMENU div span{
	display: block;
	padding: 10px;
}
/* ------------------------------
pulldown menu
------------------------------ */

#mainImage{
	background: url(../images/main_image.jpg) no-repeat left;
	height: 199px;
	line-height: 1.6;
	width: 917px;
	margin: 0 auto 15px;
	padding-left: 40px;
	padding-top: 165px;
}

.top-solutionBox{
	background: url(../images/top_solution_back.jpg) no-repeat left top;
	height: 291px;
	vertical-align: top;
	width: 667px;
}

.top-solution{
	height: 204px;
	width: 325px;
	margin: 70px 35px 15px 325px;
}

.top-solution td{
	height: 41px;
}

.top-company-image{
	text-align: right;
	vertical-align: top;
}

.top-link{
	text-align: left;
	vertical-align: bottom;
	width: 212px;
}

#pagetitle{
	margin: 40px auto 0;
	padding: 0;
	height: 80px;
	width: 750px;
}

.privacy-text{
	color: #6D6D6D;
	font-size: 10px;
	margin: 10px auto 35px;
	width: 600px;
}

.wrapper{
	margin: 10px auto;
	padding: 0;
	width: 600px;
}

.wrapper-middle{
	margin: 10px auto 20px;
	padding: 0;
	width: 600px;
}

.text{
	line-height: 1.4;
	margin: 5px auto 15px;
	padding: 0;
	width: 600px;
}

#footer{
	background-color: #CCCCCC;
	width: 937px;
	margin: 10px auto 0;
	text-align: center;
	padding: 10px;
}

html>/**/body #footer, x:-moz-any-link, x:default {
	margin-top: 15px;
} /* Only FireFox 3 */

#footer ul{
	margin: 0;
	padding: 0;
}

#footer ul li{
	display: inline;
	font-size: 10px;
	margin: 0;
	padding: 0 6px 0 2px;
}

#footer ul li a:link{
	color: #333333;
	text-decoration: none;
}

#footer ul li a:visited{
	color: #333333;
	text-decoration: none;
}

#footer ul li a:hover{
	color: #2760AA;
	text-decoration: none;
}

.strong{
	font-weight: bold;
}


#copyright{
	margin: 5px auto;
	font-size: 12px;
	color: #000000;
	text-align: center;
}


/*回り込み、解除---*/
.clearfloat{
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.floatRight{
	float: right;
}

.floatLeft{
	float: left;
}

.clearfloat{
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix{
	overflow: hidden;
}

* html .clearfix{
	zoom: 1;
}
/*---回り込み、解除*/
