/*------------------------------------------------------------
ブラウザの固有CSSをリセット
-------------------------------------------------------------*/

body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,form,input,p,table,th,td {
	margin: 0;
	padding: 0;
}

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

img { border: 0; }

/*------------------------------------------------------------
メイン設定
-------------------------------------------------------------*/

body {
	background-color: #E6E6E5;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 88%;
	line-height: 1.6;
	text-align: center;
}

p { margin: 10px 0px 10px 0px; }

a { text-decoration: underline; }
a:link { color: #000099; }
a:visited { color: #0000FF; }
a:hover { color: #CC0000; }

/*------------------------------------------------------------
共通部分設定
-------------------------------------------------------------*/

#wrap {
	background-color: #FFFFFF;
	border-color: #DBDBDB;
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 948px;
}

#wrap2 {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 944px;
}

#container {
	background-color: #FFFFFF;
	background-image: url("https://www.1jann.com/images/common/header.gif");
	background-repeat: no-repeat;
	border-color: #BBBBBB;
	border-style: solid;
	border-width: 1px 2px 1px 2px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 940px;
}

#logo {
	float: left;
	margin: 0px 0px 0px 0px;
}

#company {
	color: #DBDBDB;
	float: right;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 0px;
	text-align: right;
	width: 500px;
}

#company a {
	color: #DBDBDB;
	text-decoration: none;
}

#company p {
	line-height: 1.0;
	margin: 0px 0px 0px 0px;
}

h1 {
	background-color: #0000CC;
	clear: both;
	color: #EEEEEE;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
	margin: 145px 1px 0px 1px;
	text-align: center;
}

#head {
	background-color: #0000CC;
	clear: both;
	color: #EEEEEE;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
	margin: 145px 1px 0px 1px;
	text-align: center;
}

#pan {
	font-size: 88%;
	line-height: 1.0;
	margin: 22px 0px 0px 20px;
}

/*------------------------------------------------------------
サイドバー設定
-------------------------------------------------------------*/

#sidebar {
	float: left;
	padding: 15px 20px 15px 20px;
	width: 180px;
}

#sidebar hr {
	border-color: #999999;
	border-style: dashed;
	border-width: 1px 0px 0px 0px;
	height: 1px;
}

#sidebar li {
	font-size: 88%;
}

#sidebar p {
	font-size: 88%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

#sidebar ul {
	list-style: none;
	padding: 0px 0px 0px 15px;
}

#sidebar .inner {
	background-image: url("https://www.1jann.com/images/common/bg.jpg");
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px 5px 0px;
}

#sidebar .mail {
	padding: 0px 0px 0px 0px;
}

#sidebar .title {
	background-image: url("https://www.1jann.com/images/common/title-s.gif");
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #333333;
	font-size: 12px;
	padding: 5px 0px 0px 15px;
}

/*文字を赤くする*/
#sidebar .zspa { color: #FF0000; }

/*------------------------------------------------------------
フッター設定
-------------------------------------------------------------*/

#footer {
	background-color: #EEEEFF;
	border-top: 1px solid #BBBBBB;
	clear: both;
	color: #666666;
	padding: 5px 0px 0px 0px;
	text-align: center;
	width: 940px;
}

#footer p {
	font-size: 88%;
	margin: 0px 0px 0px 0px;
}

/*------------------------------------------------------------
コンテンツ設定
-------------------------------------------------------------*/

#contents {
	float: right;
	padding: 15px 60px 15px 30px;
	width: 620px;
}

#contents h2 {
	background-image: url("https://www.1jann.com/images/common/title-t.jpg");
	background-repeat: no-repeat;
	color: #0000CC;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 25px;
}

#contents hr {
	border-color: #999999;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	clear: both;
	height: 1px;
	margin: 0px 0px 35px 0px;
}

#contents li {
	float: left;
	line-height: 1.6;
	margin: 0px 20px 15px 0px;
	white-space: nowrap;
}

#contents ul {
	list-style: none;
	margin: 0px 0px 10px 25px;
	width: 595px;
}

#contents .return {
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#contents .title {
	background-image: url("https://www.1jann.com/images/common/title-b.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	width: 620px;
}

#contents .title-l {
	background-image: url("https://www.1jann.com/images/common/title-lb.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	width: 620px;
}

#contents .title-top {
	background-image: url("https://www.1jann.com/images/common/title-lt.jpg");
	background-repeat: no-repeat;
	color: #0000CC;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 15px;
}

/*------------------------------------------------------------
カテゴリー追加設定
-------------------------------------------------------------*/

#cat {
	float: right;
	padding: 15px 60px 15px 30px;
	width: 620px;
}

#cat h1 {
	background-color: transparent;
	background-image: url("https://www.1jann.com/images/common/title-t.jpg");
	background-repeat: no-repeat;
	color: #0000CC;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 25px;
	text-align: left;
}

#cat ul {
	list-style: none;
	margin: 0px 25px 10px 25px;
}

#cat .return {
	margin: 20px 0px 10px 0px;
	text-align: center;
}

#cat .title {
	background-image: url("https://www.1jann.com/images/common/title-b.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	width: 620px;
}

/*------------------------------------------------------------
エントリー追加設定
-------------------------------------------------------------*/

#entry {
	float: right;
	padding: 15px 60px 15px 30px;
	width: 620px;
}

#entry h1 {
	background-color: transparent;
	background-image: url("https://www.1jann.com/images/common/title-t.jpg");
	background-repeat: no-repeat;
	color: #0000CC;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 25px;
	text-align: left;
}

#entry p {
	margin: 0px 25px 15px 25px;
}

#entry .navi { padding: 20px 0px 80px 0px; }
#entry .next { float: right; }
#entry .prev { float: left; }

#entry .return {
	clear: both;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#entry .title {
	background-image: url("https://www.1jann.com/images/common/title-b.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	width: 620px;
}

/*行間を開ける*/
#entry .zspa { margin: 30px 25px 15px 25px; }

/*中央揃え*/
#entry .zspb { text-align: center; }

/*太字で強調（文中）*/
#entry .zspc { font-weight: bold; }