/*
今岡製作所
*/


@charset "UTF-8";


/* Fonts ---------------------------------------------- */ 
body{
	color:#000;
	font-size:15px;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	line-height:1.5;
}


/* for WinIE6 ----------------------------------------------*/
* html body {
	font-size:75%;
	font-family:serif;
	letter-spacing:0.5px;
	vertical-align:baseline;
}


/* Fonts for WinIE7 ----------------------------------------------*/

*:first-child+html body { 
	font-size:75%;
	font-family:serif;
}


/* Links ---------------------------------------------- */
a:link {color:#666;text-decoration:none;}
a:visited {color:#666;}
a:active {color:#000;}
a:hover {color:#999;text-decoration:none;}
a:hover img{
	filter: alpha(opacity=7);
	-moz-opacity:0.7;
	opacity:0.7;
}


/* text accent --------------------------------------*/
p.clear{
	clear:both;
}
hr{
	border: 1px #353535 solid;
}
strong{
	font-weight:bold;
}


/* total layout ------------------------------------*/
#content{	background-color:#fff;
		margin:0 auto;
}
img{
	width:100%;
	max-width:500px;
}




/* nav ---------------------------------------------*/
#nav{
}
#nav ul li{

	text-align:center;
	font-weight:medium;
	font-size:large;
	letter-spacing:1px;
	padding-top:25px;
}


/* title ---------------------------------------*/
#title{
	text-align:center;
	margin-bottom:30px;
}
#title h2{
	font-weight:bold;
	font-size:120%;
	letter-spacing:2px;
	padding:10px;
}
#pagetitle{
	width:100%;
	border-top:solid #000 5px;
	padding:10px 0 20px;
}
#pagetitle h3{
	font-size:160%;
	font-weight:bold;
	letter-spacing:10px;
}

#page{
	width:94%;
	margin:50px auto 0;
	text-align:center;
}
#page p{
	text-align:left;
	margin-bottom:30px;
}
#technic{
	margin:80px auto 0;
	width:75%;
	background:#eee;
	padding:30px;
	box-shadow: 0 0 0 1px #fff, 0 0 0 7px #eee;
}


/* bottom ---------------------------------------*/
#bottom{
	border-top:2px solid #333;
	margin-top:50px;
	padding-top:30px;
	text-align:center;
	margin-bottom:20px;
}
#bottom li{
	margin-bottom:18px;
}
.bn{
	width:70%;
}
.address{
	width:80%;
}


/* footer ---------------------------------------*/
footer p{
	text-align:center;
	margin-top:20px;
	font-size:80%;
	font-weight:600;
	margin-bottom:5px;

}