@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 140%;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}


/* 共通設定 */
.clear_both {
	clear: both;
}

#container {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 945px;
	text-align: left;
}


/* 大枠のレイアウト */
#banner {
	width: 945px;
	height: 215px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(img/header_back.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#banner-inner {
	margin: 0px;
	padding: 0px;
}

.header {
	width: 945px;
	height: 165px;
	margin: 0px;
	padding: 50px 0px 0px 0px;
}

h1 {
	width: 840px;
	height: 160px;
	margin: 0px;
	padding: 0px;
}

#pagebody {
	width: 945px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(img/haikei.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#pagebody-inner {
	padding-top: 3px;
}
#left {
	float: left;
	width: 190px;
}
#left-inner {
}
#right {
	float: left;
	width: 650px;
}
#right-inner {
	text-align: center;
}
#entry-box-inner {
	width: 650px;
	text-align: left;
	margin: 0px;
}
#entry-box-left {
	float: left;
	width: 420px;
	text-align: left top;
	margin-bottom: 20px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

.entry {
	width: 420px;
	text-align: left;
	margin-bottom: 30px;
}

.entry-header {
	width: 393px;
	height: 35px;
	padding: 5px 0px 5px 10px;
	margin: 10px 10px 10px 10px;
	background-image: url(img/title_back.jpg);
	background-repeat: no-repeat;
}

h2 {
	float: left;
	width: 308px;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

h2 a:link {
	text-decoration: none;
	color: #990000;
}

h2 a:visited {
	text-decoration: none;
	color: #990000;
}

h2 a:hover {
	text-decoration: underline;
	color: #990000;
}

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

.entry-date {
	float: left;
	font-size: 12px;
	color: #666666;
	text-align: right;
}

.entry-text {
	clear: both;
	width: 380px;
	margin: 0px 10px 10px 20px;
	font-size: 12px;
	color: #333333;
}

#entry-box-right {
	float: left;
	width: 200px;
	margin: 5px 0px 10px 10px;
}

.entry-box-right-text {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #333333;
}

.text-right {
	text-align: right;
	padding: 10px 10px 0px 0px;
	font-size: 12px;
	color: #333333;
}
.entry-box-right-banner {
	width: 140px;
	margin: 20px auto 0px auto;
}


/* プロフィール */
#profile-box-inner {
	width: 640px;
	text-align: left;
	margin: 0px;
}
#profile {
	margin-bottom: 20px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

#profile-inner {
	width: 610px;
	height: 670px;
	margin-bottom: 20px;
	background-image: url(img/profile.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.profile-left {
	width: 410px;
	float: left;
}

.profile-right {
	width: 190px;
	padding-top: 28px;
	margin: 0px;
	float: left;
}

.profile-kana {
	padding: 45px 0px 0px 60px;
	margin: 0px;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.profile-name {
	width: 400px;
	padding: 38px 0px 0px 60px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.profile-ryakureki {
	width: 400px;
	padding: 37px 0px 0px 60px;
	margin: 0px;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 1.5em;
}

.profile-keireki {
	clear: both;
	width: 550px;
	padding: 25px 0px 0px 60px;
	margin: 0px;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 1.5em;
}


/* フッター */
#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	width: 945px;
	height: 133px
}

#footer-inner {
	padding: 55px;
	text-align: center;
}

address {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
	color: #666666;
	font-style: normal;
}


/* リンク */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}


/* ナビ */
.navi-content-entry {
	width: 195px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navi-content-entry ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-decoration: none;
}

.navi-content-entry li {
	height: 50px;
	margin: 5px 0px 0px 0px;
	padding: 10px 20px 0px 32px;
	line-height: 16px;
	font-size: 12px;
	text-decoration: none;
	display: block;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(img/li_back2.jpg);
	background-repeat: no-repeat;
}

.navi-content {
	width: 195px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navi-content ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-decoration: none;
}

.navi-content li {
	height: 40px;
	margin: 0px;
	padding: 10px 0px 0px 32px;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(img/li_back.jpg);
	background-repeat: no-repeat;
}

.navi-content-margin {
	width: 190px;
	height: 100px;
}
