@charset "UTF-8";

/***********************************************************************************
  全般
***********************************************************************************/

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: "Verdana", "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	word-break: break-all;
	word-wrap: break-word;
	list-style-type: none;
	list-style-position: outside;
}

body {
	text-align: center;
}

a:link {
	color: #0044cc;
}

a:visited {
	color: #990099;
}

a:hover {
	color: #ff6600;
}

a:active {
	color: #cc0000;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
}

.clear {
	height: 0px;
	_height: 1px;
	overflow: hidden;
	clear: both;
}

div#wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
}

form .text {
	width: 280px;
	margin: 0 5px 0 0;
	padding: 3px 0 2px 3px;
	font-size: 12px;
	vertical-align: middle;
}

form .btn {
	width: 100px;
	height: 24px;
	font-size: 12px;
	vertical-align: middle;
}

form .btn:hover {
	cursor: pointer;
}

/***********************************************************************************
  ヘッダー
***********************************************************************************/

div#top {
	padding: 0 5px 0 5px;
	background-color: #eeeeee;
	border-bottom: 1px #cccccc solid;
	text-align: center;
}

div#top h1 {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 5px 0 3px 0;
	font-size: 12px;
	color: #666666;
	text-align: left;
}

div#header_wrapper {
	border-bottom: 1px #cccccc solid;
}

div#header {
	width: 950px;
	height: 85px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div#header a, div#header strong {
	width: 164px;
	height: 25px;
	margin: 30px 0 0 0;
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	display: block;
	background-image: url(../img/title.gif);
	float: left;
}

div#header a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

div#header form {
	width: 785px;
	padding: 20px 0 0 0;
	text-align: right;
	float: right;
}

div#header form p {
	padding: 0 0 10px 0;
	font-size: 12px;
	color: #666666;
}

/***********************************************************************************
  コンテンツ
***********************************************************************************/

div#contents {
	width: 770px;
	text-align: left;
	float: right;
}

div#contents div.title {
	height: 28px;
	overflow: hidden;
	background: url(../img/title_bg.jpg) repeat-x bottom;
	border: 1px #cccccc solid;
}

div#contents div.title h2 {
	padding: 7px 5px 20px 20px;
	background: url(../img/title_black.jpg) no-repeat 1px 1px;
}

div#contents div.red h2 {
	background-image: url(../img/title_red.jpg);
}

div#contents div.blue h2 {
	background-image: url(../img/title_blue.jpg);
}

div#contents div.green h2 {
	background-image: url(../img/title_green.jpg);
}

div#contents div.purple h2 {
	background-image: url(../img/title_purple.jpg);
}

div#contents p.comment {
	padding: 20px 0 0 0;
	line-height: 140%;
}

div#contents div.left {
	width: 375px;
	margin: 0 20px 0 0;
	padding: 0 0 20px 0;
	float: left;
}

div#contents div.right {
	width: 375px;
	padding: 0 0 20px 0;
	float: right;
}

div#contents div.small {
	width: 243px;
}

div#contents a.goto_top {
	width: 109px;
	height: 17px;
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	background-image: url(../img/goto_top.gif);
	display: block;
	float: right;
}

div#contents a.goto_top_icon {
	width: 45px;
	height: 17px;
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	background-image: url(../img/goto_top_icon.gif);
	display: block;
	float: right;
}

div#contents a.goto_top:hover,
div#contents a.goto_top_icon:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div#contents p.border {
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px #666666 dotted;
}

div#contents a.back {
	width: 66px;
	height: 16px;
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	background-image: url(../img/back.gif);
	display: block;
}

div#contents a.back:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/***********************************************************************************
  左サイド
***********************************************************************************/

div#left {
	width: 160px;
	text-align: left;
	float: left;
}

div#left dl.link {
	margin: 0 0 15px 0;
	border-top: 1px #cccccc solid;
}

div#left dl.link dt {
	padding: 8px 10px 5px 10px;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #eeeeee;
	background: url(../img/title_bg.jpg) repeat-x bottom;
}

div#left dl.link dd {
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

div#left dl.link dd a {
	padding: 7px 10px 5px 22px;
	font-size: 13px;
	background: url(../img/arrow.gif) no-repeat 10px;
	display: block;
}

div#left dl.keyword dt {
	font-size: 13px;
	text-align: center;
	line-height: 140%;
}

div#left dl.keyword dd a {
	padding: 8px 10px 5px 10px;
	line-height: 140%;
	background-image: none;
}

div#left dl.keyword dd a:hover {
	background-color: #eeeeee;
}

div#left dl.check {
	margin: 0 0 5px 0;
}

div#left div.delete {
	margin: 0 0 15px 0;
	text-align: right;
}

div#left div.delete a {
	padding: 0 0 0 22px;
	font-size: 12px;
	background: url(../img/arrow.gif) no-repeat 10px;
}

div#left .ad {
	padding: 0 0 15px 0;
}

/***********************************************************************************
  フッター
***********************************************************************************/

div#footer_wrapper {
	border-top: 1px #cccccc solid;
}

div#footer {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 10px 0 15px 0;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

div#footer a {
	padding: 0 5px 0 5px;
	font-size: 12px;
}



