﻿@charset "utf-8";
/*==================================================
filename: site.css
Auther:Create Office Zero Cap
Last update: 2010/08/17
====================================================*/

/* css hack ========================================*/
*:first-child+html body {
padding-left: 1px;
}

*html body {
padding-left: 1px;
}

/* base ============================================*/
body {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 80%;
	line-height: 125%;
}

a {
	color: #98A5EF;
	text-decoration: underline;
}

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

img {
	border:0;
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background; #fff;
}

p{
	margin-top:0px;
	padding-top:0px;
}

#wrapper{
	width:774px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #666;
}

#header{
	background-color: #e6f0f4;
}

#navi{
	width:772px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contents{
	background-image:url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: 0.2em;
	margin:0;
	padding:0;
}

#footer{
	background-color: #666;
}


/* column parts =====================================*/
.left{
float:left;
}

.right{
float:right;
}

/*head*/
.hcol2-1{
	float:left;
	width:370px;
	padding-left:15px;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hcol2-2{
	width:370px;
	padding-right:15px;
	float:right;
	text-align:right;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*top*/
.tcol2-1{
	float:left;
	width:252px;
	text-align:left;
}

.tcol2-2{
	font-size:80%;
	width:500px;
	float:left;
	margin-left:15px;
	text-align:left;
}

.tcol2-2-1{
	float:left;
	width:515px;
	text-align:center;
}

.tcol2-2-2{
	font-size:80%;
	margin-left:1px;
	width:257px;
	float:left;
	text-align:center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

/*foot*/
.fcol2-1{
	background-color:#666;
	color:#FFF;
	font-size:10px;
	float:left;
	width:370px;
	padding-left:15px;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fcol2-2{
	color:#FFF;
	font-size:10px;
	width:370px;
	padding-right:15px;
	float:right;
	text-align:right;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*contents*/
.ccol2-1{
	float:left;
	width:235px;
	text-align:left;
}

.ccol2-2{
	width:500px;
	float:left;
	text-align:left;
	padding-top:15px;
	margin-bottom:10px;
}

.ccol2-2-1{
	float:left;
	width:240px;
	text-align:left;
	margin-bottom:20px;
}

.ccol2-2-2{
	width:240px;
	float:right;
	text-align:left;
	margin-bottom:20px;
}

.ccol2-3-1{
	float:left;
	width:200px;
	text-align:left;
	margin-bottom:20px;
}

.ccol2-3-2{
	width:300px;
	float:right;
	text-align:left;
	margin-bottom:20px;
}

.ccol3-1{
	float:left;
	width:165px;
	text-align:center;
}

.ccol3-2{
	width:165px;
	float:left;
	text-align:center;
}
.ccol3-3{
	float:left;
	width:165px;
	text-align:center;
}

/* line ===============================================*/
div.line_orange {
border-color:#CC6600;
border-style:solid;
border-width:0pt 0pt 4px;
margin:0px;
}	

div.line_gray_nosp {
border-color:#646464;
border-style:solid;
border-width:0pt 0pt 1px;
margin-bottom:1px;
margin-top:1px;
}

div.line_gray_nosp2 {
border-color:#646464;
border-style:solid;
border-width:0pt 0pt 1px;
margin-bottom:1px;
margin-top:0px;
}

div.line_green {
	background-image:url(../images/banner.gif);
	height: 40px;
	background-repeat: repeat-y;
}

/* headernavi ==========================================*/
#menu ul {
	display:block;
	list-style-type: none;
	margin:0;
	padding:0;
}

/* サブメニュー1段目 */
#menu ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
}

/* サブメニュー2段目以降 */
#menu ul ul ul {   top:0;   left:70%;}
/* リスト */
#menu li {   float:left;}
#menu li li {   clear:both;}
#menu li:hover {   position:relative;}
#menu li:hover > ul {   display: block}

/* IE6用 */
* html #menu li {   behavior: expression(      this.onmouseover=new Function("this.className='column1'"),      this.onmouseout=new Function("this.className=''"),      this.style.behavior = 'none'   );}

* html #menu li li {   behavior: expression(      this.onmouseover=new Function("this.className='column2'"),      this.onmouseout=new Function("this.className=''"),      this.style.behavior = 'none'   );}
* html #menu li li li {   behavior: expression(      this.onmouseover=new Function("this.className='column3'"),      this.onmouseout=new Function("this.className=''"),      this.style.behavior = 'none'   );}

#menu .column1 {position:relative;}
#menu .column1 ul {display:block;}
#menu .column1 * ul {display:none;}

#menu .column2 {position:relative;}
#menu .column2 ul {display:block;}
#menu .column2 * ul {display:none;}

#menu .column3 {position:relative;}
#menu .column3 ul {display:block;}
#menu .column3 * ul {display:none;}

/* デザイン */
#menu li {
	line-height:1.3em;
	text-align: center;
	background:#ccc;
	font-size:12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #ddd;
	border-bottom-color: #FFF;
	border-left-color: #DDD;
	font-weight: bold;
}
#menu li li {
	text-align: left;
	font-size:10px;
	font-weight:normal;
	border-top-color: #ccc;
	border-right-color: #fff;
	border-bottom-color: #FFF;
	border-left-color: #ccc;
}
#menu li a{
	display: block;
	width:132px;
	text-decoration:none;
	color:#666;
	padding:0 10px;
}

