/*------------------------------------------------------------------------
1.リセット
------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
	margin:0;
	padding:0;
}
html, body {
	background:#fff;
	color: #2d2d30;
	height:100%;
}
body {
	font:14px/1.5 Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
* html body {
	font-size: small;
}
*:first-child+html body {
	font-size: small;
}
img {
	border: 0;
	vertical-align:top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
ul, dl, ol {
	text-indent:0;
}
ul li {
	list-style:none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size: inherit;
	font-weight:inherit;
}
* html input, * html textarea, * html select {
	font-size: 100%;
}
*:first-child+html+input, *:first-child html+textarea, *:first-child+html select {
	font-size: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}
th, td {
	text-align:left;
	vertical-align:top;
}
caption {
	text-align:left;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
* html code, * html kbd, * html samp, * html tt {
	font-size: 100%;
	line-height: 100%;
}
*:first-child+html pre, *:first-child html+code, *:first-child html+kbd, *:first-child+html+samp, *:first-child+html tt {
	font-size: 108%;
	line-height: 100%;
}
input, select, textarea {
	font-size: 100%;
	font-family:Verdana, Helvetica, sans-serif;
}
a:link {
	color: #666;
	border-bottom:1px solid #666;
	text-decoration:none;
}
a:visited {
	color: #666;
	border-bottom:1px solid #666;
	text-decoration:none;
}
a:active {
	color: #666;
	border-bottom:1px solid #666;
	text-decoration:none;
}
a:hover {
	color: #044ea5;
	border-bottom:1px solid #044ea5;
	text-decoration:none;
}
a {
	outline : 0;
}
a img{
	border : none;
}
.hide{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.mobile{
	display:none;
}
.desktop{
}
/*img, object, embed, video { max-width: 100%; height: auto; }*//*これはgooglemapsに悪さする*/
/*------------------------------------------------------------------------
2.全体枠
------------------------------------------------------------------------*/
#container {
	width:960px;
	margin:0 auto;
	padding-top:45px;
	text-align:left;
	position:relative;
	clear:both;
	overflow:hidden;
}
/*------------------------------------------------------------------------
3.ヘッダー
------------------------------------------------------------------------*/
#headerWrapper{
	width:100%;
	background:url(img/headerBg.gif) center top repeat-x;
}
#header {
	width:960px;
	position:relative;
	margin:0 auto;
}
#header div.logoWrapper{
	overflow:hidden;
	border-bottom:1px solid #000;
}
/*@h1（ヘッダー）
--------------------------------------------------------*/
#header h1 {
	background:url(img/logo1.jpg) no-repeat;
	width:87px;
	height:65px;
	text-indent:-9999px;
	float:left;
	margin-left:16px;
	margin-bottom:15px;
}
#header h1 a {
	display:block;
	width:100%;
	height:100%;
	border:none;
}
/*@h2（ヘッダー）
--------------------------------------------------------*/
#header h2{
	background:url(img/logoBlog.jpg) no-repeat;
	width:82px;
	height:34px;
	text-indent:-9999px;
	margin:19px auto auto 16px;
	float:left;
}
/*@p（ヘッダー）
--------------------------------------------------------*/
#header p.official{
	color:#222020;
	line-height:30px;
	margin-bottom:45px;
}
#header p.official a{
	border:none;
}
#header p.secondLogo{
	background:url(img/logo2.jpg) no-repeat;
	width:238px;
	height:60px;
	text-indent:-9999px;
	float:right;
	margin-top:15px;
}
/*@ul（ヘッダー）
--------------------------------------------------------*/
#header ul{
	width:78px;
	height:35px;
	float:right;
	margin:16px 15px auto auto;
}
#header ul li{
	width:35px;
	height:35px;
	float:left;
	text-indent:-9999px;
	margin-right:3px;
}
#header ul li a{
	display:block;
	width:100%;
	height:100%;
	border:none;
}
#header ul li.facebook{
	background:url(img/iconFacebook.gif) no-repeat;
}
#header ul li.mail{
	background:url(img/iconMail.gif) no-repeat;
}


/*------------------------------------------------------------------------
4.メイン
------------------------------------------------------------------------*/
/*@div（メイン）
--------------------------------------------------------*/
#main{
	width:590px;
	float:left;
	margin:0 20px;
}
#main div.entryBox{
	width:600px;
	overflow:hidden;
	margin:0 0 100px 0;
}
div.page{
	text-align:center;
	margin:2em auto;
}
/*@p（メイン）
--------------------------------------------------------*/
#main p.pankuzu{
	line-height:2em;
	margin-bottom:45px;
}
div.entryBox p.date{
	text-align:right;
}
div.entryBody img{
	max-width:100%;
	height:auto;
	margin:1em auto;
}
#main div.entryBox p{
	line-height:2em;
}
div.page a{
	padding:0 0.25em;
	border:none;
	font-weight:bold;
}
/*@h3（メイン）
--------------------------------------------------------*/
#main div.entryBox h3{
	font-size:16px;
	color:#3a3b3d;
	font-weight:bold;
}
/*------------------------------------------------------------------------
5.サイド
------------------------------------------------------------------------*/
/*@div（サイド）
--------------------------------------------------------*/
#side{
	width:270px;
	float:right;
}
#side div.search{
	padding:30px 20px;
	border-top:1px solid #1c1c1c;
	border-bottom:1px solid #1c1c1c;
	overflow:hidden;
	margin-bottom:50px;
}
#side div.sideBox{
	width:100%;
	margin-bottom:30px;
}
/*@h2（サイド）
--------------------------------------------------------*/
div.search h2{
	width:2em;
	float:left;
	clear:none;
	line-height:2em;
	padding-right:0.5em;
}
#side div.sideBox h2{
	line-height:30px;
	color:#2f3880;
	border-bottom:1px solid #2f3880;
	text-indent:1em;
}
/*@form（サイド）
--------------------------------------------------------*/
div.search form input[type=text]{
	width:120px;
	height:1.5em;
	float:left;
}
div.search form input[type=submit]{
	float:right;
	padding:0.1em 0.5em;
}
/*@ul（サイド）
--------------------------------------------------------*/
div.sideBox ul{
	margin:1em;
}
div.sideBox ul li{
	background:url(img/list01.gif) left 0.4em no-repeat;
	padding-left:15px;
	margin-bottom:0.5em;
}
/*------------------------------------------------------------------------
6.フッター
------------------------------------------------------------------------*/
/*@div（フッター）
--------------------------------------------------------*/
#footerWrapper{
	clear:both;
	width:100%;
	height:225px;
	background:#f2f2f2;
	border-top:1px solid #000;
}
#footer{
	width:960px;
	margin:0 auto;
}
/*@p（フッター）
--------------------------------------------------------*/
#footer p.address{
	background:url(img/pAddress.gif) no-repeat;
	width:164px;
	height:65px;
	text-indent:-9999px;
	margin-top:132px;
}
#footer p.copy{
	text-align:right;
}




















