@media all{
/*------------------------------------------------------------
ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

body,div,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote{
	margin: 0;
	padding: 0;
}

address,h1,h2,h3,h4,var{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

img{
	border: none;
	vertical-align: bottom;
}



/*--------------------------------------------------------
レイアウトの初期設定
-------------------------------------------------------*/

html,body,#container{
	height: 100%;
}

body,pre{
	font-size: ;
	line-height: 1.5;
}

/* IE8対策 */body *{
	font-style: normal!important;
	font-family: "メイリオ", meiryo, Arial, Helvetica!important;
}

#container{
	position: relative;
}

#footer-in li{
	list-style: none;
}


/*--------------------------------------------------------
サイト全体の横幅
--------------------------------------------------------*/

html,
body,
#container,
#header,
#main,
#footer{
	width: 100%;
	min-width: 960px;
}

#page-top,
#header-in,
#breadcrumbs,
#main-in,
#footer-in{
	margin: auto;
	width: 960px;
}

body {  }



/*--------------------------------------------------------
サイト全体の基本文字色
-------------------------------------------------------*/

body    { color: #333;font-size:90%; }

/*リンク文字*/
a         { color:#ee7800;text-decoration: none; }
a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; }
a:active  { text-decoration: underline; }




/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

h1 { display:none; }


/*ヘッダー*/
#header {
	height:130px;
}

#logo {
	width:200px;
	height:120px;
	float:left;
}
#menu  {
	width:760px;
	height:80px;
	float:left;
	margin-top:30px;
}
#menu li {
	width:190px;
	height:80px;
	float:left;
	list-style-type:none;
}

#breadcrumbs{
	clear: both;
	background: url(../images/common/bg_breadcrumbs.gif) no-repeat;;
	height:25px;
}
#breadcrumbs p {
	margin-left:20px;
	font-size:90%;
	padding-top:3px;
}



/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/
/*メインイメージ*/
#main-image{
	width: 708px;
	height: 440px;
	margin:20px 125px;
background:#eeeeee;
}


/*●最新情報（定義タグ）*/
#shintyaku-area {
	clear: both;
	width:700px;
	margin:30px 130px;
}

dl.shintyaku{
	margin:20px;
}

dl.shintyaku dt{
	float: left;
	margin: 0;
	padding: 0;
	width: 140px;
}

dl.shintyaku dd{
	margin: 0 0 10px 0;
	padding: 0 0 10px 140px;
	border-bottom: 1px dotted #aaa;
}
.icon_orange{ background: url(../images/common/icon_orange.gif) center center no-repeat; }

.more {
	clear: both;
	text-align:right;
}

/*●コンテンツ*/
#main-contents{
	padding:20px 130px 50px 130px;
}

h2{	text-align:center;
	margin-top:30px;
}
#main-contents h2{
	margin:30px 0 0 100px;
}

.text02 {
	text-align:center;
	margin:30px 0 50px 0;
}
#main-contents ol {
	margin-left:30px;
}
#main-contents ol li {
	margin-bottom:10px;
}

/*テーブル-----------------------------------*/
#main-contents table.table-style{
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}

#main-contents table.table-style th,
#main-contents table.table-style td{
	padding: 0.5em;
	border: 1px solid #aaa;
	vertical-align: top;
}

#main-contents table.table-style th{
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
#map    {
	width:500px;
	height:400px;
	text-align:center;
	margin:30px 100px;
}

#send   {
	text-align:center;
	margin-top:20px;
}
#send2   {
	text-align:center;
	margin-top:50px;
	margin-bottom:200px;
}
.tel   {
	text-align:center;
	margin-top:50px;
}
.clr    { clear: both; }
.fl-r   { float:right;
	margin-left:20px;}
.ERR    { color:red;font-weight:bold; }


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
#footer { }

#footer-in{
	clear: both;
	width:960px;
	height:90px;
  background: url(../images/common/footer.gif) no-repeat;
  text-align: center;
  padding: 33px 0 0;
}


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/
}