@charset "utf-8";

/*------------------------------
Site name: 
Update: 2014.07.04
Created by: Ayako Inuishi
------------------------------*/


/* Default style
----------------------------------------------------------------------------*/ 

* {
	margin:0;
	padding:0;
}
html{
	overflow-y:scroll;
	}
body {
	margin: 0 auto;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1.6;
	color: #3f3e37;
}
img {
	border: none;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 80%;
}
a:link{
	color: #3f3e37;
	text-decoration:none;
	}
a:hover{
	color: #333333;
	text-decoration:underline;
	}
a:visited{
	color: #3f3e37;
	}
.naviskip{
	display: none;
	}
.clear{
	clear: both;
	}
.textL{
	text-align:left;
	}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}

.clearfix:before, .clearfix:after {   /* For modern browsers */
	content:"";
	display:block;
	overflow:hidden;
}

.clearfix:after {
	clear:both;
}

#topicpath ul:before, #topicpath ul:after, #contents:before, #contents:after, #lsMenu:before, #lsMenu:after, #otherMenu:before, #otherMenu:after {   /* For modern browsers */
	content:"";
	display:block;
	overflow:hidden;
}

#topicpath ul:after, #contents:after, #lsMenu:after, #otherMenu:after {
	clear:both;
	}



/* Header
----------------------------------------------------------------------------*/ 

#header {
	padding: 0 0 5px 0;
	background: url(../images/bg_header.png) repeat-x bottom;
	}

#primaryNav {
	width:970px;
	height: 70px;
	margin:0 auto;
	}

#logo{
	margin:18px 0 0 0;
	float:left;
	}

#primaryNav ul{
	margin:25px 0 0 0;
	float:right;
	}

#primaryNav ul li{
	padding: 0 20px; 
	font-size:90%;
	line-height: 1.2;
	float:left;
	}

/*
#primaryNav ul li:first-child{
	border-right: 1px solid #333;
	}
*/

#primaryNav ul li#coronaLogo {
	border-left:1px dotted #333;
	padding:7px 0 4px 25px;
	margin: -8px 0 0 0;
	}

#globalNav {
	width:970px;
	height:55px;
	margin:0 auto;
	background:url(../images/line_gnav.gif) no-repeat left;
	clear:both;
	}




#globalNav li a.nav{
	display:block;
	background:url(../images/line_gnav.gif) no-repeat right;
	padding: 19px 25px 18px 25px;
	float:left;
	}

#globalNav li.catOther a.nav, 
#globalNav li.catSupport a.nav{
	padding: 19px 25px 18px 25px;
	}

/* topicpath
----------------------------------------------------------------------------*/ 
#topicpath {
	clear:both;
	border-bottom:1px solid #f1f1f1;
	padding: 0 0 12px 0;
	font-size:85%;
	}

#topicpath ul{
	width:950px;
	padding: 0 0 0 5px;
	background: url(../images/ico_home.gif) no-repeat left;
	margin:12px auto 0 auto;
	}

#topicpath ul li{
	padding: 0 15px;
	background: url(../images/icon_arrow01.png) no-repeat right;
	float:left;
	}

#topicpath ul li:last-child {
	background: none;
	}

/* contents
----------------------------------------------------------------------------*/ 

#contents {
	width: 970px;
	margin: 0 auto;
	padding: 30px 0;
	clear:both;
	}

#mainColumn {
	width: 705px;
	float:left;
	}

#mainColumn.support_contents {
	width: 100%;
	float: none;
}

/* mainColumnAll */
#mainColumnAll {
	width: 970px;
	float: none;
	margin: 0 auto;
	padding-bottom: 50px;
	}

/* subColumn */
#subColumn {
	width: 225px;
	font-size:90%;
	float:right;
	}

#subColumn li a{
	text-decoration:none;
	}

