@charset "utf-8";

/*==Navを読み込まない==*/
/*==wrapを読み込まない==*/
/*==新着情報の幅を変更しない==*/
/*==サイトタイトルのpxを変更しない==*/
/*==ブログパーツのcssを追加しない==*/

* {
	
	margin: 0px;
	
	padding: 0px;
	

}


body {
	
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	
	letter-spacing: 0.2em;
	
	background-image: url(..//images/bg.jpg);
    
    background-size: cover;
	
	background-attachment: fixed;
	
	background-repeat: no-repeat;

}


/*-------リセット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;
	

}


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

}


ul {
	
	list-style-type: none;
	

}


img {
	
	width:960px;
	

}


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

}


form {
	
	margin: 0px;
	

}


table {
	
	border-collapse:collapse;
	
	font-size: 100%;
	
	border-spacing: 0;
	

}


.clearfix:after {
	
	content: ".";
	
	display: block;
	
	height: 0px;
	
	clear: both;
	
	visibility: hidden;
	

}


.clearfix {
	
	overflow: hidden;
	

}


.mT20 {
	
	margin-top: 20px;
	

}


.mB20 {
	
	margin-bottom: 20px;
	

}


.head {
	
	width: 900px;
	
	margin-right: auto;
	
	margin-left: auto;
	

}


#wrap {
	
	width:960px;
	
	margin:15px auto;
    
    padding: 15px;
	
	background: rgba(255, 255, 255, 0.3);
	
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	

}


.cap01 {
	
	font-size: 15px;
	
	line-height: 25px;
	
	font-weight: bold;
	
	padding: 7px 10px;
	
	border-radius: 5px;
	
	margin-top:40px;
	
	font-weight:bold;
	
	background: #60A6B3;
	
	color:#fff;
	

}


.cap02 {
	
	font-size: 14px;
	
	padding:13px 10px;
	
	border-radius: 5px;
	
	color: #fff;
	
	font-weight:bold;
	
	background: #F1A6B3;
	

}


.text01 {
	
	color:#000;
	
	line-height:30px;
	
	padding:10px;
	

}


.text02 {
	
	color:#000;
	
	line-height:30px;
	
	padding:10px;
	

}


.text03 {
	
	color:#666;
	
	line-height:30px;
	
	padding:10px;
	

}


/*-----------header-------------*/
#header {
	
	padding-top:10px;
	
	height:100px;
	
	line-height:100px;
	
	width:100%;
	
	background: #60A6B3;
	

}


.siteTitle {
	
	font-size:24px;
	
	font-weight:bold;
	

}


.siteTitle a {
	
	color:#fff;
	
	text-decoration:none;
	

}

.siteTitle a:hover {
    
    text-shadow: 0px 0px 5px #000;
}


/*------------GNav---------------*/
#GNav {
	
	height:48px;
	
	line-height: 38px;
	
	background: #678BAF;
	

}


.GNavList {
	
	width: 900px;
	
	margin-right: auto;
	
	margin-left: auto;
	

}


.GNavList li {
	
	display: block;
	
	float: left;
	
	background: #678BAF;


}


.GNavList li a {
	
	color: #fff;
	
	text-decoration: none;
	
	font-weight: bold;
	
	display: block;
	
	padding-top:5px;
	
	padding-bottom:5px;
	
	padding-right: 43px;
	
	padding-left: 42.8px;
	

}


.GNavList li:hover {
	
	display: block;
	
	float: left;
	
	background: #6660B3;
    
    text-shadow: 0px 0px 5px #000;
	

}


.GNavList li a:hover {
	
	color: #fff;
	
	text-decoration: none;
	
	font-weight: bold;
	
	display: block;
	
	padding-right: 43px;
	
	padding-left: 42.8px;
	

}


.Mv {
	
	width:960px;
	
	position:absolute;
	
	top:10px;
	

}


