/* all */
* {
	margin: 0;
	padding: 0;
	line-height: 1.35;
	font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
	border: none;
}

.alt {
	display: none;
}

.ind {
	text-indent: -10000px;
}

.just {
	text-align: justify;
	text-justify: inter-ideograph;
}

.clear {
   clear: both;
   height: 0;
   line-height: 0;
   zoom: 1;
}

.top {
   vertical-align: top;
}

.right {
	text-align: right;
}

.middle {
	text-align: center;
}

strong {
	text-decoration: none;
	font-weight: 400;
}

.bicon {
	background : url(../img/icon_arrow_blue.jpg) no-repeat left center;
}

.mb_30 {
	margin-bottom: 30px;
}

.mb_50 {
	margin-bottom: 50px;
}

.mb_10 {
	margin-bottom: 10px;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_100 {
	margin-bottom: 100px;
}

.mb_150 {
	margin-bottom: 150px;
}

.mb_200 {
	margin-bottom: 200px;
}

.mb_300 {
	margin-bottom: 300px;
}

.mb_500 {
	margin-bottom: 500px;
}

.mt_20 {
	margin-top: 20px;
}

.mt_10 {
	margin-top: 10px;
}


#bb_1 {
	width: 510px;
	height: 5px;
	border-bottom: 1px solid #999999;
}

.ml10 {
	margin-left: 10px;
}

.bg_dgray {
	background-color: #AAAAAA;
	color: #FFFFFF;
}

.bg_lgray {
	background-color: #AAAAAA;
}

.gray {
	color: #999999;
}

.mblue {
	color: #1D2087;
}

.blue {
	color: #0066ff;
}

.float_ph {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.ft {
	width: 235px;
}

.fc {
	width: 345px;
}

/* BASE_BOX */

body {
	text-align: center;
	background-color: #EFEFEF;
	font-size: smaller;
}

#wrapper {
	width: 801px;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 801px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


/* HEADER */

#topheaderribbon{
	height: 25px;
	background: url(../img/TOP_BAR.jpg) no-repeat;
}

#topheaderwhiteribbon{
	height: 5px;
	background-color: #d0d0d0;
}

#header {
	width: 801px;
	height: 80px;
	margin: 0px;
}

#header h1 {
	font-size: 1px;
	margin: 0px;
	width: 181px;
	height: 80px;
	float: left;
}

#header h1 a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background : url(../img/logo.jpg) no-repeat;
	text-indent: -9999px;
}

#header img {
	float: left;
}


/* MAIN VISUAL */

#main_visual {
	width: 620px;
	height: 240px;
	margin: 0px;
}


/* LEFT BOX */

#left_box {
	width: 180px;
	float: left;
	margin-right: -200px;
}

#waitimg{
	margin-top: 100px;
	margin-left: 40px;
}

#bn_box {
	width: 165px;
	padding-top: 15px;
	padding-left: 15px;
	background : url(../img/back_bn.jpg) no-repeat;
}

#bn_box p {
	margin-bottom: 10px;
}

/* RIGHT BOX */

#right_box {
	_margin-right: -10px;
	_padding-right: -10px; 
	width: 620px;
	border-left: 1px solid #CCCCCC;
	float: right;
}

#contents {
	width: 580px;
	/*
	height: 750px;
	*/
	height: 100%;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;

}


/* FOOTER */

#footer {
	width: 800px;
	padding-bottom: 10px;
}

#footer p {
	margin-top: 5px;
}


/* TEMPLATE ONLY */

#panlist {
	width: 580px;
	font-size: 15px;
	border-bottom: 1px dotted #0A77FF;
	text-indent:10px;
	padding-bottom:5px;
	margin-bottom: 10px;
}

#panlist p a {
	text-decoration: none;
}

.main_ttl {
	width: 580px;
	height: 40px;
	margin-bottom: 20px;
}

.sttl {
	width: 580px;
	height: 35px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

.sttl_2 {
	width: 510px;
	height: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

.stripe_box {
	width: 560px;
	padding: 4px 10px;
	background : url(../img/common/back_stripe_naka.jpg) repeat-y;
}

.stripe_box_2 {
	width: 560px;
	padding: 4px 10px;
	background : url(../img/common/back_stripe2_naka.jpg) repeat-y;
}

#category {
	width: 580px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

#work_detail {
	border-top: 4px solid #F8C058;
}

#work_detail_2 {
	border-top: 4px solid #2AAB39;
}

#number_shokai {
	font-size: 15px;
	font-weight: bold;
	background-color: #FF9900;
	color: #FFFFFF;
}

#number_haken {
	font-size: 15px;
	font-weight: bold;
	background-color: #009844;
	color: #FFFFFF;
}

#work_detail table,#work_detail_2 table {
	border-collapse: collapse;
}

.outline {
	border:	1px solid #B3B3B3;
	padding: 5px;
}

.midashi {
	background-color: #F2F2F2;
}







