/* CSS Document */

/* 全体 */
* {
	margin: 0px;
	padding: 0px;
}
html{
overflow-y:scroll;
}
h1 h2 h3 h4 h5 h6 p{
	margin:0px;
	padding: 0px;
}
img{
	margin: 0px;
	padding: 0px;
}
ul{
	margin: 0px;
	padding: 0px;
}
li{
	margin: 0px;
	padding: 0px;

}
body{
	margin: 0px;
	padding: 0px;
	background-color: #9a9486;
	font-size: 12px;
}
a img{
	padding: 0px;
	margin: 0px;
	border-style: none;
}
#wrapper{
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

a:link		{ color: #452c28; text-decoration:underline;}
a:visited	{ color: #452c28; text-decoration:underline;}
a:active	{ color: #452c28; text-decoration:underline;}
a:hover		{ color: #452c28; text-decoration:underline;}

/* ヘッダー部分hタグ用追加 */

h1#smile_text{
	margin:0 0 0px 0;
	padding:0;
	font-size:small;
	font-size: 12px;
	line-height: 1.6em;
	color: #4D4D4D;
}
h2#h2_smile_logo{
	width: 198px;
	height: 32px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}

/* ヘッダー部分h1用追加 */

/* ヘッダー */
#header{
	width: 980px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#header_index {
	width: 980px;
	height: 373px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #cccccc;
}
/* 5/4追加 #header_index2,#header_right,#wrapper1,#wrapper2*/
#header_index2 {
	width: 980px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}
#header_right{
	float:right;
	margin-top:20px;
	}
#wrapper1{
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: auto;
}
#wrapper2{
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: auto;
}

#header-inner{
	width: 980px;
	height: 76px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #F8F8EE;
}

#header-inner ul {
	list-style-type:none;
	float:right;
	padding-right: 30px;
}

#header-inner ul:after {/*clear*/
	content:"";
	display:block;
	height:0;
	clear:both;
}

#header-inner ul li {
	display:block;
	float: left;
}
h1#smile_logo{
	width: 198px;
	height: 32px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
#header_navi{
	width: 980px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
}
#header_navi ul{
	width: 768px;
	height: 28px;
	margin: 0px;
	padding: 0px;
}
#header_navi li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	display: block;
}

/* タイトル画像部分 */
#titleimg{
	width: 768px;
	margin: 0px;
	padding: 7px 0px 0px;
}
#titleimg-inner{
	width: 980px;
	height: 175px;
	margin: 0px;
	padding: 0px;
}
.titleimg_photo {

}


	
/* メイン　全体 */
#main{
	width: 980px;
	padding: 0px;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #cccccc;
	float: left;
	background-image: url(../img/sinryo_topics_back.gif);
	background-repeat: repeat-y;
	background-color: #f7f6f1;
}
#main:after{
    content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* 5/4追加　main1 */
#main1{
	width: 980px;
	padding: 0px;
	border: 1px solid #cccccc;
	height: 391px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main-inner{
	margin: 0px;
	width: 980px;
	padding: 0px;
}
#main-inner:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* メイン　左 */
#main_left{
	width: 257px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #F7F6F1;
}

/* お問い合わせ */
#access{
	margin: 0px;
	width: 270px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#access_navi li{
	width: 182px;
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	border: none;
}

/* メイン右 */
#main_right{
	padding: 0px;
	float: right;
	background-color: #f7f6f1;
	width: 720px;
	margin: 0px;
}

#treatment {
	padding: 50px;
	background-color: #f7f6f1;
	width: 620px;
}


/* フッター */
#footer{
	width: 980px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 15px;
	text-align: right;
	clear: both;
}
#footer_address{
	width: 980px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
	text-align: center;
	clear: both;
}
#footer_link{
	width: 980px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 5px;
	text-align: center;
	clear: both;
}
#footer-inner{
	width: 768px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/common_bg.jpg);
	background-repeat: repeat-y;
}
#footer_navi{
	width: 753px;
	height: 27px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#footer_navi ul{
	width: 768px;
	height: 27px;
	margin: 0px;
	padding: 0px;
}
#footer_navi li{
	height: 27px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

