* {
	padding:0;
	margin:0;
}

body {
	background-color: #F5F5F5;
	font-family: "Verdana", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
}

/* =================================== */
/* Áõ¾ð¼¡2¡¦*/
/* =================================== */

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

hr { display:none; }

li { line-height:170%; }

img { border-width: 0px; }

blockquote {
	padding: 10px;
	margin: 5px 0px 5px 25px;
	border: 1px dashed #e0e0e0;
}

br.clear {
	clear			: both;
	font			: 0/0 sans-serif;
}

/* ---Link Color--- */
a:link { color: #256C74; text-decoration: underline; }
a:visited {	color: #135A4A;	text-decoration: underline; }
a:hover { color: #D67206; text-decoration: underline; }



/* =================================== */
/* Layout */
/* =================================== */

#wrapper {

}

#header {
	padding: 5px 0px 5px 16px;
	border-bottom: 1px solid #d3d3d3;
	background-color: #FFF;
}

#contents {
	width:100%;
	background-color: #F5F5F5;
	background: url(./contents_bg.gif) repeat-x;
}

#main {
	width:auto;
	margin: 0px 220px 0px 0px;
	padding: 20px 15px 0;
}

#side {
	float: right;
	width: 220px;
	margin-bottom: 15px;
	background: url(./side_bg.gif) repeat-y;
}



/* =================================== */
/* header */
/* =================================== */

#header h1,
#header h1.site_title a {
	padding: 0px;
	margin: 0 0 5px 0;
	font-size: 24px;
	color: #ce1010;
	text-decoration: none;
}

.description {
	font-size: 10px;
	margin: 0 0 3px 0;
}

.site_error {
	font-size: 10px;
	color: red;
	margin: 10px 0px 1px 30px;
}

.entry_menu {
	padding: 4px 0px 4px 16px;
	border-bottom: 1px solid #929292;
	font-size: 9px;
	color: #3C3C3C;
	word-spacing: 2px;
	background-color: #fff;
	background: url(./calendar_bg.gif) repeat-x;
	background-position: bottom;
}


/* =================================== */
/* Main Area */
/* =================================== */

.entry {
	width:99%;
	margin:0 auto 20px;
	color: #454545;
}

.comment {
	width:99%;
	margin:0 auto 20px;
	color: #454545;
	position: relative
}

.entry_title {
	height:12px;
	padding: 15px 0px 7px;
	margin: 0px 15px;
	border-bottom: 3px solid #F0F0F0;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:100%;
}

.entry_body {
	padding:15px 20px 15px 20px;
	font-size: 12px;
	line-height: 170%;
	color: #666;
	position:relative;
	overflow:hidden;
}

.entry_date {
	color: #999;
	margin: 15px;
	font-size:10px;
	//text-align:right;
}

blockquote {
	font-size: 12px;
	color: #666;
	margin:0;
	padding:10px;
	border-left:   1px solid #CCC;
	border-right: 1px solid #CCC;
}

.entry_state {
	margin: 0 15px;
	font-size: 10px;
	color: #666;
	line-height:100%;
}


/* Entry Frame */

.entry_body_side_l {
	background-color: #fff;
	background-image: url(./entry_bg_l.gif);
	background-repeat: repeat-y;
	font-size:0;
}

.entry_body_side_r {
	background-color: transparent;
	background-image: url(./entry_bg_r.gif);
	background-position: right;
	background-repeat: repeat-y;
	font-size:0;
}

.entry_body_hd {
	height: 27px;
	background-color: transparent;
	background-image: url(./entry_hd.gif);
	background-repeat: repeat-x;
	font-size:0;
}

.entry_body_hd_l {
	height: 27px;
	background-color: transparent;
	background-image: url(./entry_hd_l.gif);
	background-repeat: no-repeat;
	font-size:0;
}

.entry_body_hd_r {
	height: 27px;
	background-image: url(./entry_hd_r.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-size:0;
}

.entry_body_ft {
	height: 15px;
	background-color: transparent;
	background-image: url(./entry_ft.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size:0;
}

.entry_body_ft_l {
	height: 15px;
	background-color: transparent;
	background-image: url(./entry_ft_l.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size:0;
}

.entry_body_ft_r {
	height: 15px;
	background-color: transparent;
	background-image: url(./entry_ft_r.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size:0;
}



/* FORM */
.form_fieldset {
  border-width: 0px;
  margin: 15px 0px;
  padding: 0px;
}

.form_line {
  font-size: 10px;
  width: 100%;
  font-family: "Verdana", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka";
}

.form_box {
  font-size: 12px;
  width: 100%;
  font-family: "Verdana", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka";
}

.form_pass {
  font-size: 10px;
}

.form_btn {
  font-size: 10px;;
  margin: 5px 0px;
}

.form_label {
 font-size: 10px;
 color: #666;
}



.tb_area {
	font-size: 10px;
	color: #666;
	margin:10px 0 10px 0;
	padding: 5px;
	border:1px solid #F0F0F0;
}


.tb_title {
	height:12px;
	padding: 15px 0px 7px;
	margin: 0px 15px;
	border-bottom: 3px solid #F0F0F0;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:100%;
}

.tb_detail {
	padding:5px 10px;
	border-bottom:1px dotted #F0F0F0;
	color:#333;
}

.tb_description {
	padding:5px 10px;
	font-size:12px;
	color:#999;
}


/* LIST */

.entry_list {
	font-size:12px;
	color: #999;
	line-height: 170%;
}

.entry_list li {
    padding-bottom: 5px;
}

.entry_list span {
	font-size:10px;
}

.entry_list_description {
	padding:15px;
	margin: 10px 20px 0px 0px;
	list-style:none;
	border:1px solid #aaa;
}

/* CLOUD */

.entry_cloud {
	font-size: 10px;
	color: #999;
	line-height: 1.6;
	margin: 15px 0px 15px 0px;
}

.entry_cloud a {
    margin: 5px;
}


.lightup {
	background-color: #F0FFF0;
	cursor: pointer;
}

/* =================================== */
/* Side Area */
/* =================================== */

.pict {
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}

.side_body {
	padding:0 0 0 22px;
	width:184px;
}

.side_top {
	height: 20px;
	background-image: url(./side_bg_hd.gif);
	background-repeat: no-repeat;
	text-indent:0;
	overflow:hidden;
}

.side_btm {
	height: 18px;
	background-image: url(./side_ft.gif);
	background-repeat: no-repeat;
	text-indent:0;
	overflow:hidden;
}



.linktitle {
	padding: 4px 0px 2px 7px;
	border-bottom: 2px solid #E0E0E0;
	font-family: "Verdana", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka";
	font-size: 10px;
	font-weight: bold;
	color: #CE1010;
	text-shadow: #ddd 2px 2px 2px;
	background: url(./linktitle_bg.gif) no-repeat;
}

.linktext {
	padding: 0;
	margin:0 0 20px 0;
	font-size: 10px;
	color: #6F6F6F;
	line-height: 10px;
	border-bottom: 1px solid #e0e0e0;
	background: url(./sidemodule_bg.gif) repeat-y;
}

.linktext02 {
	padding: 10px;
	margin:0 0 20px;
	font-size: 10px;
	color: #6F6F6F;
	line-height: 10px;
	border-bottom: 1px solid #e0e0e0;
	background: url(./sidemodule_bg.gif) repeat-y;
}

	.linktext ul {
		padding: 5px 0;
		margin: 0px;
		list-style-type: none;
	}
	
	
	.linktext ul li {
		padding: 0px 0px 3px 13px;
		margin:0 5px;
		background-image: url(./arrow.gif);
		background-position: 0 5px;
		background-repeat: no-repeat;
	}


/* Search */


.search_form {
	width:100px;
	font-size:10px;
	font-family: "Verdana", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka";
}

.search_btn {
	font-size:10px;
}

	.search_result ul {
		padding: 5px 0;
		margin: 0px;
		list-style-type: none;
	}
	
	.search_result ul li {
		padding: 0px 0px 3px 13px;
		margin:0 5px;
		background-image: url(./arrow.gif);
		background-position: 0 5px;
		background-repeat: no-repeat;
	}

/* =================================== */
/* Footer */
/* =================================== */

.copyright {
	font-size: 10px;
	color: #ce1010;
	line-height: 170%;
	border-top: 1px solid #666666;
	margin: 0 9px 60px 5px;
	padding:5px 0 0;
}

.pagetop {
	float: right;
}

.err {
	color:red;
}


/* =================================== */
/* ¥Ú¡¼¥¸Á÷¤æ*/
/* =================================== */

.navi {
	margin: 0 0 10px;
	padding: 0 9px 0 5px;
	text-align:left;
	font-size:12px;
}

.navi strong {
	font-size: 130%;
	font-weight: bold;
}

