


/*お問合せ．マテリアルのページCSS
================================================== */






/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #005; color:#EEE text-shadow: none; }
::selection { background: #005; color: #EEE; text-shadow: none; }


/* ========================================
   Links
   ======================================*/

a:hover, a:active { outline: 0; }

/*=========================================
	Main Styles
=========================================*/
body {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 80%;
line-height: 25px;
color: #515151;
background: #fff;
}
h1{
	font-size: 95%;
	font-weight:bold;
}
#content {
width:600px;
margin: 0 auto;
padding-top: 40px;
height: 2000px;
}
p.content_in{
	widtn:650px;
	margin:0 auto;
	padding-left:50ox;
}
#content p {
margin-bottom: 25px;


}
/*共通 ナビ
================================================== */
nav {
	padding-top:30px;
width: 100%;
position: fixed;
height: 50px;
background: white;
border-top: none;
z-index:2;

}

nav ul {
width: 700px;
margin: 0 auto;
}

nav ul li{
float: left;
padding:18px;
}

nav ul li a {
}

nav ul li a:hover{
color: #000;
}

/* 素材紹介のページ
================================================== */
h5{
	font-size:80%;
	line-height:16px;
	font-weight:bold;
	padding-top:8px;
}
h6{

	font-size:78%;
	line-height:15px;
	}
	
body  a:hover img{
	-ms-filter: "alpha( opacity=85 )";/*for IE8*/
	filter: alpha(opacity=85); /*for IE6〜7*/
	opacity: 0.80;
	z-index:1;
	
}
#content p.space{
	margin:300px 0 0 0;
}
	/* 問合せ
================================================== */
h4{
	text-align:right;
}
	/* フッター
================================================== */

div#footer address{
	
	position:fixed;
	right:100px;
	padding: 0;
	font-size: 75%;
	text-align: right;
	color:#666;
	letter-spacing:1px;
}
div#footer{
	height: 20px;  
    width: 1000px;              
    position: absolute;        
    bottom: 10px;      
}