﻿body {
	margin: 0px;
	background:url("../images/usr/bg_body.jpg") repeat-x left top;
}

a img {
border:none;
}
div.topnav {
	background-color: #383838;
	height: 25px;
	width: 100%;
}

img.topnav {
	float: right;
	margin: 6px;
	margin-right:25px;
	border: 0px;
}

.header {
	float: left;
	background-color: #0b7197;
	background-image: url("../images/usr/headerbg.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 103px;
}

.logoheader {
	height: 75px;
	float: left;
	width: 100%;
	font-size:250%;
	color:#FFFFFF;
	font-weight:bold;
}

.logo {
	margin: 0px;
	width:600px;
	margin-left: 18px;
	height:80px;
	margin-top: 10px;
	padding-top:30px;
	padding-left:55px;
	font-size:28px;
}

.logo a {
color:#FFFFFF;
text-decoration:none;
}

/*Navigation*/

.navi {
	height: 28px;
	width: auto;
	text-align: center;
	float: right;
	margin: 0px;
}

.nav {
	list-style-type: none;
	float: right;
	margin: 0px;
}

.nav li {
	float: left;
	height: 28px;
	background-image: url("../images/usr/images/navtab.png");
	width: 94px;
	margin-right: 3px;
}

.nav a {
	font-family: "Verdana", sans-serif;
	font-size: .65em;
	color: white;
	padding: 8px 0px 8px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
}

.nav a:hover {
	float: left;
	background-image: url("../images/usr/images/navhover.png");
	width: 94px;
}

.nav a.active {
	background-image: url("../images/usr/images/navactive.png");
	color: gray;
}

.navspace {
	width: 22px;
	height: 25px;
	float: right;
}

/* Main Content */
#outer {
	width:930px;
	border:solid 1px #cccccc;	
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	padding-left:15px;
	background:#FFFFFF;

}

}
#all {
	margin-left: auto;
	margin-right: auto;
	width: 909px;
	overflow:hidden;
}

.banner {
	margin: 0px;
	margin-top: 10px;
	float: left;
}

.title {
	
	width: 606px;
	border: 0px;
	margin: 5px 0px 0px 0px; 

}


.maincontent {
	float: left;
	width: 606px;
	margin: 0px 15px 0px 0px;
}

#innerpg {
	padding: 15px 0px 0px 0px;
}
.content {
	float: left;
	width: 591px;
}

h1 {
	font-size:140%;
}

#bt {
	width:100%;
	text-align:center;
	clear:both;
	margin:20px auto;
}

/*-----------------------------------------------------------------------------------*/
/*       カテゴリ一覧
/*-----------------------------------------------------------------------------------*/

#tit_categoryList {
border-left:solid 7px #cccccc;
border-bottom:solid 2px #cccccc;
padding-left:10px;
font-size:100%;
font-weight:bold;
}

/*-----------------------------------------------------------------------------------*/
/*       コメント表示エリア
/*-----------------------------------------------------------------------------------*/

#commentView {
width:550px;
margin:10px auto;
clear:both;
border: solid 1px #ccc;

}

#commentView .commentBox {
margin:15px auto;
width:480px;
background:#f3f8fa;
border: solid 1px #ccc;
}

.detail_commentBox {
padding:0px 3px;
line-height:1.5em;
font-size:85%;
}

.name_commentBox {
text-align:right;
padding:0px 3px;
line-height:1.5em;
font-size:85%;
}

/*-----------------------------------------------------------------------------------*/
/*       コメント投稿エリア
/*-----------------------------------------------------------------------------------*/

#comment {
width:550px;
margin:10px auto;
clear:both;
border: solid 1px #ccc;
}

#comment table {
width:500px;
margin:0px auto;
font-size:90%;
}

#comment table th {
vertical-align:text-top;
}

#comment table td input {
margin-bottom:15px;
}
#fm_txtArea {
width:400px;
}

#btn {
margin:10px auto;
text-align:center;
}

#btn input {
margin:0px 5px;
}
#tit_fm {
margin:10px 0px 0px 10px;
}
.caution {
font-size:75%;
}
.content  #newReview {
margin-left:15px;
min-height:300px;
list-style-type:none;
line-height:1.5em;
font-size:85%;

}

#newReview th {
font-weight:bold;
margin-right:10px;
vertical-align:text-top;
}

#newReview td a {
color:#144389;
text-decoration:underline;
}

#newReview td a:hover {
color:#144389;
text-decoration:none;
}


