@charset "Shift_JIS";
@media screen{
}

{ font-family: "ＭＳ Ｐゴシック", "Osaka";}
* { font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

html {
	overflow-y:scroll;
}

/* 全体 */

#wrapper {
	width: 950px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
	font-size: 90%;
	border-left : 1px dotted #888;
	border-right : 1px dotted #888;
	}
#wrapper h1{
	display: none;
	}
#contents {
	width: 900px;
	margin: 0px auto;
	}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	}

/* ヘッダー */
#header01,#header02 {
	width: 900px;
	}
#header01_l {
	width: 805px;
	float: left;
	}
#header01_l a {
	text-decoration: none;
	color: #000;
	}
#header01_l dd {
	display: none;
	}
#header01_r {
	width: 95px;
	float: right;
	}
#header02_l {
	width: 302px;
	float: left;
	}
#header02_r {
	width: 584px;
	float: right;
	}

/* contents */
#about,#works,#contact {
	width: 900px;
	padding: 50px 0;
	border-bottom: 0px dotted #000;
	border-top: 0px dotted #bbb;
	}
#about_l,#works_l,#contact_l {
	width: 200px;
	float: left;
	}
#about_r,#works_r,#contact_r {
	width: 690px;
	float: right;
	}
#works_r li {
	float: left;
	}

/* 基本CSS */

body {
	margin: 0 auto;
	padding: ;
	text-align: center;
	font-size: 100%;
	}
em {
	font-style: normal;
	font-weight: bold;
	}
address {

	}
p,ul,li{
	margin: 0;
	padding: 0;
	text-align: ;
	line-height: 150%;
	list-style: none;
	}
h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-size: ;
	}
caption {
	color: #003366;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
	}
img {
	border: 0;
	display: ;
	}
div {
	border: 0px solid gray;
	}
ul,ol,li,form,dl,dt,dd {
	margin: 0;
	padding: 0;
	}	


/* リンク */
	
a {

	}
a:link,a:visited {
	color: ;
	text-decoration: ;
	}
a:hover,a:active {
	color: ;
	text-decoration: ;
	}
a:hover img{
    /* IE */
    filter: alpha(opacity=60);
    /* Safari Opera */
    opacity:0.6;
    /* Firefox Netscape */
    -moz-opacity:0.6;
	}

/* クラス */

.imgBottom {
	padding-bottom: 5px;
	}
.imgLeft{
	float: left;
	margin: 5px 10px 10px 0px;
}
.imgLeftm0{
	float: left;
	margin: 0 10px 0 0;
}
.imgRight{
	float: right;
	margin: 5px 0px 10px 10px;
}
.bg_e9e9e9{
	background-color: #e9e9e9;
}
.textRed{
	color: red;
}
.textRedCenter{
	color: red;
	text-align: center;
}
.textRedBold{
	color: red;
	font-weight: bold;
}
.textRedBoldCenter{
	color: red;
	font-weight: bold;
	text-align: center;
}
.textRedBoldRight{
	color: red;
	font-weight: bold;
	text-align: right;
}
.textRedBoldMin {
	color: red;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
}
.textSmall{
	font-size: 110%;
}
.textxSmall{
	font-size: x-small;
}
.textxxSmall{
	font-size: xx-small;
}
.text12pt{
	font-size: 12pt;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;		
	}
.left {
	text-align: left;	
	}
.right {
	text-align: right;	
	}
.rightbold {
	text-align: right;
	font-weight: bold;
	font-size: 120%;	
	}
.right_plus {
	text-align: right;
	padding-right: 20px;	
	}
.textItalic {
	font-style: italic;	
	}
.c-both{
	clear:both;
	}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	}


/* テーブル用 */

.stripe .even td {
    background-color: #FBF8EE;
}