#menu li li a{
	display: block;
	width:171px;
	text-decoration:none;
	color:#666;
	padding:0 10px;
}

#menu li:hover {
	color:#333;
	background-color: #ddd;
}
#menu .column1, #menu .column2, #menu .column3 {
	color:#333;
	background-color: #ddd;
}

#menu .hierarchy{
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 17.5em;
}


/* pathnavi ==========================================*/
ul#topicPath {
	margin: 0;
	font-size: 85%;
	list-style: none;
	padding-left: 5px;
}
ul#topicPath li {
	float: left;
	padding-right:10px;
	padding-left: 15px;
	background: url(../images/square2.gif) no-repeat 0 45%;
}
ul#topicPath li.home {
	padding-left: 0;
	background: none;
}
ul#topicPath li a:link,
ul#topicPath li a:visited {
	color: #3366FF;
	text-decoration: none;
}
ul#topicPath li a:hover,
ul#topicPath li a:active {
	color: #FF6633;
	text-decoration: none;
}
ul#topicPath li em {
	font-style: normal;
	font-weight: bold;
}

/* sidenavi ==========================================*/
#sidenavi{
	float:left;
	margin-top:0;
	width:234px;
	text-align:left;
	padding-right: 1px;
	margin-right:25px
}

#sidenavi ul {
	padding-left:10px;
	font-size:100%;
	display:block;
	list-style-type: none;
	margin:0;
	padding:0;
}

#sidenavi li {
	display:block;
	padding-top:10px;
	font-size:12px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: normal;
}

#sidenavi li li{
	display:block;
	padding-top:10px;
	padding-bottom: 5px;
	padding-left: 13px;
	background-image: url(../images/square3.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 1.3em;
}

#sidenavi li li li{
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 13px;
	background-image: url(../images/square3.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.8em;
}

#sidenavi li a{
	color:#666;
	text-decoration:none;
	display:block;
}

#sidenavi li a:hover{
	text-decoration: underline;
	background-color:#eee;
	display:block;
}

#sidenavi li.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#sidenavi li.bg {
	background-color:#e6f0f4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-weight: bold;
}

#sidenavi li.bg2 {
	background-color:#e6f0f4;
}


/* aboutus  ==========================================*/
dl.company {
	padding: 0;
	border: 1px solid #eee;
	border-top: none;
	background-color: #f5f5f5;
}

dl.company dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px solid #eee;
	width: 8em;
	float: left;
	color: #333;
}
	
dl.company dd {
	margin: 0 0 0 8em;
	padding: 0.3em 1em;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	background-color: #fff;
}

/* support  ==========================================*/
dl.support {
	padding: 0;
	border: 1px solid #eee;
	border-top: none;
	background-color: #f5f5f5;
}

dl.support dt {
	margin: 0;
	border-top: 1px solid #eee;
	width:14em;
	float: left;
	color: #333;
	padding-top: 0.3em;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
}
	
dl.support dd {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	background-color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 14em;
	padding-top: 0.3em;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}


/* footer  ==========================================*/


/* element ==========================================*/
#pagetop{
	text-align:right;
	margin-top:10px;
}

#pdf{
	font-size:80%;
	padding:10px;
	background-color:#eee;
}

#pdf img{
	margin-bottom: 10px;
	margin-left: 10px;
}

