@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:#E4FFED;
}
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;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
}

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: 0px;
}
.mB20 {
        margin-bottom: 20px;
}

/*見出し↓*/
.cap01{
	position:relative;
    padding:14px 10px;
	font-size: 14px;
	font-weight: bold;
    text-align:left;
    color:#fff;
	background:#F90951;
	border:1px solid #a00030;
	text-shadow: 0.5px 0.5px 0.5px #C5003B;
	border-radius: 2px;
	border-left: 3px solid #a00030;
}
.cap02{
	position:relative;
    padding:14px 10px;
	font-size: 14px;
	font-weight: bold;
    text-align:left;
    color:#fff;
	background:#0E81A1;
	border:1px solid #0C1854;
	text-shadow: 0.5px 0.5px 0.5px #C5003B;
	border-radius: 2px;
	border-left: 3px solid #03031B;
}
.caption03{
	position:relative;
    padding:12px 10px;
	font-size: 15px;
	font-weight:normal;
    text-align:left;
	border-radius: 2px;
	border: 1px solid #273132;
	border-left: 3px solid #3EC3DA;
    color:#fff;
	background: #2A75BB;;
		}
/*knowledge、link用*/
.link01{
	margin: 15px 0;
}
.link01 li{
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #C5CEA8;
	border-top: 1px solid #C5CEA8;
}
.link01 li:hover{
	background:none;
	border-bottom: 1px solid #C5CEA8;
	border-top: 1px solid #C5CEA8;
}
.link01 li a{
	display: block;
	padding: 12px 10px;
	color: #000;
	text-decoration: underline;

}
.link01 li a:hover{
	background:#AFC7E5;
	color:#000;
	text-decoration: none;
}
.text01{
	margin:0 10px 30px 10px;
	line-height:24px;
	color:#000;
}
.text01 p{
	padding-top:20px;
}
.imgR{
	float:right;
	margin:10px;
	padding:5px;
	border:1px solid #ccc;
}
.imgL{
	float:left;
	margin:10px;
	padding:5px;
}
#wrap{
	background:linear-gradient(to bottom, rgba(227, 227, 185, 1) 0%, #FAFAFA 100%) repeat scroll 0% 0% transparent;
	border:1px solid #fff;
	border-radius: 5px;
	width:940px;
	position:relative;
	margin:5px auto;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(71,71,71,1);
	-moz-box-shadow: 0px 0px 5px -1px rgba(71,71,71,1);
	box-shadow: 0px 0px 5px -1px rgba(71,71,71,1);

}

/*header部分*/
#header{
	width:285px;
	height:200px;
	background:#94CAD3;
	border-radius: 5px;
}
/*headerMVに高さ指定しているため文字数、画像のサイズに注意して下さい*/
.siteTitle{
	font-size:18px;
	padding:90px 20px 20px 20px;
	font-weight:bold;
}
.siteTitle a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-shadow:0.5px 0.5px 0.5px #c5003b;
}
#GNav {
	width: 940px;
	margin: 10px auto;
	padding: 0;
	background: #0E053A;
	border:1px solid #56C6C9;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,158,184,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,158,184,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,158,184,1);
}
.GNavList.clearfix li {
	white-space: nowrap;
	display: inline-block;
	line-height: 26px;
}
.GNavList.clearfix {
	text-align: left;
}
.GNavList.clearfix li a {
	color: #fff;
	font-size:13px;
	display:block;
	padding: 10px 35px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	
}
.GNavList.clearfix li a:hover {
	color: #000;
	text-decoration:none;
	background:#AFC7E5;
	

}
/*contents部分*/
#ContentWrap{
	margin:0 auto;
	width:940px;
}
.Mv{
	position:absolute;
	top:10px;
	border-radius: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	right:10px;
}
#MainContents2{
	width:605px;
	margin-top: 5px;
	float:right;
	padding-bottom: 10px;
	margin-right: 0px;
	border: 1px solid #d0d0d0;
	padding: 5px;
	margin-bottom: 20px;
	background:none repeat scroll 0% 0% rgba(255, 254, 228, 1);
	border-bottom:1px solid #fff;
	-webkit-box-shadow: 0px 6px 2px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 2px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 2px -5px rgba(0,0,0,0.75);
}
#MainContents a {
	color:#00F;
	background-color: #fff;
	margin:10px;
	padding:5px;
}
#MainContents a:hover {
	text-decoration: none;
}
#subContents2{
	width:290px;
	padding: 20px 0;
	border: 1px solid #d0d0d0;
	margin-top:5px;
	float:left;
	padding:5px;
	margin-left:0px;
	background: none repeat scroll 0% 0% rgba(255, 254, 228, 1);
	-webkit-box-shadow: 0px 6px 2px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 2px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 2px -5px rgba(0,0,0,0.75);
	border-bottom:1px solid #fff;
}
.Nav {
	margin: 15px 0;
}
.Nav li{
	padding: 0;
	margin-bottom: 10px;
	border:1px solid #D0D0D0;

}
.Nav li a{
 	display: block;
	padding: 12px 10px;
	color: #000;
	text-decoration: underline;
}
.Nav li a:hover{
 	color:#000;
 	text-decoration: none;
}
.Nav li:hover{
	background:#AFC7E5;
}
.textBox02{
	margin-top:0;
}
.new2{
	margin: 15px 0;
	color:#df2525;
}
.new2 dt{
	font-size:14px;
	font-weight:bold;
	color:#000;
	background:#AFC7E5;
	padding: 12px 10px;
}
.new2 dd{
	padding: 0;
	margin: 10px 0;
	border:1px solid #D0D0D0;
}

.new2 dd a{
 	display: block;
	padding: 12px 15px;
	color: #000;
	text-decoration: underline;
}
.new2 dd:hover{
	background:#0E81A1;
}
.new2 dd a:hover{
	color:#fff;
	text-decoration:none;
}
#blogparts{
	text-align:center;
	margin-top:30px;
}

/*footer部分*/
#footer{
	margin:30px auto 0px auto;
	background:#94CAD3;
	border-top:2px solid #ca9696;
	border-left:2px solid #ca9696;
	border-right:2px solid #ca9696;
	text-align:center;
	padding-top:5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.FNav{
	padding:10px 0px;
	margin:10px 0;
	text-align:center;
}
.FNav li{
	white-space:nowrap;
	display:inline;
	line-height:30px;
	margin: 0 20px;
}
.FNav li a {
	color:#000;
	text-decoration: underline;
}
.FNav li a:hover{
	color:#fff;
	text-decoration: none;
	background:#0E81A1;
}
.copy{
	font-size:12px;
	text-align:center;
	color:#000;
	padding: 20px 0;
}