#subColumn li a:hover{
		text-decoration:underline;
		}

	.subNav {
		border: 1px solid #ccc;
		margin: 0 0 30px 0;
		}

	.subNav li{
		border-bottom:1px solid #ccc;
		background: url(../images/icon_arrow01.png) no-repeat 202px 18px;
		}

	.subNav li:last-child{
		border-bottom:none;
		}

	.subNav li a{
		display:block;
		width:200px;
		height:100%;
		padding:13px 12px;
		text-decoration:none;
		}
	.subNav li.important{
		padding:0;
		background:none;
		border:none;
		}
	.subNav li.important a{
		padding:0;
		}

/* supportArea */
#supportArea {
	clear: both;
	padding: 40px 0 50px 0;
	width: 100%;
	background-color: #f6f5ef;
}
	#supportArea ul {
		margin: 0 auto;
		width: 970px;
		font-size: 95%;
	}
		#supportArea ul li {
			width: 194px;
			float: left;
			border-left: 1px solid #e1e1e1;
			text-align: center;
			box-sizing: border-box;
		}
		#supportArea ul li a {
			text-decoration: none;
			width: 194px;
			float: left;
			box-sizing: border-box;
		}
		#supportArea ul li:nth-child(5) {
			border-right: 1px solid #e1e1e1;
		}
			#supportArea ul li img {
				margin-bottom: 15px;
				padding: 20px;
				width: 50px;
				height: 50px;
				background-color: #fff;
				border-radius: 90px;
				-moz-box-shadow: 0px 0px 5px #dfdfdc;
				-webkit-box-shadow: 0px 0px 5px #dfdfdc;
				box-shadow: 0px 0px 5px #dfdfdc;
			}
			#supportArea ul li strong {
				display: block;
				margin-bottom: 5px;
				font-size: 115%;
			}

/* top_title */
.top_title {
	margin-bottom: 20px;
	color: #3f3e37;
	font-size: 115%;
	text-align: center;
}
.top_title > span {
	display: inline-block;
	padding: 0 10px;
	line-height: 1.2;
	vertical-align: middle;
}
.top_title .en {
	display: block;
	color: #7f7d6e;
	font-family: "Century Gothic", Meiryo, sans-serif;;
	font-size: 200%;
	font-weight: normal;
}




/* footer
----------------------------------------------------------------------------*/ 

#footer {
	background: #3f3e37;
	clear:both;
	}


#footerMenu {
	width: 970px;
	margin:0 auto;
	padding:35px 0 45px 0;
	}

#footerMenu a {
	color: #fff;
	}

#footerMenu h4{
	margin: 25px 0 10px 0;
	font-size:100%;
	}

#footerMenu ul li {
	font-size:85%;
	line-height: 1.8;
	padding: 0 0 0 5px;
	}



#footerMenu ul li.catName{
	padding:0;
	margin-top: 10px;
	font-size: 90%;
	background: none;
	font-weight:bold;
	}

#footerMenu .omUnit{
	width:190px;
	margin-right: 13px;
	float:left;
	}

#footerMenu .omUnit02 {
	width: 348px;
	margin-right: 13px;
	float:left;
	}
	#footerMenu .omUnit02 .omUnit02_col {
		width: 50%;
		float:left;
		}
	#footerMenu .omUnit02 h4 {
		margin: 25px 0 0 0;
		}

#footerMenu #otherMenu .omUnit:last-child {
	margin:0;
	border:none;
	}

#footerMenu #otherMenu ul.catOnly li{
	padding:0;
	margin: 0 0 8px 0;
	background: none;
	font-weight:bold;	
	}


#footerMenu ul li a{
	padding: 0 0 0 8px;
	background: url(../images/icon_border.png) no-repeat left 8px;
}

#footerMenu ul li.catName a, #footerMenu #otherMenu ul.catOnly li a{
	padding-left:0;
	background: none;
	}

#copyright {
	padding: 25px 0 0 0;
	height:40px;
	background:url(../images/bg_footer.gif) repeat-x;
	text-align:center;
	color:#fff;
	font-size:80%;
	}

/* pagetop */

#pagetop {
		position: fixed;
		bottom: 20px;
		right: 20px;
		margin: 0;
	}

/* letter */
.letter {
	letter-spacing: -0.1px;
}
.letter-08 {
	letter-spacing: -0.8px;
}

