@charset "utf-8";
/* クリア */
h1,h2,h3,h4,h5,dl,dt,dd,ol,form,fieldset,img,address,label,object,embed,ul,li,ol {
	margin:0px;
	padding:0px;
	border:none;
	border-spacing:0;
	border-collapse:collapse;
	font-weight:normal;
	text-decoration:none;
	line-height:100%;
	list-style-type:none;
	text-indent:0px;
}
input,textarea {
	margin:0px;
	padding:0px;
	border-spacing:0;
	border-collapse:collapse;
	font-weight:normal;
	text-decoration:none;
	line-height:100%;
	list-style-type:none;
	text-indent:0px;
}
table {
	margin:0px;
	padding:0px;
}
tr td{
	margin:0px;
	padding:1px;
}
/* ページ全体 */
html{
	overflow-y:scroll;
	color:#fff;
}
body {
	margin:0px;
	border:none;
	background-color: #cccccc;
	background-image: url(../images/common/bg.jpg);
	background-repeat:repeat-x;
}
img {
	vertical-align:top;
}

a {
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
	position:relative;
	top:1px;
	left:1px;
}
li a:hover{
	text-decoration:none;
	position:relative;
	top:0px;
	left:0px;
}

#logo a:hover{
	text-decoration:none;
	position:relative;
	top:0px;
	left:0px;
}

#wrapper {
	width:740px;
	margin:0 auto 0 auto;
	font-size:80%;
}

/*テーブル枠線*/
.tb {
	border:1px solid #666;
}
.tab1 { 
    border-collapse:collapse; 
	border:1px solid #666;
} 
.tab1 td { 
	border:1px solid #666;
	padding:8px;
} 
.tab2 td { 
	border-bottom:1px solid #666;
	padding:8px;
} 

/* ヘッダー部分 */
#header {
	width:740px;
	height:100px;
	background-image:url(../images/common/bg_header.jpg);
	background-repeat:no-repeat;
}
#logo {
	width:148px;
	height:auto;
}
#lang {
	width:720px;
	height:auto;
	margin:0;
	padding:0;
	text-align:right;
}
#lang a{
	color:#fff;
	background-color:#400B03;
}

/* グローバルメニュー部分 */
#g_menu {
	width:740px;
	height:30px;
}
#g_menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#g_menu li {
	float:left;
}


/* フッター部分 */
#footer {
	width:740px;
	height:auto;
	clear:both;
}
#footer_link {
	width:723px;
	height:23px;
	margin:0;
	padding:7px 0 0 17px;
	background-image:url(../images/common/bg_footer.jpg);
	background-repeat:no-repeat;
}
#footer_link a{
	color:#fff;
}

#copyright {
	width:740px;
	height:27px;
	margin:0;
	padding:3px 0 0 0;
	background-color:#fff;
	color:#000;
	font-size:10px;
}
#copy_left {
	width:350px;
	height:14px;
	margin:0;
	padding:6px 0 0 17px;
	float:left;
	background-color:#fff;
}
#copy_right {
	width:330px;
	height:20px;
	margin:0;
	padding:0;
	float:right;
}
#copy_right a:hover{
	text-decoration:none;
	position:relative;
	top:0px;
	left:0px;
}

@media print{
	html {
		overflow: visible !important;
	}
	#wrapper {
		width:741px;
	}
	#header {
		width:741px;
	}
	#g_menu {
		width:741px;
	}
}
