@charset "UTF-8";
/*
 @author 有限会社オギハラ
--------------------------------------------------*/

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E7E7E2 url('../img/shared/body.jpg') no-repeat center top;
	color: #444;
	font: 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	padding-top: 64px;
}

a {color: #048;}
a:hover {color: #06C;}

ol, ul, li,
form, img {
	padding: 0;
	margin: 0;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em;}
h2 {font: bold 1.4em;}
h3 {font: bold 1em;}

form,input {margin: 0; padding: 0; display: inline;}
img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

#container {
	background: url('../img/shared/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
	font-size: 1.2em;
	line-height: 2;
}

/* headere & title */
.header {
	background: #222 url('../img/shared/header1.png') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
}


/* path */
.path {
	background: #949490;
	color: #FFF;
	font-size: 0.8em;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: underline;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
#main {
	background: url('../img/shared/main.gif') repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 0 0 0;
	clear: both;
	height: 1%;
	overflow: hidden;
}

/* content */
.content {
	float: right;
	width: 538px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {}

/* nav */
#nav {
	float: left;
	width: 210px;
}
#nav h2 {
	color: #5A5A43;
	font: bold 1.1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
#nav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
#nav li {border-bottom: 1px solid #EAEADA;}
#nav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
#nav li a:hover {
	background: #F0F0EB;
	color: #654;
}

#nav li.now {
	font-weight: bold;
	font-size: 1.1em;
}



/* footer */
#footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em;
	margin-top: 5px;
	padding: 10px 12px;
	clear: both;
	height: 1%;
	overflow: hidden;
	text-align: center;
	font-size: 0.8em;
}



/* = other
---------------------------------------------------------*/
.caution {
	color: #dd0000;
}



/* = contact
---------------------------------------------------------*/
table.tableContact {
	border-collapse: collapse;
}
table.tableContact caption {
	color: #dd0000;
	padding-bottom: 10px;
}

table.tableContact tbody th,
table.tableContact tbody td {
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding-top: 20px;
	padding: 20px 10px 5px 10px;
}

table.tableContact tbody tr.first th,
table.tableContact tbody tr.first td {
	padding-top: 0;
}

table.tableContact tbody tr.even th,
table.tableContact tbody tr.even td {
	background: #f8f8f8;
}

table.tableContact tbody input {
	width: 300px;
}
textarea#msg {
	width: 300px;
	height: 200px;
}

table.tableContact tfoot td {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