/*------------Nav---------------*/
#Nav {
	
	float: left;
	
	width: 200px;
	
	margin-top:290px;
	
	margin-left:20px;
	

}


.Nav {
	
	padding: 10px 0;
	

}


.Nav li {
	
	padding: 5px 0;
	
	margin-bottom: 10px;
	
	border: 1px dotted #000;
	
	border-radius: 5px;
	

}


.Nav li a {
	
	display: block;
	
	padding:7px 10px;
	
	color: #000;
	
	text-decoration: none;
	
	line-height: 1.5;
}


.Nav li a:hover {
	
	display: block;
	
	color: #000;
	
	text-decoration: underline;
	

}


/*-----------Contents--------------*/
#ContentWrap {
	
	width:960px;
	
	margin:0 auto;
	
	position:relative;
	

}


.Contents {
	
	width: 900px;
	
	margin-right: auto;
	
	margin-left: auto;
	

}


#MainContents {
	
	padding: 0 15px;
	
	float: left;
	
	width: 445px;
	
	margin-right: 20px;
	
	margin-left: 20px;
	
	border-radius:10px;
	
	margin-bottom:20px;
	
	margin-top:249px;
	

}


#MainContents a {
	
	margin:10px;
	
	padding:5px 0;
	

}


#MainContents a:hover {
	
	text-decoration: uderline;
	

}


#SubContents {
	
	float: right;
	
	width: 200px;
	
	margin-top:290px;
	
	margin-right:20px;
	

}


.textBox02 {
	
	background-color: #FFF;
	
	padding: 10px;
	
	border-radius:10px;
	

}


.caption03 {
	
	border-bottom-width: 1px;
	
	border-bottom-style: dashed;
	
	border-bottom-color: #690;
	
	font-size: 14px;
	
	line-height: 30px;
	
	font-weight: normal;
	
	color: #033;
	
	padding-left: 10px;
	

}


.new dt {
	
	font-size: 14px;
	
	font-weight: bold;
	
	padding:10px;
	
	margin: 10px 0;
	
	border-radius: 5px;
	
	color:#000;
	
	border: 1px dotted #000;
	

}


.new dd {
	
	margin-bottom: 7px;
	
	padding:12px 0;
	
	border-radius: 5px;
	
	color:#000;
	
	border: 1px dotted #000;
	

}

.new dd a{
	
	color:#000;
	
	text-decoration: none;
	
	padding: 0 3px;
	

}


.new dd a:hover{
	
	color:# 000;
	
	text-decoration: underline;
	

}


.link01 {
	
	padding: 10px;
	

}


.link01 li {
	
	padding: 12px 0px;
	
	border-radius: 5px;
	
	list-style-position: inside;
	
	border: 1px dotted #000;
	
	margin-bottom: 10px;
	

}


.link01 li a {
	
	color: #000;
	
	text-decoration: none;
	

}



.link01 li a:hover {
	
	color: #000;
	
	text-decoration: underline;
	

}


/*-----------footer------------*/
#footer {
	
	width: 960px;
	
	height:100px;
	
	margin:0 auto;
	
	padding-top:20px;
	
	background: #E3E3E3;
	

}


.FNav li {
	
	display: inline;
	
	margin-right: 5px;
	
	margin-left: 5px;
	
	white-space: nowrap;
	

}


.FNav li a {
	
	color: #555;
	
	text-decoration: none;
	
	padding: 20px 25px;
	

}


.FNav li a:hover {
	
	color: #555;
	
	text-decoration: underline;
	

}


.FNav {
	
	text-align: center;
	
	margin-top:15px;
	
	margin-bottom: 25px;
	

}


.copy {
	
	font-size: 11px;
	
	text-align: center;
	
	padding:10px;
	
	color:#555;
	

}


/*-----------blogparts------------*/
#blogparts {
	
	font-size: 12px;
	
	text-align: center;
	
	margin:0 auto;
	

}
