* {
	margin: 0;
	padding: 0;
}

/* ボディに関するCSS */
body {
	margin:0;
	font-size : 80%;
	line-height:150%;
	color: #000000;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #FFF;
	border: 2px solid #ccc;
}
a {
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}

/* 段組に関するCSS */
#main_left {
	float: left;
	width: 680px;
}
#side_right {
	float: right;
	width: 200px;
}
#main {
	float: right;
	width: 455px;
	margin-left: 5px;
}

#side_left {
	float: left;
	width: 200px;
}

#foot {
	clear: both;
}

/* 表に関するCSS */
td {
	padding: 2px;
	line-height: 140%;
}

/* ヘッダに関するCSS */
#head {
	margin-bottom: 15px;
}
h1 {
	float: left;
	width: 384px;
	margin-left: 5px;
}
.banner {
	float: right;
	width: 418px;
	margin-top: 5px;
	margin-right: 30px;
}

#navi {
	clear: both;
	width: 900px;
	height: 45px;
	background: url(http://www.pressnet.co.jp/images/sdback.gif) repeat-x;
}

#navi ul {
	float: left;
	width: 600px;
	list-style: none;
}

#navi li {
	float: left;
	width: 79px;
	font-size: 80%;
	line-height: 110%;
	margin: 5px 0 0 3px;
}

#navi li a {
	padding: 3px 0 0 2px;
	background: url(http://www.pressnet.co.jp/images/sd01.gif) no-repeat;
	color: #ffffff;
	display: block;
	width: 79px;
	height: 31px;
	text-align: center;
	text-decoration: no;
}

#navi li a:hover {
	background: url(http://www.pressnet.co.jp/images/sd02.gif) no-repeat;
	color: #ffffff;
	text-decoration: none;
}
#navi #up a {
	padding: 3px 0 0 2px;
	background: url(http://www.pressnet.co.jp/images/sd03.gif) no-repeat;
}
.blog {
	float: right;
	width: 300px;
	margin: 3px 0 0 0px;
}
#head form {
	float: left;
	width: 500px;
	margin-left: 140px;
}


/* 左サイドに関するCSS */
#side_left h2 {
	margin: 0 0 0 10px;
	width:198px;
	height: 27px;
	text-indent: -9999px;
}
.s1 {
	background: url(http://www.pressnet.co.jp/images/side1.gif) no-repeat;
}
.s2 {
	background: url(http://www.pressnet.co.jp/images/side_front.gif) no-repeat;
}
.s3 {
	clear: left;
	background: url(http://www.pressnet.co.jp/images/side3.gif) no-repeat;
}
.s4 {
	background: url(http://www.pressnet.co.jp/images/side4.gif) no-repeat;
}
.s5 {
	clear: left;
	background: url(http://www.pressnet.co.jp/images/side5.gif) no-repeat;
}

#side_left ul {
	list-style: none;
}

#sira {
	width: 190px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#sira ul {
	margin: 10px 0 0 5px;
	float: left;
	width: 80px;
}

.clear {
	clear: both;
}
.yomu {
	margin: 10px 0 10px 40px;
}
.yomu li {
	list-style-type: square;
	line-height: 110%;
}
#side_left p {
	margin: 10px 0 10px 30px;
}
#side_left h3 {
	margin: 10px 0 10px 20px;
}
#side_left hr {
	margin-left: 5px;
}
.l_banner {
	margin-top: 5px;
	margin-left: 10px;
}


/* 右サイドに関するCSS */
#side_right ul {
	list-style: none;
}
#side_right li {
	margin: 0 2px 5px 0;
}

/* トップ記事に関するCSS */

#top h2 {
	margin: 2px;
	font-size: 110%;
}
#top p {
	margin: 4px;
}

/* ローカルに関するCSS */
.ichi {
	margin-left: 150px;
	font-size: 100%;
	text-align: right;
}

#local {
	margin: 0;
	padding: 0
}
#local iframe {
	margin: 0;
	padding: 0
}
#local h3 {
	font-size: 100%;
}
#local1 {
	float: left;
	width: 125px;
	margin-left: 5px;
}
#local2 {
	float: left;
	width: 125px;
	margin-left: 15px;
}
#local3 {
	float: left;
	width: 125px;
	margin-left: 15px;
}

