@charset "utf-8";

/*----- タグの基本設定 -----*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
}

address {
	clear: both;
	padding: 1em 0;
	font-style: normal;
	text-align: center;
}

img {
	border: 0;
}

/* リンクカラー */
a:link {
	color: #030;
}
a:visited {
	color: #060;
}
a:hover {
	color: #090;
	text-decoration: none;
}
a:active {
	color: #090;
	text-decoration: none;
}



/*----- ヘッダテキストの設定 -----*/
#top {
	padding: 10px 10px 0;
	text-align: left;
}

#topText {
	float: left;
	width: 80%;
	margin-right: -157px;
}

#topLogo {
	float: right;
	width: 157px;
}



/*----- メインビジュアルの設定 -----*/
#main {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding-top: 5px;
}



/*----- コンテンツのボックスの設定 -----*/
#container {
	width: 710px;
	margin: 5px auto 0;
	padding: 5px;
	text-align: left;
	background: #E5E5CC;
}



/*----- 本文の設定 -----*/
#content {
	float: right;
	width: 530px;
	background: #FFF;
}

.entryBox {
	margin: 20px;
	border-bottom: 1px dashed #E5E5CC;
}
.entryBox h1,
.entryBox h2 {
	margin-bottom: 0.5em;
	color: #C00;
	font-weight: bold;
	font-size: 160%;
}
.entryBox p {
	margin-bottom: 1em;
}
.entryBox .entryDate {
	margin-bottom: 0.3em;
	color: #999;
}
.entryFooter {
	text-align: right;
}



/*----- サイドナビの設定 -----*/
#side {
	float: left;
	width: 180px;
}
#side h2 {
	margin: 0 5px 5px 0;
	padding: 5px;
	color: #FFF;
	font-size: 120%;
	background: #85855C;
}
#side ul {
	list-style: none;
	margin: 0 5px 15px 10px;
}
#side li {
	margin-bottom: 0.5em;
}

#url {
	line-height: 1.5;
	margin-right: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#url a {
	font-size: 120%;
}

#contact {
	background: #FFF;
	margin: 10px 15px 10px 10px;
	padding: 5px 5px 0;
}
#contact p {
	padding-bottom: 0.5em;
}
#contact .name {
	font-weight: bold;
}
#contact .tel {
	font-weight: bold;
	font-size: 140%;
}


/*----- clearfixハック -----*/

/*----- IE以外のモダンブラウザ向け -----*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*----- IE7および、Mac：IE5向け -----*/
.clearfix {
  display: inline-block;
}


/*----- IE6以前向け -----*/
/* Hides from IE-mac \*/
* html.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */