@charset "utf-8";
body {
	font: 16px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color:#ffffff;
}

header#top div#toph1{
	margin:0;
	/*padding:5px 0 0 0;*/
	background-color:#CADDEB;
}

h1{
	padding: .6em .6em .6em 5px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	color: #333333;
	font: bold 110%/100% "Lucida Grande";
	line-height: 1.5;
	border-top:1px solid #D6DBE3;
	border-bottom:1px solid #D6DBE3;
	background-color:#F4F8EE;
	background: linear-gradient(center top, #F4F8EE 0%, #E5EAE0 100%);
	background: -o-linear-gradient(center top, #F4F8EE 0%, #E5EAE0 100%);
	background: -moz-linear-gradient(center top , #F4F8EE 0%, #E5EAE0 100%);
	background: -webkit-linear-gradient(center top, #F4F8EE 0%, #E5EAE0 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, #F4F8EE),
		color-stop(0, #E5EAE0)
	);
}

h1 span{
	border-left:4px solid #83B63F;
	padding:5px;
	display:block;
}
h2 {
	padding-left: 10px;
/*	color: #005AA0; */
	font: bold 110%/100% "Lucida Grande";
	line-height: 1.5;
/*	line-height: 39px;
	margin-top:15px;
	margin-bottom:1px;*/
	margin:10px 0 0 10px;
	padding: 0;
/*	border-left:4px solid #005AA0; */
}

span.h2deco {
    display: block;
    clear: both;
    margin: 1.2em 10px 0.8em 0;
    padding: 6px 4px 4px 8px;
    color: #333;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    background-color: transparent;
    background-image: url(/images/c_bg_h2.gif);
    background-repeat: repeat-x;
    background-position: 0 100%;
    _height: 1%;
}

h3 {
	margin:10px 0 0 0px;
	padding-left: 10px;
	color: #353030;
	font: bold 110%/100% "Lucida Grande";
	line-height: 1.5;
}

span.h3deco {
    margin: 1em 2px 0.7em 0;
    padding: 0 0 0 10px;
    font-weight: bold;
    color: #005AA0;
    background-color: transparent;
    background-image: url(/images/c_icon_h3.gif);
    background-repeat: repeat-y;
    background-position: 0 0.28em;
}

h4 {
	margin-top:15px;
	padding-left: 10px;
    color: #005AA0;
	font: bold 110%/100% "Lucida Grande";
	line-height: 1.5;
	line-height: 25px;
}
/*
h4 .h4deco {
	padding-left: 8px;
	border-left: 9px solid #005AA0;

}
*/
h5 {
	margin-top:8px;
	padding-left: 10px;
	color: #353030;
	font: bold 110%/100% "Lucida Grande";
	line-height: 1.5;
	line-height: 25px;
}

ol {
	margin-left: 28px;
	padding-left: 4px;
}

#logo {
	height:54px;
	padding:9px 0 0 0;
}

/*#contentsheader {
	background-color:#ffffff;
	ackground-repeat: repeat-x;
	height:64px;
}
*/
#breadcrumbsList {
	margin: 10px 0px 10px 5px;
}

#breadcrumbsList span {
	margin: 0px 7px 0px 7px;
}

div.txt-area {
	margin: 0.56em 0 0.56em 0;
	border: 1px solid #676767;
	background-color: #FFFFEC;
}
div.txt-area h3,
div.txt-area h4,
div.txt-area h5,
div.txt-area h6,
div.txt-area p,
div.txt-area li{
	background-color: transparent;
}

#footcontent {
	margin-top:10px;
}


/*▽▽▽検索ボックスのスタイル設定▽▽▽*/

#search_btn {
	text-decoration: none;
	padding-bottom:3px;
	margin-left:15px;
	margin-top:18px;
	float: left;
	display: inline;
}

.search_boxouter{

	margin-top:25px;
	margin-bottom: 0px;
	background-color: #FBF8F8;
	padding-bottom: 10px;
}

.search_box {
	font: 100% "Lucida Grande";
	display: block;
	margin-left:15px;
	margin-top:15px;
	float: left;
	display: inline;
	padding: 10px 15px 11px 26px;
	width: 56%;
	border: solid 2px #638ED6;
	outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	background: url(../images/smph_search_ico.gif) no-repeat 5px 9px,#fff;
}