.txt_date {
font-weight:bold;
margin-right:10px;
}
p.welcometxt {
	color: #a4a4a4;
	font-family: "Verdana", sans-serif;
	font-size: .7em;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	line-height: 1.5em;
	width: 455px;
}

p.txt {
	color: #a4a4a4;
	font-family: "Verdana", sans-serif;
	font-size: .7em;
	line-height: 1.5em;
	float: left;
	margin: 10px 0px 10px 0px;
}

p.txttitle {
	margin: 5px 0px 0px 0px;	
	color: #a4a4a4;
	font-family: "Verdana", sans-serif;
	font-size: .7em;
	line-height: 2em;
	float: left;
	width: 605px;
}

img.welcome {
	float: left;
	margin: 10px 10px 10px 0px;
	border: #BFBFBF 1px solid;
}

.column {
	float: left;
	width: 175px;
}

#col2 {
	margin: 0px 39px 0px 39px;
}
img.column {
	border: #BFBFBF 1px solid;
	float: left;
}

img.column:hover {
	border: #6a6a6a 1px solid;
}
h3.column {
	font-size: .7em;
	color: #a4a4a4;
	font-family: "Verdana", sans-serif;
	margin: 10px 0px 5px 0px;
}

h3.column a {
	color: #a4a4a4;
	text-decoration: none;	
}

h3.column a:hover {
	color: #6a6a6a;
	text-decoration:underline;
}

p.column {
	float: left;
	font-size: .65em;
	color: #a4a4a4;
	font-family: "Verdana", sans-serif;
	margin: 5px 0px 0px 0px;
	line-height: 1.2em;
}

/*Sidebar*/

.whitespace {
	width: 266px;
	height: 15px;
	float: left;
	border: 0px;
}
.sidebar {
	float: left;
	background-color: #f3f2e7;
	border: #dedecc 1px solid;
	width: 266px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}

.sidebartext {
	font-family: "Verdana", sans-serif;
	font-size: .65em;
	color: #d8d7cb;
	margin: 5px 0px 7px 0px;
	float: left;
}

.sidebarimg {
	float: left;
}

.search {
	float: left;
	border: #d6d5c4 1px solid;
	font-size: .75em;
	height: 15px;
	padding: 4px;
	margin: 5px 5px 0px 0px;
	font-family: "Arial", sans-serif;
	color: #b0afa3;
	background-color: #fffef0;
	width: 215px;
}

.button {
	float: left;
	background-color: #0b7197;
	height: 25px;
	padding: 4px;
	width: 35px;
	font-size: .75em;
	color: white;
	margin: 5px 0px 0px 0px;
	text-align: center;
	font-family: "Arial", sans-serif;
	border: 0px;
	font-weight: bold;
	text-decoration: none;
}

.button:hover {
	border: 0px;
	height: 25px;
	padding: 4px;
	background-color: #353535;
}

.newstitle {
	margin-bottom: 5px;
	float: left;
}

.news div a {
	float: left;
	width: 260px;
	border: 0px;
	background-color: #f3f2e7;
	text-decoration: none;
	border-top: #d8d7ce 1px dotted;
}

.news div a:hover {
	background-color: #eeecdd;
}

a strong.newsheader {
	width: 260px;
	font-size: 1em;
	color: #abaaa2;
	font-family: "Verdana", sans-serif;
	text-decoration: none;
}

p.newstxt a{
	padding: 10px 0px 10px 5px;
	font-size: .65em;
	color: #bfbfbf;
	font-family: "Verdana", sans-serif;
	text-decoration: none;
	line-height: 1.3em;
}

/* Footer */

.footer {
	float: left;
	background-image: url("../images/usr/footerbg.jpg");
	background-repeat: repeat-x;
	width: 100%;
	height: 27px;
	text-align: center;
	font-family: "Verdana", sans-serif;
	font-size: .7em;
	color: #8a8a8a;
	padding: 8px 0px 5px 0px;
	margin: 60px 0px 10px 0px;
}

#item_list {
list-style-type:none;
font-size:85%;
line-height:1.5em;
}

#item_list li {
margin-top:10px;
border-bottom:dotted 1px #cccccc;
padding-bottom:5px;
}

#item_list li a {
color:#333333;
text-decoration:none;
}

#item_list li a:hover {
color:#999999;
text-decoration:underline;
}
/*
----------------------------------------------------------------------
						TRANCEPARENT
----------------------------------------------------------------------
*/

* .iepng{
behavior:expression(IEPNGFIX.fix(this));
}
