/* CSS Document　ソルデザインワークス */
@charset "utf-8";
/*===== フォント ====================================*/

body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
	color: #333333;
	line-height: 180%;
}

a:link {
	color: #07519a;
}

a:visited {
	color: #6a97c2;
}

a:hover {
	color: #006600;
}

a:active {
	color: #9966FF;
}

.setumei {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
	color: #333333;
	line-height: 18px;
}

.koumoku {
	font-weight: bold;
	font-size: 18px;
	color: #3333CC;
	line-height: 22px;
}

.aka {
font-weight: bold;
	font-size: 16px;
	color: #CC3300;
	line-height: 20px;
}
	
/*===== 項目h ====================================*/
h4.text {
	background:#eee;   
    border-top:1px solid #ccc;   
    border-right:1px solid #ccc;   
    border-left:7px solid #ccc;   
    border-bottom:1px solid #ccc;   
    padding:.3em .4em 
}

h3.text {
	font-weight: bold;
	padding: 3px 10px;
	margin: 20px 0px 5px 10px;
	border-left: 10px solid #669966;
	font-size:120%;
	color:#336600;
}

h5 {
	border-left:7px solid #ccc;   
    border-bottom:1px dashed #ccc;   
    padding:.3em .4em 
}

/*===== リンク ====================================*/
ul.value-list
{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

li.arrow_ico
{
	line-height:110%;
	padding:0px 0 3px 20px;
	margin:0 0 10px 0;
	color:#4b1f23;
	background:url(../img/arrow_link.gif) no-repeat 0 2px;
}

li.arrow_ico a
{
	color:#4b1f23;
	text-decoration:none;
}

li.arrow_ico a:hover
{
	color:#333366;
	text-decoration:underline
}
/*===== QAのddマージン指定 ==========================*/
dd{padding-left:20px;}

ul.ten
{	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

li.ten
{padding:0px 0 3px 20px;
	margin:0 0 10px 0;
	background:url(../img/ten.gif) no-repeat 0 6px;}

/*===== 障がいをお持ちの方へ の輪h2 ================*/
h2 {
	position: relative;
	margin:10px 0 1px 0;
	padding-left: 20px;
	font-size:16px;
	color: #325A8C;
	font-weight:normal;
	background:url(../img/wa.png) no-repeat;
}
