﻿/* CSS レイアウト */
@import url('commoncss.css'); 

th,td{
	 vertical-align:top;
	}

p{
	font-size:13px;
	line-height:155%;
	letter-spacing:1px;
}

h2{
	font-size:17px;
	font-weight:bold;
	letter-spacing:3px;
	margin:0 0 0 45px;
	padding:13px 0 8px 30px;
	color:#474747;
	border-style:solid;
	border-width:0 0 0 4px;
	border-color:#7FC31E;
}

h3{
    font-size:14px; 
    margin:0 0px 0 0px ;
   	line-height:170%;
   	letter-spacing:1px;
   	font-weight:normal;
   	background-image:url('../img/menu-yajirushi.png');
	background-repeat:no-repeat;
	background-position:left 6px;
   	padding:1px 0 0px 24px;
}

h3 a:link{
	color:#075264;
    text-decoration:none;
	}

h3 a:visited{
	color:#075264;

    text-decoration:none;
	}

h3 a:hover{
	color:#075264;
		text-decoration:underline;
	}


#toptext{
	width:675px;
	margin-left:25px;
    padding:10px 35px 0 40px;
    height:400px; 
}

#toptext p{
	font-size:14px;
	line-height:180%;
}

ul{
    margin-left:20px;
    padding-left:0;
}

li{
	list-style:none;
	line-height:185%;
	font-size:14px;
}

#tyui{
	border-style:dashed;
	border-width:1px;
	border-color:#999999;
	margin-left:0;
	width:600px;
	padding:15px 15px 15px 15px;
	line-height:155%;
	margin-top:25px;
	font-size:13px;
}


/* 投稿ページ  */

#bbs-toukou{ /* 相談投稿フォームページに適用 */
        padding:15px 30px 60px 55px;
        width:660px;
        font-size:14px;
        line-height:165%;
        letter-spacing:1px;
        color:#414141;
}

#bbs-toukou p{/* 相談投稿フォームページに適用 */
        font-size:14px;
        line-height:180%;
        letter-spacing:1px;
}

#bbs-toukou table{
      border:0;
      width:630px;
      font-size:14px;
      border-style:solid;
      border-width:1px 1px 0 0 ;
      border-color:#a5a5a5;
      margin-top:10px;
      line-height:180%;
}

#bbs-toukou th{ 
       width:140px;
       color:#934D13;
       padding:3px 2px 3px 12px;
       font-size:14px;
       font-weight:normal;
       letter-spacing:1px;
       border-style:solid;
       border-width:0px 0px 1px 1px ;
       border-color:#a5a5a5;
       background-color:#fde8a8;
       vertical-align:top;
       line-height:180%;
}

#bbs-toukou td{ 
       color:#414141;
       padding:3px 5px 3px 5px;
       text-align:left;
       border-style:solid;
       border-width:0px 0px 1px 1px ;
       border-color:#a5a5a5;
       vertical-align:top;
}


/*よくある質問 */
#toptext2{
	width:675px;
	margin-left:25px;
    padding:10px 35px 0 40px;
  /*  height:400px; */
}

#toptext2 p{
	font-size:14px;
	line-height:180%;
}

#yokuaru{
	border-style:solid;
	border-width:1px 0 0 0;
	border-color:#acacac;
	width:620px;
	margin:40px 0 40px 60px;
    padding:50px 35px 0 27px;
    letter-spacing:1px;
}

#yokuaru p{
    font-size:14px;
    line-height:165%;
}

.question{
	border-style:solid;
	border-width:0 0 0 3px;
	border-color:#999999;
	padding:11px 0 8px 19px;
}

.answer{
	margin:0 0 30px 0;
	padding:0px 0 0 0;
}

#yokuaru table{
    font-size:14px;
    line-height:165%;
	margin:0px 0 80px 0px;
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#acacac;
	width:620px;
}
#yokuaru th{
    font-weight:normal;
    padding-bottom:40px;
    width:180px;
}
#yokuaru td{
    padding-bottom:40px;
}