.head{
	margin-top:15px;
	margin-bottom:10px;
	font-size: 18px;
	color: #CC6600;
}

.type1{
	color:#CC6600;
	font-size:150%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 1.2em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-image: url(../images/square4.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
}

.type2{
	color:#666;
	font-size:120%;
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 1.2em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc6600;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.type3{
	color:#666666;
	font-size:110%;
	background-image: url(../images/h3.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0.5em;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
}

.type3-2{
	color:#666666;
	font-size:100%;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}

.type3-3{
	color:#CC6600;
	font-size:100%;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}

h4{
	font-size:100%;
	margin:0;
	padding:0;
}

#topnews{
	font-size:85%;
	line-height: 130%;
	width:450px;
	text-align:left;
	margin:auto;
}

#topnews dl {
	padding:0;
	width:450px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

#topnews dt {
	width:7.5em;
	color:#999;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
}

#topnews dd {
	margin-left:0em;
	border-bottom: 1px #CCCCCC dotted;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 8em;
}

.news{
	background-image:url(../images/news.gif);
	background-repeat: no-repeat;
	background-position: 3.5em 1.8em;
}

.event{
	background-image:url(../images/event.gif);
	background-repeat: no-repeat;
	background-position: 3.5em 1.8em;
}

.banner{
	border: 1px solid #999;
	margin-top: 10px;
	margin-bottom:10px;
	padding: 1px;
}

#list1{
	margin:0;
	padding:0;
}

#list1 ul{
	padding:0;
	list-style-type:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 25px;
}

#list1 li{
	padding-left:1.4em;
	padding-top: 2px;
	padding-bottom: 5px;
	background-image: url(../images/list1.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
}

#list2{
	margin:0;
	padding:0;
}

#list2 img{
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
}

#list3{
}

#list3{
	margin-bottom:30px;
}

#list3 li{
	margin-top: 0px;
	margin-bottom: 10px;
}

.texts{
	font-size: 80%;
}

.table1 {
	text-align:center;
	font-size:85%;
	margin-top:10px;
	margin-bottom:10px;
width: 450px;
border-collapse: collapse;
border: 1px #ccc solid;
}
.table1 th {
	background-color:#eee;
border: 1px #ccc solid;
} 

.table1 td {
border: 1px #ccc solid;
} 

.table2 {
	text-align:center;
	font-size:10px;
	margin-top:10px;
	margin-bottom:10px;
width: 500px;
border-collapse: collapse;
border: 1px #ccc solid;
}
.table2 th {
	background-color:#eee;
border: 1px #ccc solid;
} 

.table2 td {
	border: 1px #ccc solid;
	text-align: left;
} 

.table3 {
	text-align:center;
	font-size:10px;
	margin-top:10px;
	margin-bottom:10px;
width: 300px;
border-collapse: collapse;
border: 1px #ccc solid;
}
.table3 th {
	background-color:#eee;
border: 1px #ccc solid;
} 

.table3 td {
	border: 1px #ccc solid;
	text-align: left;
}

.table4 {
	text-align:center;
	font-size:10px;
	margin-top:10px;
	margin-bottom:10px;
width: 500px;
border-collapse: collapse;
border: 1px #ccc solid;
}
.table4 th {
	background-color:#eee;
border: 1px #ccc solid;
} 

.table4 td {
	border: 1px #ccc solid;
	text-align: center;
} 

.box1{
	padding:5px;
	border: 1px solid #eee;
	background-color: #F5FAFA;
}

.color_orange {
	color:#CC6600;
}

.color_blue {
	color:#06F;
}	

.require{
	color:#F00;
}


/* site map ==========================================*/
#sitemap{
	font-size:11px;
	width:720px;
	text-align:leftr;
	background-color: #FFF;
	margin:auto;
}

.site3-1{
	float:left;
	width:339px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	text-align:left;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
}

.site3-2{
	float:left;
	width:329px;
	text-align:left;
	padding-top:0px;
	padding-left:20px;
	padding-right:10px;
}


#sitemap ul{
	margin:0;
	margin-left:10px;
	padding:0;
}
#sitemap li{
	margin-bottom:5px;
}

/* yasukawa info =====================================*/
.info{
	padding: 10px;
	width: 480px;
	background-color: #eee;
	margin-top: 15px;
}

/* clearfix =========================================*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* clear */
.clear{
	clear:both;
	margin: 0px;
	padding: 0px;
}

