@charset "utf-8";


/*基本設定
---------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
		list-style-type: none;
	}
img  {
	border:none;
}
html {
    overflow-y: scroll;
}
body {
	font-size: 12px;
	line-height:20px;
	color:#333;
}
body a {
	color: #000;
	text-decoration: none;
}


hr{
border:none;
border-top:dotted 1px #000;
height:1px;
color:#FFFFFF;
margin:15px 0 15px 0;
}


h1 {
	font-size:12px;
	line-height:0px;
}

/*アウトライン
---------------------------------------------------------------------------*/

#outline {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color:#FFF;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#headtxt {
	background-color:#300;
}

#header {
	float: left;
	width:1000px;
		margin-top:35px;
		margin-bottom:35px;
}
#logo {
		float:left;
	}
#right {
	margin-top:15px;
	float:right;
	text-align:right;
}
#tel {
	margin-top:10px;
}
#tel li {
	display: inline;
}
#tel img {
	padding-right:10px;
}



/*グローバルナビゲーション
---------------------------------------------------------------------------*/

#navi {
	clear:both;
	text-align:center;
}
#navi li {
	font-size:10px;
	display: inline;
	padding-right:5px;
	background-image:url(../img/menu_head.jpg);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:20px;
	font-weight:800;
}
#navi a {
    color:#333;
}

#navi a:hover {
	color:#990066;
}



/*文字サイズ
---------------------------------------------------------------------------*/

.text10 {
	font-size:10px;
	line-height:14px;
}
.text12 {
	font-size:12px;
	line-height:20px;
}
.text12blue {
	font-size:12px;
	line-height:20px;
		color:#4D0450;
}
.text18b {
	font-size:18px;
	line-height:40px;
	font-weight:800;
	color:#4D0450;
}
.text22bb {
	font-size:22px;
	line-height:30px;
	font-weight:800;
	color:#4D0450;
}
.text22b {
	font-size:22px;
	line-height:30px;
	font-weight:800;
	color:#000;
}

.text16 {
	font-size:16px;
	line-height:26px;
}

.text16under {
	font-size:16px;
	line-height:22px;
	text-decoration:underline;
}

.text16blue {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	color:#4D0450;
}
.text16red {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	color:#4D0450;
}
.text14blue {
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	color:#4D0450;
}

.text14 {
	font-size:14px;
	line-height:22px;
}
.top_tokkyo {
	font-size:14px;
	line-height:30px;
	font-weight:800;
	border-bottom:dotted 1px #666;
}
.toptext {
	font-size:30px;
	line-height:56px;
	font-weight:800;
	color:#4D0450;
}
h5 {
	font-size:28px;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom:20px;
	margin-top:40px;
}


h6 {
    font-size:28px;
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-radius: 6px;
    text-align: center;
}



/*フッターナビゲーション
---------------------------------------------------------------------------*/


/*コンテンツ
---------------------------------------------------------------------------*/

#contents {
	margin:auto;
	width:980px;
}
#contents h2{
	font-size:30px;
	line-height:43px;
	color:#4D0450;
	font-weight:900;
	margin:20px 0px 20px 0px;
}
#contents td {
	padding:5px;
}


/*フッダーバナー
---------------------------------------------------------------------------*/

#fuddabana ul {
	padding-top:60px;
	text-align:center;
}

#fuddabana li {
	display: inline;
}
#fuddabana img {
	margin-right:22px;
}



/*フッダー
---------------------------------------------------------------------------*/



#fudda {
	background-color:#999;
	text-align:center;
	color:#FFF;
	padding-top:30px;
	padding-bottom:50px;
	margin-top:100px;
}
#fudda a {
	color:#FFF;
}

/*フッダー
---------------------------------------------------------------------------*/

#pageimage {
	background-color:#4D0450;
	text-align:center;
    margin-top:30px;
	margin-bottom:30px;
}

/*トップページ　擬似インラインフレーム
---------------------------------------------------------------------------*/
.logbox
      {
         border: solid 1px #ccc;
         width: 950px;
         height: 240px;
         padding: 0.5em;
         overflow: scroll;
      }