@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover {
	color: #0066cc;  
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
#description {
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 2px;
}


/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 830px;
	border-right: 1px solid #D5C3C0;
	border-left: 1px solid #D5C3C0;
	margin: 0px auto;

}
#main {
	padding: 10px;
	float: right;
	width: 590px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 2px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DECDE6;
	border-left-color: #DECDE6;
	font-size: 12px;
	background-color: #FFFFFF;

}
.textblueL {
	font-size: 12px;
	color: #003399;
	font-weight: bold;
}

#sidebar {
	padding: 10px;
	float: left;
	width: 180px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DECDE6;
	background-color: #FFFFFF;
}

/* header styles
------------------------------*/

#header {
	border-top-width: 10px;
	position: relative;
	margin-bottom: 30px;
	border-top-color: #E0C2CC;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
#header  #tytle {
	background-color: #FFFFFF;
	height: 65px;
	width: 830px;

}
#header   #logo a {
	text-decoration: none;
}
#header  #bottan a {
	background-color: #FFFFFF;
	width: 618px;
	padding: 5px;
	text-align: right;
	text-decoration: none;
	right: 10px;
}



#header #wall {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 55px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	width: 830px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-top-color: #517631;
}
#header #navi {
	margin: 0px;
	padding: 0px;
	width: 100%;
}


#header ul {
	background-color: #FFFFFF;
	width: 830px;
	position: absolute;
}
#header ul li {
	float: left;
	list-style-type: none;
	font-weight: bold;
}
#header ul li a {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	height: 2.5em;
	width: 136px;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
#header ul li a:hover {
	background-color: #D9D2D7;
}
#header ul li#nHome a {
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #cccccc;
}
#header ul li#nContact a {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#home #header #nHome a {
	color: #FFFFFF;
	background-color: #828CA7;
}


/* main styles
------------------------------*/

#main h2 {
	margin-bottom: 15px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1ex;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/square_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	float: left;
	width: 10em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 15px;
}

#main h4 {
	font-size: 16px;
	font-weight: bold;
	color: #C875AC;
}

#main dl dt a {
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #3048B4;
}
#main dl dt {
	clear: both;
}
#main dl dd {
	margin-bottom: 10px;
	font-size: 12px;

}

/* sidebar style
------------------------------*/

#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar   ul   li {
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 3px;
	font-size: 12px;
	list-style-image: url(images/m003_04.gif);
	list-style-position: inside;
}
#sidebar ul li a {
	color: #336666;
	font-weight: normal;
	font-size: 12px;
}
#sidebar ul li a:hover {
	color: #990033;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990033;
}
#sidebar ul li a:visited {
	color: #336666;
	text-decoration: none;
}

#sidebar dl dt{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	clear: both;	
}

#sidebar dl dd a  {
	margin-bottom: 10px;
	margin-left: 5px;

}
#sidebar #category {
	font-weight: bold;
	color: #BD2952;
	height: 20px;
	width: 90%;
	border: 1px solid #DECDE6;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	letter-spacing: 2px;
	margin-top: 10px;
}



/* cabinet styles
------------------------------*/

#cabinet {
	width: 830px;
	margin-bottom: 20px;
	border-top: 1px solid #D5C3C0;
	font-size:12px;
	padding-top: 20px;
}
#cabinet #boxL  {
	padding: 5px;
	float: left;
	width: 400px;
}
#cabinet #boxR  {
	padding: 5px;
	width: 400px;
	float: right;
}
#cabinet #boxR #inbox {
	margin-right: 20px;
}

#cabinet h3 {
	font-size: 14px;
	width: 90%;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F5755B;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
	color: #FF6633;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}


/* footer styles
------------------------------*/

#footer {
	color: #FFFFFF;
	background-color: #D5C3C0;
	clear: both;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#footer ul li a {
	color: #5A4A52;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #663366;
	text-decoration: underline;
	font-weight: normal;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style-type: none;
}
#footer p {
	margin: 0px;
	float: right;
}