/* 画像に関するCSS */
.img300_r {
	margin-top:5px;
	margin-left:5px;
	float: right;
	color: #006400; /* 文字の色 */
	font-size: 9pt;
	line-height: 11pt;
	width:300px;
}
.img250_r {
	margin:5px 0 5px 5px;
	float: right;
	color: #006400; /* 文字の色 */
	font-size: 9pt;
	line-height: 11pt;
	width:250px;
}
.img200_r {
	margin-top:5px;
	margin-left:5px;
	float: right;
	color: #006400; /* 文字の色 */
	font-size: 9pt;
	line-height: 11pt;
	width:200px;
}
.img150_r {
	margin-top:5px;
	float: right;
	color: #006400; /* 文字の色 */
	font-size: 9pt;
	line-height: 11pt;
	width:150px;
}

.img150_l {
	float: left;
	width: 150px;
	margin-right: 4px;
}
.img100_r {
	float: right;
	width: 100px;
	margin-right: 4px;
}
.img100_l {
	float: left;
	width: 100px;
	margin-right: 4px;
}
.img50_r {
	float: right;
	width: 50px;
	margin-right: 4px;
}
.img50_l {
	float: left;
	width: 50px;
	margin-right: 4px;
}
.cap {
	text-align: center;
	color: #006600;
}
/* 文字に関するCSS */
#main h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 3px;
	font-size: 110%;
	border-left: solid 10px #0099cc;
	border-bottom: solid 1px #000000;
}

#main h3 {
	margin: 10px 0 0 5px;
	font-size: 110%;
	color: #0000c0;
}
#main h4 {
	margin: 10px 0 0 8px;
	font-size: 105%;
	color: #800000;
}
#main h5 {
	margin: 5px 0 0 9px;
	font-size: 102%;
	color: #000000;
}
#main h6 {
	margin: 5px 0 0 9px;
	font-size: 102%;
	color: #006400;
}
#main p {
	margin: 0px 0 10px 10px;
	font-size: 100%;
}
.small {
	font-size: 80%;
}


/* 投稿に関するCSS */
#toko h3 {
	margin-top: 20px;
	color: #800000;
	border-left: solid 10px #800000;
	padding-left: 10px;
}
#toko p {
	margin-bottom: 15px;
}
.henshu {
	margin: 0px;
	padding: 0px;
	color: #cc0066;
}
.ichim {
	font-size : 200%;
	font-weight: bold;
}

/* 情報倶楽部に関するCSS */
#joho {
	margin: 10px 0 0px 60px;
}
#joho li {
	margin-left: 10px;
	display: inline;
}

/* メモＢＯＸに関するCSS */
#memo {
	margin: 10px 0;
	padding: 5px;
	background-color: #ffffcc;
	border-right: solid 1px #800000;
	border-bottom: solid 1px #800000;
	border-left: solid 1px #ffff00;
	border-top: solid 1px #ffff00;
}
#memo h4 {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #ffffcc;
	padding: 5px;
	background-color: #800000;
	color: #ffffcc;
}
#main .kisha{
	margin: 0 0 20px 0;
	padding: 0;
	text-align: right;
	line-height: 0;
}

/* フッタに関するCSS */
#foot{
	width:100%;
	background: url(http://www.pressnet.co.jp/images/16.gif) repeat-x;
	text-align:center;
}


.aki {
	clear: both;
	margin-top: 30px;
	text-align: center;
	color: #ff0000;
}

#twitter_div {
	margin: 0px;
	padding: 0px;
	width: 200px;
	border: solid 1px #83c1da;
	background-color: #C0DEED;
	word-break:break-all;
}
#twitter_div p {
	margin: 0;
	padding: 0;
	line-height:100%;
}
#twitter_div img {
	vertical-align: top;
}
#twitter_update_list {
	padding: 3px 5px;
	line-height: 110%;
}
#twitter_update_list li {
	margin-bottom:3px;
	border-bottom: solid 1px #83c1da;
}


.youji a {
	display: block;
	width: 195px;
	height: 78px;
	padding-left: 5px;
	background-image : url(http://www.pressnet.co.jp/images/banner_youji.gif);
}

/* 広告に関するCSS */
.text_koukoku {
	margin: 10px 0;
}
.text_koukoku p {
	margin: 10px 0 0 0px;
	font-size: 90%;
	line-height: 120%;
}


