@charset "utf-8";
/*コーナン商事*/

body{
	line-height:1.4em;
	font-family:Microsoft YaHei , SimSun;
}
* {
	margin:0;
	padding:0;
}
p {
	line-height:140%;
}
hr {
	height:1px;
	border:solid 1px #cccccc;
}
body {
	background: url("../images/common/bg_main.jpg") repeat-x left top;
}
a {
	overflow:hidden;
}
a:link {
	color:#023894;
	text-decoration:none;
}
a:visited {
	color:#023894;
	text-decoration:none;
}
a:hover {
	color:#aaaaaa;
	text-decoration:underline;
}
a:active {
	color:#aaaaaa;
	text-decoration:underline;
}

#main{
	margin:0 auto;
	width:640px;
	background-color:#FFF;
	font-size:98%;
	color:#333;
}
#header{
	height:70px;
	overflow:hidden;
}
	#header ul{
		margin:-43px 0 0 250px;
		width:375px;
		text-align:right;
	}
	#header li{
		display:inline;
	}
	#header li img{
		vertical-align:top;
	}
h1{
	width:200px;
	padding:10px 0 0 15px;
}
h2{
	margin-bottom:15px;
	padding-top:5px;
	font-size:160%;
	font-weight:bold;
	font-family:Microsoft JhengHei , SimHei;
	color:#9aafd4;
}
h3{
	padding-top:15px;
	font-size:120%;
	font-weight:bold;
	font-family:Microsoft JhengHei , SimHei;
	color:#9aafd4;
}
#menu{
	margin:0 auto;
	padding-bottom:5px;
	width:610px;
	background:url("../images/common/bg_menu.gif") no-repeat left bottom;
	text-align:right;
}
	#menu li{
		margin-right:10px;
		display:inline;
	}
	#menu li.en{
		font-family:Georgia , Microsoft YaHei , SimSun;
	}
#contents{
	margin:10px auto 0;
	width:610px;
}
	#contents p{
		padding-bottom:8px;
	}
#footer{
	margin:25px auto 0;
	width:610px;
	border-top:solid 1px #9aafd4;
	font-family:Georgia , Microsoft YaHei , SimSun;
	font-size:80%;
	color:#666;
}
	#footer p{
		padding:5px 0 15px 0;
	}

