@charset "utf-8";
/*==wrapを読み込まない==*/
/*==cap02を読み込まない==*/

/*リセットcss*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.2em;
	background: #fff;
	
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
        margin: 0px;
        padding: 0px;
        font-size: 13px;
}

ul{
        list-style-type: none;
}

img {
        border: none;
		background-color:#555;
		border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
		
}

input,textarea,select {
        font-size: 1em;
}

form {
        margin: 0px;
}

table {
        border-collapse:collapse;
        font-size: 100%;
        border-spacing: 0;
}
a{
	color:#555;
	text-decoration:none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.clearfix {
        overflow: hidden;
}
.mT20 {
        margin-top: 20px;
}
.mB20 {
        margin-bottom: 20px;
}

/*見出し↓*/
.cap01{
	background:#00a0e2;
	padding: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	border-bottom: 7px solid #008bc4;
	border-right: 7px solid #008bc4;
	border-left: 3px solid #008bc4;
	border-top: 3px solid #008bc4;
	margin-top: 20px;
	}
.cap02{
	
	background:#FA5C5C;
	padding: 16px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	
	border:1px solid #e76182;
}
.caption03{
	background:#477774;
	color: #fff;
	padding: 16px;
	
	font-size: 14px;
	font-weight: bold;
	border:1px solid #000000;
	}

/*knowledge、link用*/
.link01{
	margin: 10px 0;
}
.link01 li{
	padding: 0;
	margin: 10px 0;
	background:#eed0e8;
	text-decoration: underline;
	
	
	
}
.link01 li:hover{
	background: #fff;
	text-decoration: none;
	

}
.link01 li a{
	display: block;
	padding: 13px 10px;
	color: #000;
	text-decoration: none;
}
.link01 li a:hover{
	color:#000;
	text-decoration: none;
}
.text01{
	margin:0 10px 30px 10px;
	line-height:24px;
	color:#000;
	margin-top: 10px;
}
.text01 p{
	padding-top:20px;
}
.imgR{
	float:right;
	margin:10px;
	padding:5px;
	border:1px solid #ccc;
}
.imgL{
	float:left;
	margin:10px;
	padding:5px;
	border:1px solid #ccc;
}
#wrap{
	width:940px;
	padding: 10px;
	background-color:#ABADAE;
	background-repeat:repeat-x;
	background-position:top;
	position:relative;
	margin:10px auto;
	
	
	
}

/*header部分*/
#header{
	width:300px;
	height:200px;
	background:#00BA88;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
	
	
}
/*headerMVに高さ指定しているため文字数、画像のサイズに注意して下さい*/
.siteTitle{
	font-size:19px;
	padding:90px 8px 20px;
	font-weight:bold;
}
.siteTitle a{
	color:#FFF;
	text-decoration:none;
	color: 555;
	font-weight:bold;
}
#GNav {
	width: 940px;
	margin: 10px auto 0 auto;
	padding: 0;
	background:#00F9D3;
	
	border:1px solid #10AB93;
	
}
.GNavList.clearfix li {
	white-space: nowrap;
	display: inline-block;
	line-height: 26px;
	border-right:1px solid #FFFFFF;
}
.GNavList.clearfix {
	text-align: left;
}
.GNavList.clearfix li a {
	color: #000;
	font-size:13px;
	display:block;
	font-weight:bold;
	padding: 10px 37px;
	text-align: center;
	text-decoration: none;
}
.GNavList.clearfix li a:hover {
	color: #FFF;
	text-decoration:none;
	background: #076E5E;
	
	
}
/*contents部分*/
#ContentWrap{
	width:940px;
	background:#fff;
}
.Mv{
	position:absolute;
	top:10px;
	right:10px;
}
#MainContents2{
	width:610px;
	float:right;
	margin-right: 0px;
}
#MainContents a {
	color:#00F;
	background-color: #fff;
	margin:10px;
	padding:5px;
}
#MainContents a:hover {
	text-decoration: none;
}
#subContents2{
	width:300px;
	margin-top:10px;
	margin-left:0px;
	float:left;
	padding-bottom: 20px;
	padding-top: 10px;
}
.Nav {
	margin: 5px 0;
}
.Nav li{
	padding: 0;
	margin: 10px 0;
	
	background:#eed0e8;
}
.Nav li a{
 	display: block;
	padding: 13px 10px;
	color: #201C1C;;
	text-decoration: underline;
	font-size: 11px;
}
.Nav li a:hover{
 	color:#000;
 	text-decoration: blink;
}
.Nav li:hover{
	background:#fff;
	
}
.textBox02{
	margin-top:0;
}
.new2{
	margin: 10px 0 30px 0;
	color:#555;
}
.new2 dt{
	font-size:14px;
	font-weight:bold;
	color:#114982;
	border-bottom:1px solid #000;
	padding: 13px 10px;

	
}
.new2 dd{
	padding: 0;
	margin: 10px 0;
	background: #eed0e8;
	font-size:12px;
	
}

.new2 dd a{
 	display: block;
	padding: 12px 10px;
	color: #000;
	text-decoration: underline;
	font-size:11px;
}
.new2 dd:hover{
	background:#fff;
	
	
}
.new2 dd a:hover{
	color: #000;
	text-decoration: none;
}
#blogparts{
	text-align:center;
	margin-top:30px;
}

/*footer部分*/
#footer{
	margin:15px auto 0px auto;
	background:#f4f7da;
	text-align:center;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	background:#c6c9d8;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	
}
.FNav{
	padding:10px 0px;
	margin: 10px 0;
}
.FNav li{
	white-space:nowrap;
	display:inline;
	line-height:30px;
	padding-left:40px;
}
.FNav li a {
	color:#000;
	text-decoration: underline;
}
.FNav li a:hover{
	color:#000;
	text-decoration: none;
}
.copy{
	font-size:12px;
	text-align:center;
	color:#000;
	padding: 20px 0;
	background:#4C9D90;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	
	
	
}