/*
------------------------------*/
.attention {
	color:#CC0000;
	font-weight:bold;
}
.textbox {
	padding: 10px;
	width: 95%;
	background-color: #FAF0E6;

}
.textbox a {
	color: #003399;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
}
.textbox a:hover {
	color: #B58463;
	text-decoration: none;
	border-bottom-style: none;
}
.textblue {
	color: #003399;
}
#main  .textarea {
	background-color: #FFFFFF;
	width: 88%;
	border: 2px solid #CCD1E8;
	margin-bottom: 10px;
	color: #333333;
	margin-left: 12px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.mawari {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	clear:none;
}
.mawariright {
	float: right;
	margin-left: 20px;
}
.thin {
	margin-top: 5px;
}


.right {
text-align:right;

}
.linktitle {
	color: #CC99FF;
	FONT-FAMILY: comic sans MS;
	font-size:12px;
	font-weight:normal;
	background-color : #FFF0F5;
	WIDTH:90%x;
	HEIGHT:20px;
	text-align: center;
	margin-top:20px;
	border: 1px solid #DECDE6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.linktext {
	font-size:11px;
	font-weight:normal;
	background-color : #fff;
	border-right: 1px solid #DECDE6;
	border-bottom: 1px solid #DECDE6;
	border-left: 1px solid #DECDE6;
	WIDTH:90%px;
	line-height: 170%;
	margin-bottom:20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#main h1 {
}

#main #hyoki {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main #boxlave {
	margin: 10px;
	padding: 20px;
	width: 95%;
	border: 2px solid #9CA7DA;
}
#main h1 {
	font-size: 14px;
	background-color: #C6AE9C;
	border: 1px solid #B58263;
	padding-left: 10px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
#wrapper #main h3 {
	color: #333333;
}

.textbox {
	font-size: 12px;
	color: #333333;
	padding: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 1px solid #B58263;
	line-height: 1.5em;
	width:92%;
}
.textbox2 {
	line-height: 120%;
	padding: 10px;
	width: 470px;
	border: 1px solid #660000;
	margin-left: 50px;
	margin-bottom: 30px;
	margin-top: 10px;
}

#main .textbox h3 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 10px;
}



#main h3 {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
}
#main  #pan {
	font-size: 12px;
	margin-bottom: 20px;
	margin-left: 10px;
	color: #0033FF;
}

#pan a {
	line-height: 2em;
	color: #990033;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	text-decoration: none;
}
#pan a:hover {
	color: #CC99FF;
	text-decoration:none;
	border-bottom-style: none;	
}

.ravel {
	font-size: 14px;
	color: #FF6633;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F5755B;
	border-right-color: #F5755B;
	border-bottom-color: #F5755B;
	border-left-color: #F5755B;
	background-color: #FFFFFF;
	font-weight: bold;
}
#main blockquote {
	background-color: #FFFFFF;
	width: 90%;
	margin-bottom: 20px;
	margin-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #549618;
	padding: 10px;
}
#main table {
	background-color: #B9C7EA;
	width: 100%;
}
#main td {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main #manage {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D5DFE5;
}
#main #manage select {
	width: 40px;
}

.imgspace {
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.textgreen {
	color: #FF6633;
}
#main   .textbox   h2 {
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#main .cate {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}


.kakomi {
	text-align: center;
}

.insert {
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	width: 500px;
	border: 1px dashed #999999;
}
.border {
	width: 100%;
	background-image: url(images/line01-400gr.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 20px;
}
.hasen {
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC33CC;
	color: #CC66CC;
}
.gazou {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
.photo {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

.style1 {
	color: #BD2952;
	font-weight: bold;
}
.style4 {
	color: #990000;
	font-weight: bold;
}
.style5 {font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
}
.style6 {
	font-size: 11px;
	color: #990033;
}
.style8 {color: #FF6633
}
.style9 {font-size: 14px
}
.style6 {color: #CC3300}
.style7 {color: #FF3300}
.style8 {
	color: #333333;
	font-weight: bold;
}
.style10 {color: #CC0033}
.style12 {color: #990033}
