@charset "utf-8";

/*

	Description : 共有設定

*/

/* reset
----------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}

/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

ul li {
	list-style: none;
}

ol li {
	margin-left: 1.8em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img {
	border: none;
	vertical-align: bottom;
}

hr {
	display:none;
	clear: both;
}

sub {
	font-size: 70%;
	vertical-align: baseline;
}

address {
	font-style: normal;
}

/* base
----------------------------------------------------------- */

.index {
	/*background-image: url(../../img/back_index.jpg);
	background-repeat: repeat-x;*/
}

body {
	background: #fff;
	color: #333;
	text-align: center;
	font-size: 75%;
	line-height: 1.5;
	background: url(../../img/back_naka.jpg) repeat-x;
} 

a:link,
a:active {
	color: #660000;
}

a:hover {
	color: #990000
}

a:visited {
	color: #660000;
}

a:link,
a:visited {
	text-decoration: underline;
	/**/
	overflow: hidden;
	/**/
}

a:hover,
a:active {
	text-decoration: none;
}


/* parts
----------------------------------------------------------- */

div#header {
	width: 900px;
	height: 130px;
	margin: auto;
	padding: 0;
	text-align: left;
}

h1 {
	float: right;
	width: 660px;
	font-weight: normal;
	font-size: 80%;
	color: #999;
	padding-top: 10px;
}

#headaccess {
	float: left;
	width: 220px;
}

#headLogo {
	float: left;
	margin-top: 10px;
	padding-left: 20px;
	width: 320px;
}

#headTel {
	float: right;
	margin-top: 15px;
	width: 250px;
}

.width900 {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#mainContents {
	width: 900px;
	margin: auto;
	background: url(../img/side_back.png);
	text-align: left;
}

#sideSubmenu {
	width: 220px;
	float: left;
}

#contents {
	width: 650px;
	float: right;
}

#footerlink {
	width: auto;
	background: #D4CECE;
	padding: 10px 0;
	margin-top: 30px;
	min-width: 900px;
}
	
#sideSubmenuTxt {
	width: 198px;
	padding: 10px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #FFF;
	text-align: left;
}

#footeraddress {
	background: #300;
	color: #FFF;
	padding: 13px 0;
	line-height: 1.3;
	min-width:900px;
}
#footeraddress p {
	background: #300;
}
address {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#copyright {
	float: left;
	color: #666;
	padding: 5px 0 15px 0;
	font-size: 80%;
}

#ninjya {
	float: right;
	padding: 7px 0 15px 0;
}

#mainLeftmenu {
	width: 220px;
	float: left;
	background: url(../img/side_back.png) repeat-x;
}

#mainRightcontents {
	width: 680px;
	float: right;
}

#mainRight650 {
	width: 650px;
	margin: 0 0 0 30px;
}

#mainWaku {
	width: 900px;
	margin: auto;
	padding: 0;
	background: url(../img/side_back.gif) repeat-y;
	background-position: left top;
	text-align: left;
	clear: both;
}

#headermenu ul {
	margin: 0;
	padding: 0;
}

#headermenu li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

.midashi01 {
	background: url(../../img/midashi01.png) no-repeat;
	font-size: 140%;
	height: 35px;
	font-weight: bold;
	color: #4C3333;
	padding: 5px 0 5px 24px;
}

.yokoli{
	font-size: 0px;
}

.yokoli li {
	display: inline;
	margin: 0;
	padding: 0;
}

.right {
	text-align: right;
}

/* text
----------------------------------------------------------- */

.txtSmall {
	font-size: 80%;
}

.txtbig {
	font-size: 120%;
}

.txtbigger {
	font-size: 140%;
}

.txtbigB {
	font-size: 120%;
	font-weight: bold;
}

.txtmidashi01 {
	font-size: 120%;
	font-weight: bold;
	color: #B78E51;
}

.txtmidashi02 {
	font-size: 120%;
	font-weight: bold;
	color: #7f6033;
}

.txtmidashi03 {
	font-size: 100%;
	margin-bottom: 15px;
}

.txtvoice {
	font-weight: bold;
	color: #003366;
}

.txtred120 {
	color: #CC0000;
	font-size: 120%;
}



/* specer
----------------------------------------------------------- */

.mb05 {
	margin-bottom: 5px;
}

.mb08 {
	margin-bottom: 8px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}




/* clearfix
----------------------------------------------------------- */

#topMenuback:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}
