@charset "shift_jis";


/*________________________________________________

	name:			global_layout.css
	author:			kumi morita
	mail:			morimori@elf.coara.or.jp
	create Date:	2008-02-18
	lastmodified:	2009-03-13
________________________________________________*/


/* Base Styles ===================================
 * (classes defined in the Markup Guide)
================================================*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


/*--------------------------------------------------------------
reset
--------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial,"Hiragino Kaku Gothic Pro", "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	list-style-type: none;
}
html {
	height: 100%;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address ,hr {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
fieldset {
	border: none;
}
img {
	border: none;
	vertical-align: bottom;
}
ul,ol,li {
	list-style-type:none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}

/*--------------------------------------------------------------
clear
--------------------------------------------------------------*/
.clear {
	clear: both;
}

/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/
.clearfix {
	display: inline-block;
	display: block;
	zoom: 100%;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
body
--------------------------------------------------------------*/
body {
	margin: 0 auto;
	padding: auto;
	background: #ffeee9 url(../img/common/bg.jpg) top center repeat-x;
	color: #666666;
	font-size: 0.8em;
	line-height: 130%;
	text-align: center;
	behavior: url(http://www.sansuikan.co.jp/css/csshover2.htc);
}

/*--------------------------------------------------------------
container
--------------------------------------------------------------*/
#container {
	display: block;
	clear: both;
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: auto;
	background: #ffffff!important;
	text-align: center;
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
#header {
	display: block;
	width: auto; /* 700px */
	height: 55px; /* 60px */
	margin: 0;
	padding: 5px 5px 0 10px;
	text-align: left;
	background: url(../img/common/title_bg.jpg) top left no-repeat;
}
* html #header {
	margin: 0;
	width: 700px;
}

/*--------------------------------------------------------------
contents
--------------------------------------------------------------*/
#contents {
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px!important;
	background-color: #ffffff;
	color: #666666;
	text-align: left;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
	text-align: center;
}

/* ie hack */
/* Hides from IE-mac \*/
* html #container {
	height: 100%;
	margin-top: 0;
}
* html #header {
	height: 1%;
}
/* End hide from IE-mac */