@charset "utf-8";

/*初期化*/
html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
h1,h2,h3,h4,h5,p,ul,ol,{
	margin-top: 0;
	margin-bottom: 0;

}

img {
	border:none;
	margin: 0px;
	padding: 0px;
}
p,dl,dt,dd {
	margin:0;
	padding:0;
}
.clear {
	clear: both;
	height: auto;
	width: auto;
}
.right-p {
	text-align:right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration:underline;
}
a:hover {
	color: #DC0001;
	text-decoration:underline;
}

.pagearea a:link,
.pagearea a:visited,
.pagearea a:hover {
	text-decoration:none;
}
/*TXT*/
.txtSmall {
	font-size: 10px;
	line-height: 140%;
}
.txtMidium {
	font-size: 14px;
	line-height: 140%;
}
/*layout*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.centerBox {
	text-align: center;
}
.rightBox {
	text-align: right;
}
.leftBox {
	text-align: left;
}
.img-space {
	padding: 10px 0px;
}
.imgSpaceTop {
	padding: 10px 0px 0px;
}
.imgSpaceUnder {
	padding: 0px 0px 10px 0px;
}
.imgSpaceLeft {
	padding: 0px 0px 0px 10px;
}
.imgSpaceRight {
	padding: 0px 10px 0px 0px;
}
/*Color*/
.colorOrange {
	color: #FF6600;
}
.colorRed {
	color: #FF0000;
}
.colorBlack {
	color: #000000;
}
.colorWhite {
	color: #FFFFFF;
}
.colorGreen {
	color: #009900;
}
.colorGold {
	color: #A37823;
}
.colorBlue {
	color: #388FD2;
}



/* table-style */

table.table-no {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 5px;


}
table.table-no td {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 5px;

}
table.table-no th {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	background-color:#EDEDED;
	padding: 5px;
	text-align:left;
	color:#333333;
}
.tableGray th {
	background-color:#EDEDED;
	color:#333333;
}
.tableGray td {
	color:#666666;
}
table.table-noborder,
table.table-noborder td {
	border:none;

}


/*レイアウト*/
body {
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
}
body,td,th,div {
	font-family: "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック";
	font-size:12px;
	line-height:150%;
	color:#333333;
}

#container {
	padding: 0px 25px 20px;
	margin: 0px auto;
	width: 955px;
	text-align: left;
	height: auto;
	background-color: #FFFFFF;
	height:100%;
}
body > #container {
	height: auto;
}

/* table-style */



table.table-no {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 5px;


}
table.table-no td {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 5px;

}
table.table-no th {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	background-color:#EDEDED;
	padding: 5px;
	text-align:left;
	font-size:10px;
	color:#333333;

}
#container #main {
	padding: 0px;
	height: auto;
	width: 955px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.pagetop {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btncenter {
	text-align: center;
	margin: 8px;
}
.box-normal {
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #999999;
	text-align: center;
}

#pageHead {
bordr: 1px solid red;
	width: auto;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: url(images/bk_footer.gif) repeat-x center bottom;
}
#pageHead #logo {
	margin: 0px;
	padding: 20px 0px;
	width: 420px;
	float: left;
}

#pageHead ul {
	padding: 10px 0px;
	list-style-type: none;
	float: right;
}

#pageHead ul li {
	float: left;
	display: inline;
}

#footer {
	margin: 15px 0;
	padding: 5px 0;
	font-size: 10px;
	color: #666666;
	padding-top: 15px;
	background: url(images/bk_footer.gif) repeat;
	overflow: hidden;
	text-align: left;
}

#footer img {
	margin: 3px 0;
}

#footer ul {
	margin: 20px 10px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 550px;
}

#footer ul li {
	float: left;
	display: inline;
	margin: 0 20px;
}

#footer dl {
	float: left;

}
/*ここまで共通*/
#mainTxt {
	margin: 0px;
	padding: 15px 0px 0px;
	float: right;
	width: 450px;
}
#container #main h1 {
	float: left;
	width: 400px;
}
.pageline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 2px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	font-size: 1px;
	line-height: 1px;
}
.setumeiBox {
	float: left;
	width: 400px;
	margin-right: 10px;
	margin-left: 35px;
	font-size: 10px;
	line-height: 150%;
}
.setumeiBox img {
	margin-bottom: 15px;
}
.rightZone {
	float: right;
}
.boxMainCart {
	float: left;
	width: 212px;
	
}
.boxMainCart .boxInbox {
	font-size: 10px;
	line-height: 120%;
	margin: 0px;
	padding: 5px;
	border: 1px solid #666666;
	height: 670px;
	width: auto;
	overflow: hidden;
}
.boxInbox img {
	margin-bottom: 8px;
}
.boxInbox p {
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.allows {
	float: left;
	width: 20px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 40px;
}
.boxPic {
	font-size: 10px;
	line-height: 120%;
	color: #996600;
	width: 148px;
	margin-right: auto;
	margin-left: auto;
}
.boxwaku {
	font-size: 10px;
	padding: 8px;
	border: 3px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.kyotyo {
	font-size: 10px;
	line-height: 150%;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.Interview{
	width: 242px;
	text-align: center;
	padding: 10px;
	float: left;
	border: 1px solid #666;
	margin-bottom: 20px;
}
.Interview.Left{
	margin-left: 40px;
}
.Interview.Center{
	margin-right: 25px;
	margin-left: 25px;
}

.Interview img{
	margin-bottom: 10px;
}
.Interview .Prof{
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	font-size: 10px;
}
.Interview .Prof#case01{
	background-image: url(images/case01_prof.gif);
}
.Interview .Prof#case02{
	background-image: url(images/case02_prof.gif);
}
.Interview .Prof#case03{
	background-image: url(images/case03_prof.gif);
}
.Interview .Prof span{
	font-size: 12px;
	line-height: 120%;
}
.Interview .Prof dt{
	float: left;
}
.Interview .Prof dd{
	margin-left: 25px;
}
.Interview p{
	text-align: left;
	margin-top: 5px;
}

