@charset "UTF-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a:link {
	text-decoration: underline;
	color: #0364AE;
}
a:visited {
	text-decoration: underline;
	color: #0364AE;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
.px85 {
	font-size: 85%;
	color: #333333;
	line-height: 1.5;
}
.px70 {
	font-size: 70%;
	color: #666666;
	line-height: 1.5;
}
#container  {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #bababa;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 12px;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 214px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding: 0px;
}
#sidebar1 #magazine-btn {
	padding-top: 0px;
	padding-bottom: 15px;
	margin: 0px;
}
#sidebar1 #about {
	padding-bottom: 10px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 171px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#sidebar2 #re-top {
	text-align: right;
	padding-bottom: 10px;
}
#sidebar2 #title {
	margin-bottom: 20px;
}
#sidebar2 #title ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 18px;
}
#sidebar2 #title li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: disc;
}
#sidebar2 #search-area form {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar2 #search-area #search {
	background-color: #FAF5E8;
	border: 1px solid #DCDBAC;
	margin-bottom: 10px;
	width: 165px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar2 #search-area #btn {
	text-align: right;
}
#mainContent  {
	width: 560px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	float: left;
} 
#mainContent #title {
	background-color: #00A2BA;
	color: #FFFFFF;
	margin-top: 0px;
}
#mainContent #title #title-top {
	text-align: center;
}
#mainContent #title #title-text {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
}
#mainContent #title #title-date {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
#mainContent #honbun {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 20px;
	color: #333333;
	line-height: 1.6;
	padding-bottom: 10px;
}
#mainContent #honbun-btm {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.retop {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer  {
	width: 975px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size: 10px;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar2 #search-area {
	margin-bottom: 20px;
}
#mainContent #shibori {
	color: #666666;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
#mainContent #cate-title-date {
	font-size: 12px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
#search-head {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
#wall #thumnail {
	float: left;
	padding-right: 10px;
}
#wall #download {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
}
#wall {
	padding-bottom: 10px;
}
#ma-title {
	padding-bottom: 20px;
}
.d-coment {
	line-height: 1.6;
}
.d-bank {
	background-color: #ECECFE;
	width: 400px;
	padding: 10px;
	border: 1px dotted #A99DD5;
}
.img15 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#set {
	width: 210px;
	float: left;
}
#set #thumnail {
	float: left;
	margin: 0px;
	width: 110px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#set #download {
	font-size: 12px;
	line-height: 25px;
}
#set-retop {
	text-align: right;
}
.v-line {
	font-size: 1px;
	line-height: 0px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 83px;
}

