@charset "UTF-8";
/* CSS Document */


/* ====== タブレット用の設定 ====== */
@media only screen and (min-width: 600px) and (max-width:899px) {

div#container	{width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 10px;
	background-position: -3px 380px, 100px 460px}

header#pageheader img	{width: 100%;
	height: auto}

nav ul	{font-size: 10px}

nav ul li a	{width: 100px}

}

/* ====== タブレット用の設定 ====== ここまで*/

/* ====== スマートフォン用の設定 ====== */
@media only screen and (max-width:599px) {

div#container	{width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 10px;
	background-position: -3px 220px, 100px 280px}

header#pageheader img	{width: 100%;
	height: auto}

nav ul	{font-size: 8px}

nav ul li a	{width: auto;
	display: inline-block;
	padding: 0 3px}

header#pageheader h1	{font-size: 24px;
	margin-right: 15px}

header#pageheader h2	{font-size: 10px;
	text-align: left;
	padding: 0}

article header h1	{float: none}

article header p	{margin: 0}

article section:nth-of-type(1n) figure
	{float: none;
	margin: 0;
	text-align: center;
	display: block}

article section:nth-of-type(1n) figcaption
	{text-align: center;
	margin-bottom: 15px}

}

/* ====== スマートフォン用の設定 ====== ここまで*/


/* リセットスタイル */
*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* ここまで */

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

/* フロートクリア */
.float-clear {
	font-size: 0px;
	clear: both;
}






/* ボディ */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}





/* コンテナ */
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images-2/bk_body.jpg);
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

/* ヘッダー */
#header {
	background-image: url(images-2/header.jpg);
	height: 140px;
	width: 900px;
}
#header h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #FFF;
	padding-top: 20px;
	padding-left: 50px;
}
/* ヘッダーここまで */


/* PageBottomへのリンクテキスト　ここから */

#gotoBottom {
  clear: both;
  font-size: 0.8em;
  text-align: right;
  text-transform: uppercase; 
  height: 20px; 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;  
}


/* PageBottomへのリンクテキスト　ここまで */


/* パンくずリスト */
p#bread	{font-size: 0.9em;
	margin-top: 3px;
	margin-bottom: 30px
    text-decoration: none;
    }
	

	
	
/* パンくずリスト ここまで*/


/* トピックパス */
#topicpath {
	margin-top: 20px;
	margin-bottom: 20px;
}
#topicpath p {
	font-size: 80%;
	color: #666;
	text-align: center;
}


a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #066;
	text-decoration: none;
}
    
a:hover {
	color: #FF00FF;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}



/* トピックパスここまで */

/* メインの記事用ボックス */
#main {
	float: left;
	width: 660px;
	display: inline;
}
.box_diary {
	width: 520px;
	background-image: url(images-2/bk_topic.jpg);
	border: 2px dotted #666;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.box_diary h2 {
	background-image: url(images-2/title_main.png);
	height: 41px;
	width: 540px;
	background-repeat: no-repeat;
	padding-top: 30px;
	font-size: 110%;
	padding-left: 20px;
	font-weight: bold;
	color: #333;
}
.box_diary h3 {
	text-align: right;
	font-size: 75%;
	font-style: italic;
	font-family: "Comic Sans MS", cursive;
	padding-right: 20px;
	margin-bottom: 20px;
	color: #999;
}
.box_diary p {
	font-size: 90%;
	line-height: 150%;
	color: #666;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* メインの記事用ボックスここまで */

/* 右サイドカラム */
#side {
	display: inline;
	float: right;
	width: 140px;
	margin-right: 70px;
	margin-bottom: 30px;
	border: 2px dotted #666;
	background-image: url(images-2/bk_topic.jpg);
	padding: 10px;
}
.box_side {
	margin-bottom: 20px;
}
.box_side h4 {
	background-image: url(images-2/title_side.png);
	height: 19px;
	width: 140px;
	font-family: "Osaka", cursive;
	color: #FFF;
	font-size: 12px;
	padding-top: 11px;
	text-align: center;
	margin-bottom: 10px;
}
.box_side p {
	color: #666;
	font-size: 80%;
	line-height: 130%;
}
.box_side p a {
	font-size: 12px;
	color: #C24A8E ;
}
.box_side ul li a {
	color: #099;
	font-size: 85%;
	line-height: 130%;
	padding-left: 10px;
}
.box_side ul li a:hover {
	color: #066;
	text-decoration: underline;
}
.box_side table th{
	font-size: 13px;
	text-align: center;
	color: #09C;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.box_side table td {
	font-size: 13px;
	text-align: center;
	color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 20px;
}
/* 右サイドカラムここまで */

/* フッター */
#footer {
	font-family: "Comic Sans MS", cursive;
	background-image: url(images-2/header2.jpg);
	background-color: #C2BA4A;
	width: 900px;
	text-align: center;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #066;
	text-decoration: none;
}
    
a:hover {
	color: #FF00FF;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}


#footer span {
	font-family: "Comic Sans MS", cursive;
	text-align: center;
	font-size: 90%;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer address {
	text-align: center;
	font-size: 90%;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #066;
	text-decoration: none;
}
    
a:hover {
	color: #FF00FF;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

/* フッターここまで */

/* PageTopへのリンクテキスト　ここから */

#gotoTop {
  clear: both;
  font-size: 0.8em;
  width: 1090px;
  text-align: right;
  text-transform: uppercase; 
  height: 30px; 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;  
}

/* PageTopへのリンクテキスト　ここまで */

/* スマートフォンサイトへ */
#gotosmart {
	height: 70px;
	width: 100%;
	margin-top: 10px;
	border: 2px solid #FFF;
	display: none;
	background-color: #6766CC;
}
#gotosmart p {
	text-align: center;
	font-size: 200%;
}
#gotosmart p a {
	color: #FFFFFF;
	height: 50px;
	width: 100%;
	display: block;
	padding-top: 20px;
}

/* スマートフォンサイトへここまで */


