@charset "UTF-8";

/* reset */
html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}legend{color:#000;}

/* base */
body {
font:12px/1.231 "HiraKakuProN-W3";
-webkit-text-size-adjust: none;
background:#fffff;
color:#000000;
}
a{ text-decoration:none;}


/* ヘッダー右メニュー */
.header{
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec),to(#ffffff));　
	background: linear-gradient(#ececec, #ffffff);
	background-size: 100% 100%;
	height: 44px;
	border-bottom: 1px solid #dadada;
}
	.header h1{
		display: block;
		height: 44px;
		width: 160px;
		line-height: 44px;
		margin-left: 5px;
		float: left;
		font-size:18px;
	}
	.header nav{
		float: right;
	}
	.header nav li{
		float: left;
	}
	.header nav li>a{
		display: block;
		height: 33px;
		width: 60px;
		color: #000000;
		line-height: 35px;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#ececec));
		background: linear-gradient(#ffffff #ececec);
		text-align: center;
		text-decoration: none;
		border: 1px solid #dadada;
		margin-top: 4px;
		font-size:14px;
	}
	.header nav li:first-child>a{
		border-radius: 4px 0 0 4px;
		
	}
	.header nav li:last-child>a{
		border-radius: 0 4px 4px 0;
		border-left: none;
		margin-right: 5px;
	}



/* サムネイルつき矢印リスト */
.list ul{
	border-bottom: 1px solid #ccc;
	margin-left: 10px;
	margin-right: 10px;
	width: 300px;
	}
	.list ul li{
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		width: 298px;
		height: 44px;
		margin: 0px;
	}
	.list ul li a{
		background: url(img/list_mark1.png) no-repeat 100% 50%;
		color: #666;
		display: block;
		height: 44px;
		margin: 0;
		padding: 0 20px 0 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;
		font-size:12px;
	}
	.list ul li a strong{
		color: #000;
		display: block;
		padding-top: 5px;
		font-size:16px;
	}
	.list ul li img{
		float: left;
		height: 44px;
		width: 44px;
		margin-right: 10px;
	}



/* ボタン */

a.btn{
	width: 200px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	background: #e22092 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f45cb5), to(#e22092)); 
	background: #e22092 linear-gradient(#f45cb5, #e22092);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	font-size:14px;
	}


/* 見出し */

h2.title {
	background: url(img/back01.png) repeat-x center top;
	background-size: 320px 42px;
	-webkit-background-size: 320px 42px;
	-moz-background-size: 320px 42px;
}

h2.title span {
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
	font-size: 14px;
	display: block;
	color:#19603a;
}