/* CSS Document */


/* ########################### 共通のスタイル ########################### */
body {
	margin-top: 20px;
	background-color: #006A7F;
	background-image: url(http://j-ivus.jp/images/common/back_g.gif);
	background-repeat: repeat-x;
	text-align: center;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}



/* ########################### ヘッダー ########################### */

#header {
	width: 701px;
	height: 141px;
	margin: auto;
	background-image: url(http://j-ivus.jp/images/common/title_b.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#headerin {
	width: 670px;
	margin: auto;
}

/* タイトル */
#title {
	width: 400px;
	padding-top: 20px;
	text-align: left;
	float: left;
}

/* 検索 */
#search {
	width: 260px;
	padding-top: 37px;
	text-align: right;
	float: right;
}

#search form {
	margin: 0px auto;
}

#stextarea {
	width: 150px;
	border: 1px solid #CCCCCC;
	line-height: 22px;
}

#sb {
	width: 45px;
	height: 22px;
	vertical-align: middle;
}


/* ########################### コンテンツ ########################### */


#contents {
	width: 701px;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(http://j-ivus.jp/images/common/frame.gif);
	background-repeat: repeat-y;
}

#top {
	width: 701px;
	height: 15px;
	background-image: url(http://j-ivus.jp/images/common/top.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

#bottom {
	width: 701px;
	height: 15px;
	background-image: url(http://j-ivus.jp/images/common/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 0px;
}

/* メニュー */
#menu {
	width: 180px;
	margin: auto;
	text-align: center;
	float: left;
}

/* Homeへのリンク */
#gohome {
	width: 180px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(http://j-ivus.jp/images/common/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#gohomein {
	width: 160px;
	margin: auto;
	padding-bottom: 3px;
	text-align: left;
}


/* カテゴリー */
.cate {
	margin-top: 0px;
	margin-bottom: 0px;
}

.cate a {
	background-image: url(http://j-ivus.jp/images/common/bback.gif);
	background-position: 0px 0px;
	width: 180px;
	height: 25px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	text-decoration: none;
	color: #000000;
}
.cate a:hover {
	background-position: 0px 25px;
}


/* アーカイブ */
#archives {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	line-height: 120%;
	background-color: #FFFFFF;
	background-image: url(http://j-ivus.jp/images/common/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#archive-in {
	width: 145px;
	margin: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

#archive-in h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 90%;
	font-weight: bold;
	color: #006A7F;
}


/* What's New */
.new-e {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 80%;
}

.new-e ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: none;
}

.new-e li {
	margin-top: 0px;
	padding-bottom: 10px;
}


/* MovableType */
#mt {
	margin: 10px auto;
}

/* ########################### メイン ########################### */

#main {
	width:  511px;
	margin: auto;
	float: right;
	text-align: center;
}

#main h1 {
	width: 481px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
	font-size: 100%;
}


/* エントリー */
.entry {
	width: 481px;
	margin: 0px auto 10px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
}

.entryin {
	width: 471px;
	margin: auto;
	text-align: left;
}

.entryin h2 {
	margin: 15px auto;
	border-left: 5px solid #006A7F;
	padding-left:5px;
	color: #006A7F;
	font-size: 100%;
	line-height: 140%;
}


/* 続きを読む */
.extended {
	margin-top: 10px;
	margin-bottom: 10px;
}

.extended img {
	vertical-align: middle;
	margin-right: 3px;
}


/* 投稿者 */
.posted {
	margin: 0px auto;
	text-align: right;
}


/* ページのトップへ戻る */
.gotop {
	width: 471px;
	margin: auto;
	text-align: right;
}

/* ########################### フッター ########################### */

#footer {
	width: 690px;
	margin: 2px auto;
	text-align: right;
}

#footer img {
	vertical-align: middle;
	margin-left: 3px;
}


/* ########################### トラックバック ########################### */

.trackback {
	width: 481px;
	margin: 15px auto;
	text-align: center;
}

.trackback h3 {
	background-color: #006A7F;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.trackbackin {
	width: 471px;
	margin: auto;
	text-align: left;
}


.trackbackin p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.track {
	width: 471px;
	margin: 10px auto;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.trackin {
	width: 451px;
	margin: auto;
	text-align: left;
}

.trackin img {
	vertical-align: middle;
	margin-right: 3px;
}

.trackin p {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* ########################### コメント ########################### */

.comment {
	width: 481px;
	margin: 15px auto;
	text-align: center;
}

.comment h3 {
	background-color: #006A7F;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin: 0px auto;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.com {
	width: 471px;
	margin: 10px auto;
	border: 1px solid #CCCCCC;
	text-align: center;
}


.comin {
	width: 451px;
	margin: 10px auto;
	text-align: left;
}

.postcom {
	width: 471px;
	margin: auto;
	text-align: left;
}

.postcom p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.postcom from {
	margin-bottom: 0px;
}


/* ########################### カテゴリー ########################### */
.categ {
	width: 481px;
	margin: 0px auto 10px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
}

.categin {
	width: 471px;
	margin: auto;
	text-align: left;
}

.categin ul {
	list-style-type: none;
	list-style-image: url(http://j-ivus.jp/images/common/arrow_li.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}

.categin li {
	margin-bottom: 10px;
	padding-bottom: 5px;
}


/* ########################### 検索結果 ########################### */
#re_form {
	width: 471px;
	margin: 0px auto 10px;
	text-align: center;
	background-color: #EDEDED;
	border: 1px solid #CCCCCC;
}

#re_formin {
	width: 441px;
	margin: 10px auto;
	text-align: left;
}

#re_formin form {
	margin-top: 0px;
	margin-bottom: 0px;
}

#re_formin h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 80%;
	font-weight: bold;
}

#re_formin p {
	margin-top: 2px;
	margin-bottom: 0px;
}

#result {
	width: 461px;
	margin: auto;
	text-align: left;
}

#result ul {
	list-style-type: none;
	list-style-image: url(http://j-ivus.jp/images/common/arrow_li.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}

#result li {
	margin-bottom: 0px;
	padding-bottom: 2px;
}

#result p {
	margin-top: 0px;
	margin-bottom: 10px;
}

