@charset "UTF-8";
/*! #######################################################################

	Sample jQuery Photoswipe
	--------

	To be used with jQuery Photoswipe by Free jQuery (http://free-jquery.com/)

####################################################################### */

/*===============================================
●mian.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
body {
        background-image: url("../img/bg.jpg");
	background-repeat: repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
#container {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
header {
	max-width: 1000px;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 144px;
}
nav {
	width: 210px;
	text-align: left;
	position: absolute;
	right: 10px;
	top: 31px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3db9ed;
	padding-left: 20px;
}
nav ul{
	width: 210px;
}
nav ul li{
	font-size: 14px;
	padding-bottom: 6px;
	padding-left: 58px;
	font-family: 'Droid Serif', serif;
	letter-spacing: 0.2em;
}
nav ul .nav_01{
	background-image: url(../img/nav_bg_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-bottom: 4px;
}
nav ul .nav_02{
	background-image: url(../img/nav_bg_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-bottom: 4px;
}
nav ul .nav_03{
	background-image: url(../img/nav_bg_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 9px;
}
nav ul li a{
	text-decoration: none;
	color: #000;	
}
.logo_box {
	max-width: 1000px;
	top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -110px;
	margin-bottom: 24px;
}
.logo_box .logo {
	width: 62px;
}
.main_area {
	clear: both;
	float: left;
	margin-bottom: 40px;
}
.item {
	background-image: url("../img/border.png");
	background-repeat: repeat-x;
	clear: both;
	float: left;
	width: 100%;
	padding-top: 50px;
	text-align: center;
}
.category_title {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
	letter-spacing: 0.1em;
        font-family: 'Droid Serif', serif;
}
.imageAll {
	clear: both;
	padding: 8px 8px 50px 10px;
	overflow: hidden;
	font-size: 0px;
}
.imageBox_unit {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 4% 4% 0;
	display: inline-block;
}
.imageBox_last {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 0 4% 0;
	display: inline-block;
}
.title {
	margin-top: 5px;
	margin-bottom: 12px;
	float: left;
	font-size: 12px;
	color: #000000;
	text-align: center;
	width: 100%;
}
.text {
	float: left;
	color: #999999;
	font-size: 10px;
	font-color: #2043ff
	background-color: #ff6620;
	background-image: none;
	line-height: 22px;
	text-align: left;

}
.image img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	width: auto;
	border: none;
}
}
