@charset "utf-8";

/* 一番下に記事用のh4以降のタグあり */

body {
	color: #333333;
	font-size: small;
	background-color: #ffffff;
    font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a {
	text-decoration: none;
}
a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #ff3300;	
	text-decoration: none;
}

/* clearfix */
.clearfix:after {
  content: ".";    /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body {
   overflow-y:scroll;
}

/* ヘッダー */
#top_bar {
	display: none;
}

h1 {
	display: none;
}

#title {
	width: 350px;
	margin: 20px auto 0 auto;
}

/* logo */

.logo {
	display: block;
	width: 224px;
	height: 74px;
	background: url(../images/logo.png) no-repeat;
	background-size: cover;
}

.logo:hover {
	width: 224px;
	height: 74px;
	background: url(../images/logo2.png) no-repeat;
	background-size: cover;
}

.logo span {
	display: none;
}


/* top list */
#nav {
	width: 450px;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	width: 350px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	display: block;
}

#nav ul li {
	float: left;
	width: 170px;
    height: 38px;
	text-align: center;
	margin: 1px 0px 1px 0px;
	padding: 7px 0px 7px 0px;
	border-right: 2px solid #993300;
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
}

#nav ul li:hover {
	background: #ffd6d6;
	-moz-transition: all 0.8s ease-out;  /* FF3.7+ */
    -o-transition: all 0.8s ease-out;  /* Opera 10.5 */
    -webkit-transition: all 0.8s ease-out;  /* Saf3.2+, Chrome */
}

#nav ul li a {
	color: #333;
	text-decoration: none;
}

#nav ul li strong {
	display: block;
	margin: 5px auto 0 auto; 
	font-size: 13px;
	font-weight: bold;
	color: #600;
}

#main {
	width: 450px;
	margin: auto;
}

.catch_img {
	float: left;
	width: 340px;
}

.catch_img img {
	width: 339px;
	border: 1px solid #ccc;
	text-align: center;
}

#catch_text {
	float: left;
	width: 350px;
	line-height: 1;
}

.box {
	width: 340px;
	padding: 2px;
	border: 2px solid #ccc;
	line-height: 1;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	padding-left: 2px;
}

.box ul {
	margin-top: 5px;
	margin: 0px;
	padding: 2px;
	border: 0px;

}

.box ul li {
	margin-top: 11px;
	font-size: 14px;
}


#contents {
	width: 340px;
	margin-top: 10px;
}

.profile {
	float: left;
	width: 340px;
	padding: 2px;
	border: 2px solid #ccc;
}

.profile_title {
	margin-top: 10px;
}

.profile_title img {
	display: block;
	float: left;
	width: 114px;
}

.profile_title h3 {
	font-size: 18px;
}

.profile_title strong {
	font-size: 18px
	font-weight: normal;
}

.profile_title p {
	float: left;
	margin-left: 10px;
	font-size: 16px;
	line-height: 20px;
}

.profile_p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.8em;
}

#about {
	float: left;
	width: 340px;
	margin-top: 5px;
	padding: 2px;
	border: 2px solid #ccc;
}

#about p {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.6em;
}

.to_top {
	margin-top: 10px;
	text-align: right;
}

.c {
	text-align: center;
	font-size: 12px;
}

/* 以下、記事の見出し用に */

.article{
   font-size: 18px
}


h4 {
   font-size: 40px;
   color: #333333;
}

h5 {
   font-size: 30px;
   color: #333333;
}

h6{
   font-size: 20px;
   color: #333333;
}



