@charset "Shift_JIS";
/*----------------------------------------

	Default CSS (Last Update 2008.06.28)

	- default setting
	- body setting
	- link setting
	- clearfix
	- wrapper
	- header
	- content
	- info
	- main
	- side
	- footer

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/

body, div, dl, dt, dd, th, td, ul, ol, li,
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, em, p {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

th {
	text-align: left;
	font-weight: normal;
}

li {
	list-style: none;
	vertical-align: bottom;
}

li img {
	vertical-align: top;
}

img, table {
	border: 0;
}

hr {
	display: none;
}

html {
	overflow-y: scroll;
}

input, textarea, select {
	color: #333333;
	font-size: 100%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
}

/*----------------------------------------
	body setting
-----------------------------------------*/

body {
	background-color: #ffffff;
	color: #333333;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
}

/*----------------------------------------
	link setting
-----------------------------------------*/

a:link,
a:visited {
	color: #4589ba;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #4589ba;
	text-decoration: underline;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;
	position: relative; /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
	display: block; 
}
/* End hide from IE-mac */



/*----------------------------------------
	wrapper
-----------------------------------------*/

#wrapper {
	width: 100%;
	border-top: 3px solid #666666;
}

/*----------------------------------------
	header
-----------------------------------------*/

#header {
	position: relative;
	width: 780px;
	height: 97px;
	margin: 0 auto 25px auto;
	background: url(../../img/cmn_header_bg.gif) no-repeat left bottom;
}

#header p {
	padding: 10px 0 10px 1px;
}

#header ul {
	position: absolute;
	top: 0;
	right: 0;
}

#header ul li {
	float: left;
	border-right: 1px solid #8c8c8c;
	background: #666666;
}

#header ul li a {
	display: block;
	padding: 6px;
}

#header ul li.last {
	border: none;
}

#header ul li a:link,
#header ul li a:hover,
#header ul li a:visited,
#header ul li a:active {
	color: #ffffff;
	text-decoration: none;
}

/*----------------------------------------
	content
-----------------------------------------*/

#content {
	width: 780px;
	margin: 0 auto;
}

#content p#logout {
	padding: 0 0 10px 0;
	text-align: right;
}

/*----------------------------------------
	info
-----------------------------------------*/

#info {
	margin: 0 0 25px 0;
	padding: 13px 19px 13px 19px;
	border: 1px solid #dee6f6;
	background: #f0f6ff;	
}

#info a:link,
#info a:hover,
#info a:visited,
#info a:active {
	color: #333333;
}

#info em,
#info em a:link,
#info em a:hover,
#info em a:visited,
#info em a:active {
	color: #f32700;
	font-weight: bold;
}

/*----------------------------------------
	main
-----------------------------------------*/

#main {
	float: 	right;
	width: 550px;
}

/*----------------------------------------
	side
-----------------------------------------*/

#side {
	float: 	left;
	width: 205px;
}

#side img {
	vertical-align: bottom;
}

#side dl {
	margin: 0 0 13px 0;
	padding: 0 0 6px 0;
	background: url(../../img/cmn_gnav_bg01.gif) no-repeat left bottom;
}

#side ul {
	margin: 0 0 13px 0;
	padding: 0 0 6px 0;
	background: url(../../img/cmn_gnav_bg02.gif) no-repeat left bottom;
}

#side p {
	text-align: center;
}


/*----------------------------------------
	footer
-----------------------------------------*/

#footer {
	width: 780px;
	margin: 40px auto 0 auto;
	background: url(../../img/cmn_footer_bg.gif) no-repeat center top;
}

#footer .privacy-mark {
	float: left;
	padding-top: 19px;
	padding-left: 19px;
}

#footer .footer-logo {
	padding-top: 38px;
	padding-bottom: 19px;
	text-align: right;
}

#footer .footer-logo img {
	margin-right: 10px;
	margin-bottom: 5px;
}

#footer .copyright {
	padding: 11px 15px 12px 15px;
	text-align: right;
	color: #ffffff;
	background-color: #323232;
}
