@charset "utf-8";

/***************************************************
	トーカイドミトリー用スタイルシート
	common.css
	基本レイアウトスタイル定義
***************************************************/

/* Reset
------------------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption,th {
	text-align: left;
}
img	{	border: none;	vertical-align: bottom;}
ul	{	list-style-type: none;}
ol	{	list-style-position: inside;}
hr	{	display: none;}

/* Base
------------------------------------------------------------ */
body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #F2F6F7;
	text-align: center;
}

#container {
	width: 740px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

/* Link
------------------------------------------------------------ */
a:link {
	color: #36363C;
	text-decoration: underline;
}
a:visited {
	color: #5D5C61;
	text-decoration: underline;
}
a:hover {
	color: #0099ff;
	text-decoration: none;
}
a:focus {
	outline: none;
}

/* for All Pages
------------------------------------------------------------ */
.alt	{	display: none;}
.clear	{	clear: both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*-----header-----*/
#header {
	width: 740px;
	padding: 10px 0 10px 0;
	background: url(../img/temp/grade.gif) bottom center no-repeat;
}
#header p.lead {
	float: left;
	width: 390px;
	height: 12px;
	text-indent: -9999px;
	background: url(../img/temp/heder_lead.gif) no-repeat;
}
#header h1 {
	float: left;
	width: 330px;
	height: 62px;
	margin: 20px 0 0 0;
}
#header h1 a {
	display: block;
	width: 330px;
	height: 62px;
	text-indent: -9999px;
	background: url(../img/temp/rogo.gif) no-repeat;
}
#header .topnavi {
	float: right;
	width: 320px;
	text-align: right;
	padding: 0px 0px 0px 0px;
}
/*#header .topnavi img {
	vertical-align: middle;
}*/
#header p.contact {
	float: right;
	width: 325px;
	padding: 5px 0 10px 0;
}
#gnavi {
	width: 721px;
	margin-left: 10px;
}
#gnavi li {
	float: left;
	width: 102px;
	padding: 15px 0 10px 0;
}
#gnavi li.n01 {	width: 105px;	padding-right: 0;}
#gnavi li.n07 {	width: 106px;	padding-right: 0;}

#gnavi li a {
	display: block;
	height: 51px;
	text-indent: -9999px;
}
#gnavi li.n01 a {	background: url(../img/temp/botton_01.jpg) 0 0 no-repeat;}
#gnavi li.n02 a {	background: url(../img/temp/botton_02.jpg) 0 0 no-repeat;}
#gnavi li.n03 a {	background: url(../img/temp/botton_03.jpg) 0 0 no-repeat;}
#gnavi li.n04 a {	background: url(../img/temp/botton_04.jpg) 0 0 no-repeat;}
#gnavi li.n05 a {	background: url(../img/temp/botton_05.jpg) 0 0 no-repeat;}
#gnavi li.n06 a {	background: url(../img/temp/botton_06.jpg) 0 0 no-repeat;}
#gnavi li.n07 a {	background: url(../img/temp/botton_07.jpg) 0 0 no-repeat;}
#gnavi li a:hover {	background-position: 0 -51px;}

/*-----footer-----*/
#footer {
	clear: both;
	width: 740px;
	margin: 0px;
}
#footer p.gnavi {
	width: 740px;
	text-align: center;
	margin: 0 0 15px 0;
}
