@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", 'meiryo', Arial, Helvetica, "Osaka","lroSVbN", sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 2.0;
	background: url(/osamu_sawada_fansite/images/common/img_bg01.jpg) left top;
}

/*html{overflow-y: scroll;}*/

div,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,form {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1 {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 15px 0;
}

img {
	border: 0;
}

/* Float ----------------------------------------- */
.float_left {
	float: left;
}

.float_right {
	float: right;
}

/* Align ----------------------------------------- */
.align_center {
	text-align: center !important;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right !important;
}

.align_top {
	vertical-align: top !important;
}

.align_middle {
	vertical-align: middle !important;
}

.align_bottom {
	vertical-align: bottom !important;
}


/* Margin ----------------------------------------- */
	/* Top */
.mT0  {margin-top: 0;}
.mT5  {margin-top: 5px;}
.mT10 {margin-top: 10px;}
.mT15 {margin-top: 15px;}
.mT20 {margin-top: 20px;}
.mT25 {margin-top: 25px;}
.mT30 {margin-top: 30px;}
.mT35 {margin-top: 35px;}
.mT40 {margin-top: 40px;}
.mT45 {margin-top: 45px;}
.mT50 {margin-top: 50px;}

	/* Bottom */
.mB0  {margin-bottom: 0;}
.mB5  {margin-bottom: 5px;}
.mB10 {margin-bottom: 10px;}
.mB15 {margin-bottom: 15px;}
.mB20 {margin-bottom: 20px;}
.mB25 {margin-bottom: 25px;}
.mB30 {margin-bottom: 30px;}
.mB35 {margin-bottom: 35px;}
.mB40 {margin-bottom: 40px;}
.mB45 {margin-bottom: 45px;}
.mB50 {margin-bottom: 50px;}

	/* Right */
.mR0   {margin-right: 0;}
.mR5   {margin-right: 5px;}
.mR10  {margin-right: 10px;}
.mR15  {margin-right: 15px;}
.mR20  {margin-right: 20px;}
.mR25  {margin-right: 25px;}
.mR30  {margin-right: 30px;}
.mR35  {margin-right: 35px;}
.mR40  {margin-right: 40px;}
.mR45  {margin-right: 45px;}
.mR50  {margin-right: 50px;}

	/* Left */
.mL0 {margin-left: 0;}
.mL5 {margin-left: 5px;}
.mL10 {margin-left: 10px;}
.mL15 {margin-left: 15px;}
.mL20 {margin-left: 20px;}
.mL25 {margin-left: 25px;}
.mL30 {margin-left: 30px;}
.mL35 {margin-left: 35px;}
.mL40 {margin-left: 40px;}
.mL45 {margin-left: 45px;}
.mL50 {margin-left: 50px;}


/* Padding ----------------------------------------- */
	/* Top */
.pT0  {padding-top: 0;}
.pT5  {padding-top: 5px;}
.pT10 {padding-top: 10px;}
.pT15 {padding-top: 15px;}
.pT20 {padding-top: 20px;}
.pT25 {padding-top: 25px;}
.pT30 {padding-top: 30px;}
.pT35 {padding-top: 35px;}
.pT40 {padding-top: 40px;}
.pT45 {padding-top: 45px;}
.pT50 {padding-top: 50px;}

	/* Bottom */
.pB0  {padding-bottom: 0;}
.pB5  {padding-bottom: 5px;}
.pB10 {padding-bottom: 10px;}
.pB15 {padding-bottom: 15px;}
.pB20 {padding-bottom: 20px;}
.pB25 {padding-bottom: 25px;}
.pB30 {padding-bottom: 30px;}
.pB35 {padding-bottom: 35px;}
.pB40 {padding-bottom: 40px;}
.pB45 {padding-bottom: 45px;}
.pB50 {padding-bottom: 50px;}

	/* Right */
.pR0   {padding-right: 0;}
.pR5   {padding-right: 5px;}
.pR10  {padding-right: 10px;}
.pR15  {padding-right: 15px;}
.pR20  {padding-right: 20px;}
.pR25  {padding-right: 25px;}
.pR30  {padding-right: 30px;}
.pR35  {padding-right: 35px;}
.pR40  {padding-right: 40px;}
.pR45  {padding-right: 45px;}
.pR50  {padding-right: 50px;}

	/* Left */
.pL0 {padding-left: 0;}
.pL5 {padding-left: 5px;}
.pL10 {padding-left: 10px;}
.pL15 {padding-left: 15px;}
.pL20 {padding-left: 20px;}
.pL25 {padding-left: 25px;}
.pL30 {padding-left: 30px;}
.pL35 {padding-left: 35px;}
.pL40 {padding-left: 40px;}
.pL45 {padding-left: 45px;}
.pL50 {padding-left: 50px;}

/* Color ----------------------------------------- */
.white {
	color: white;
}

.black {
	color: black;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0f2f86;
}

.clear_both {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
}

.clear_both02 {
	display: block;
	clear: both;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
	overflow:visible;
}
/* End hide from IE-mac */

/* Fontsize ----------------------------------------- */
.text10px {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
}

.text11px {
	font-size: 11px;
	line-height: 1.5;
}

.text12px {
	font-size: 12px;
	line-height: 1.5;
}

.text13px {
	font-size: 12px;
	line-height: 1.5;
}

.text14px {
	font-size: 14px;
	line-height: 1.5;
}

.text15px {
	font-size: 15px;
	line-height: 1.5;
}

.text16px {
	font-size: 16px;
	line-height: 1.5;
}

.text17px {
	font-size: 17px;
	line-height: 1.5;
}

.text18px {
	font-size: 18px;
	line-height: 1.5;
}

.text19px {
	font-size: 19px;
	line-height: 1.5;
}

.text20px {
	font-size: 20px;
	line-height: 1.5;
}

/*その他*/
.brown_line01 {
	height: 1px;
	background: url(/images/common/img_line_brown01.gif) left center repeat-x;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.brown_line02 {
	height: 2px;
	background: url(/images/common/img_line_brown02.gif) left center repeat-x;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.gray_line01 {
	height: 1px;
	background: url(/images/common/img_line_gray01.gif) left center repeat-x;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.gray_border01 {
	border: 1px solid #ccc;
	background-color: #fff;
}

/*リンク*/
a:link {
	color: #06c;
	text-decoration: none;
}

a:visited {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #06c;
	text-decoration: underline;
}

a img.css-hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

a:hover img.css-hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*テーブル*/
table.style01 {
	border-top: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
}

table.style01 th {
	text-align: left;
	font-weight: bold;
	background-color: #dbdbdb;
	border-bottom: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	padding: 5px 2px 5px 8px;
	vertical-align: middle;
	color: #333;
}

/*
table.style01 th.bg_gray01 {
	text-align: left;
	font-weight: bold;
	background-color: #dbdbdb;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 5px 2px 5px 8px;
	vertical-align: middle;
	color: #333;
}
*/

table.style01 td {
	text-align: left;
	font-weight: normal;
	background-color: #fff;
	border-bottom: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	padding: 5px 2px 5px 5px;
	vertical-align: top;
}

table.style02 {
	border: 1px solid #cfcfc7;
	border-collapse: separate;
	border-spacing: 1px;
}

table.style02 th {
	font-size: 12px;
	color: #333;
	white-space: nowrap;
	vertical-align : middle;
	border: 1px solid #cfcfc7;
	padding: 5px 2px 5px 8px;
	font-weight: bold;
	text-align: left;
	background: #ebebeb;
	color: #666;
}

table.style02 td {
	font-size: 12px;
	color: #333;
	vertical-align : middle;
	border-top: 1px solid #e5e5dc;
	border-right: 1px solid #cfcfc7;
	border-bottom: 1px solid #cfcfc7;
	border-left: 1px solid #e5e5dc;
	padding: 5px 2px 5px 5px;
	background-color: #fff;
	text-align: left;
}

table.style03 {
	border-top: 1px solid #a67c52;
	border-left: 1px solid #a67c52;
}

table.style03 th {
	text-align: left;
	font-weight: bold;
	background-color: #f5f0ec;
	border-bottom: 1px solid #a67c52;
	border-right: 1px solid #a67c52;
	padding: 5px 8px 5px 8px;
	vertical-align: middle;
	color: #333;
	white-space: nowrap;
}

table.style03 td {
	text-align: left;
	font-weight: normal;
	background-color: #fff;
	border-bottom: 1px solid #a67c52;
	border-right: 1px solid #a67c52;
	padding: 5px 8px 5px 5px;
	vertical-align: top;
}


table.listbox {
	margin: 0;
	padding: 0;
}

table.listbox th {
	font-size: 10px;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
	padding: 0;
	vertical-align: top;
}

table.listbox td {
	font-size: 10px;
	line-height: 1.5;
	text-align: left;
	padding: 0;
	vertical-align: top;
}

table.listbox td p.name {
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

table.listbox .border_brown {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a67c52;
}

table.listbox_inner {
	margin: 0;
	padding: 0;
}

table.listbox_inner th {
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	font-weight: normal;
	padding: 0;
	vertical-align: middle;
}

table.listbox_inner td {
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	padding: 0;
	vertical-align: middle;
}

/*フォーム関連*/
.w50  {width: 50px;}
.w100  {width: 100px;}
.w150 {width: 150px;}
.w200 {width: 200px;}
.w250 {width: 250px;}
.w300 {width: 300px;}
.w350 {width: 350px;}
.w400 {width: 400px;}
.w450 {width: 450px;}
.w500 {width: 500px;}
.w550 {width: 550px;}
.w600 {width: 600px;}
.w650 {width: 650px;}

div.checkbox01 {
	font-size: 12px;
	margin: 0;
	float: left;
	width: 65px;
	white-space: nowrap;
}

div.checkbox02 {
	font-size: 12px;
	margin: 0;
	float: left;
	width: 200px;
	white-space: nowrap;
}

div.checkbox03 {
	font-size: 12px;
	margin: 0;
	float: left;
	width: 130px;
	white-space: nowrap;
}