/* 文字装飾 */
h3 {
	margin: 0px;
	padding: 20px 0px 10px 10px;
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #C29C40;
}
h4 {
	margin: 0px;
	padding: 25px 0px 10px 10px;
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #4D4D4D;
}
h5 {
	height: 16px;
	margin: 0px 0px 0px 45px;
	padding: 0px 0px 10px;
	font-size: 10px;
	letter-spacing: 0.2em;
	color: #4D4D4D;
	background-image: url(../img/treatment5_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 5px;
	font-weight: normal;
}
.treatment3 {
	margin: 0px;
	padding: 10px 10px 20px 20px;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #4D4D4D;
}
.treatment5 {
	margin: 0px;
	padding: 0px 20px 20px 35px;
	line-height: 1.6em;
	color: #4D4D4D;
	font-size: 1.2em;
}
.style2{
	margin:5px;
	font-size: 1.6em;
	}
/* 5/5　追加 */
.treatment6 {
	margin: 0px;
	padding: 10px 30px 10px 30px;
	font-size: 1em;
	line-height: 1.6em;
	color: #4D4D4D;
}

/*コンテンツインデックスページ*/
#header_index_contentsTop {
	width: 980px;
	height: 446px;
	margin: 0px;
	padding: 0px;
}
#header_index_contentsTop #titleimg-inner {
	width: 980px;
	height: 339px;
	margin: 0px;
	padding: 0px;
	}
	
#main_contentsTop{
	width: 980px;
	padding: 0px;
	height: 154px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
}

#main_contentsTop:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

#header_index_contentsTop #titleimg-inner h2 {
	width:979px;
	height:340px;
	margin:0;
	padding:0;
}
#header_index_contentsTop #titleimg-inner h2 img.titleimg_photo {
	width:979px;
	height:339px;
	margin:0;
	padding:0;
}


#contents_topmiddle {
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 980px;
	}
	
#contents_topmiddle ul {
	width:980px;
	list-style-type:none;
	margin:0;
	padding:0;
}

#contents_topmiddle ul:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}


#contents_topmiddle ul li {
	float:left;
	margin:0;
	padding:0;
}

#contents_topbottom {
	width:958px;
	height: 70px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0px;
	border: 1px solid #cccccc;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F8F8EE;
}

#contents_topbottom ul.high {
	list-style-type:none;
	padding:0;
	margin: 0;
	height: 40px;
	width: 958px;
}

#contents_topbottom ul.high:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

#contents_topbottom ul.high li {
	float:left;
	margin-bottom: 10px;
	height: 30px;
}

#contents_topbottom ul.low {
	list-style-type:none;
	margin:0;
	padding:0;
	float: left;
	height: 30px;
	width: 958px;
	clear: both;
}

#contents_topbottom ul.low:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

#contents_topbottom ul.low li {
	float:left;
	height: 30px;
}
/* 5/7 topics.htmlバナー部分 */
.topics_img{
	margin: 0px 0px 5px 8px;
	padding: 0px;
	}
#topics_box{
	width: 240px;
	margin: 0px;
	padding: 0px;
	background-color: #F6F7F1;
	}
/* 9/8 ヘッダーサブナビ部分*/
.sinryo_topics_number li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 243px;
	text-decoration: none;
}
.sinryo_topics_number {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#subnavi {
	height: 33px;
	width: 980px;
	clear: both;
}
/* 9/9 タイトル画像部分*/
.titleimg {
	clear: both;
}
#sinryo_topics-inner ul li img {
    vertical-align:bottom;
}
/* 9/12 追加*/
.treatment6 {
	margin: 0px;
	line-height: 1.6em;
	color: #4D4D4D;
	font-size: 1.2em;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#subnavi_box {
	height: 33px;
	width: 980px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#header_imgbox {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 980px;
}
/* トップページiframe内*/
#top_topics_background {
	background-color: #F8F8EE;
}