@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
	margin: 0;
	color: #222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFF;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #008DEC;
	text-decoration: none;
}


h1, h2, h3, p, ul, ol, pre, dl {
    margin-bottom: 1.0em;
}



a img {
    border: none;
}


ul, ol { padding-left: 1.3em;}

.hidden { display: none; }


#header {
	height: 50px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
}
#header .logo {
	float: left;
	width: 288px;
	padding-top: 19px;
	margin-left: 15px;
}

#header .navi {
	float: right;
	height: 50px;
	width: 420px;
	margin-right: 50px;
}
#header .navi #filtering-nav .v {
	background-image: url(../img/company_on.gif);
	float: right;
	height: 28px;
	width: 80px;
	background-repeat: no-repeat;
}

#header .navi #filtering-nav .v a {
	display: block;
	height: 28px;
	width: 80px;
	background-image: url(../img/company.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
}
#header .navi #filtering-nav .v a:hover {
	background-image: none;
}




#header .navi #filtering-nav .g {
	background-image: url(../img/other_on.gif);
	float: right;
	height: 28px;
	width: 80px;
	background-repeat: no-repeat;
}

#header .navi #filtering-nav .g a {
	display: block;
	height: 28px;
	width: 80px;
	background-image: url(../img/other.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
}
#header .navi #filtering-nav .g a:hover {
	background-image: none;
}




#header .navi #filtering-nav .o {
	background-image: url(../img/medical_on.gif);
	float: right;
	height: 28px;
	width: 80px;
	background-repeat: no-repeat;
}

#header .navi #filtering-nav .o a {
	display: block;
	height: 28px;
	width: 80px;
	background-image: url(../img/medical.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
}
#header .navi #filtering-nav .o a:hover {
	background-image: none;
}




#header .navi #filtering-nav .b {
	background-image: url(../img/general_on.gif);
	float: right;
	height: 28px;
	width: 80px;
	background-repeat: no-repeat;
}

#header .navi #filtering-nav .b a {
	display: block;
	height: 28px;
	width: 80px;
	background-image: url(../img/general.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
}
#header .navi #filtering-nav .b a:hover {
	background-image: none;
}





#header .navi #filtering-nav .a {
	background-image: url(../img/home_on.gif);
	float: right;
	height: 28px;
	width: 80px;
	background-repeat: no-repeat;
}

#header .navi #filtering-nav .a a {
	display: block;
	height: 28px;
	width: 80px;
	background-image: url(../img/home.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
}
#header .navi #filtering-nav .a a:hover {
	background-image: none;
}




#filtering-nav {
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0;
	margin-top: 22px;
	margin-right: 20px;
}
#filtering-nav li {
	list-style: none;
	float: right;
}




.wrap {
	background: #FFF;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.box {
	margin: 5px;
	padding: 5px;
	background: #D8D5D2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	float: left;
	line-height: 1.5em;
	position: relative;
}
#primary .box.col2 .photo {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#primary .box.col2.green .title,
#primary .box.col2.vermilion .title,
#primary .box.col2.orange .title,
#primary .box.col2.blue .title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: bold;
	margin-right: 6px;
	margin-left: 6px;
	padding-left: 4px;
}
#primary .box.col2.green .ex,
#primary .box.col2.vermilion .ex,
#primary .box.col2.orange .ex,
#primary .box.col2.blue .ex {
	margin-right: 10px;
	margin-left: 10px;
}
#primary .box.col2.vermilion {
	cursor:pointer;
}

.col1 { width: 80px; }
.col2 {
	width: 180px;
	height: 345px;
}
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }


.box.green {
    background-color: #7DC31E;
    color: #FFF;
}
.box.vermilion {
	background-color: #F94B33;
	color: #FFF;
}
.box.orange {
	background-color: #FDBC11;
	color: #FFF;
}
.box.blue {
	background-color: #41B9D2;
	color: #FFF;
}




#footer {
	height: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#footer p {
	color: #000;
	text-align: center;
}
