@charset "utf-8";
/* */


/* 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;
}




@font-face { 
	font-family: 'Noto Sans Japanese'; 
	font-style: normal; 
	font-weight: 100;
	src: url('./font/NotoSansCJKjp-Thin_web.eot'); /* IE9 Compat Modes */ 
	src: url('./font/NotoSansCJKjp-Thin_web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
	
	url('./font/NotoSansCJKjp-Thin_web.woff') format('woff'), /* Modern Browsers */ 
	url('./font/NotoSansCJKjp-Thin.ttf') format('truetype'); /* Safari, Android, iOS */ 
}



#noto {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
}


.tytle{
        font-size:50px;
        color:#666666;
}



.subTytle{
	font-size:24px;
	color:#888888;    
}

.comment{
	font-size:14px;
	color:#888888;   
		line-height: 40%;
}

.addressText{
	font-size:12px;
	color:#888888; 
	overflow: hidden; 
	line-height: 130%;
	padding:5px 1px 2px 1px;
	/*background-color:#aa0000;*/
}


.addressText_iPhone{
	font-size:12px;
	color:#888888
	; 
	overflow: hidden; 
	line-height: 130%;
	padding:5px 1px 2px 1px;
	/*background-color:#aa0000;*/
}
		

.copyrightText{
	font-size:14px;
	color:#888888; 
	overflow: hidden; 
	line-height: 120%;
}

.fontMenu{
        font-size:15px;
        color:#ffffff;  
        width: 55px;           
        ext-align: center;   
}

.topSpace{
	height: 80px;
}
.midSpace{
	height: 400px;
}



.tytleSpace{
	background-color:#F4F4F4;
	 text-align: left; 
	 height: 60px;
}

.copyrightsSpace{
	background-color:#F4F4F4;
	 text-align: right; 
}

.text1{
	width:90%;
	margin: auto; 
	hight: auto;
}




body {
	line-height: 1;
	
	background-color:#ffffff;	
  	 color:#888888;

/*
	text-align: center; 
	margin:0;
*/
  	font-size:16px;
  	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;	
	
}


ol, ul {
	list-style: none;
}





.centering_text{  
    width: auto;  
    border: 0px solid #fff;  
    margin: 0 auto;  
    text-align: center;  
}  

.left_text{  
    width: 70%;  
    border: 1px solid #fff;  
    margin: 0 auto; 
    padding: 10px;
    text-align: left; 

}  




.centering_copyright_text{
    width: auto;  
    border: 0px solid #fff;  
    margin: 0 auto;  
    text-align: center;  
    background-color:#F2F2F2;
}

   
.centering_address_text{
    width: auto;  
    border: 0px solid #fff;  
    margin: 0 auto;  
    text-align: center;  
    background-color:#F2F2F2;
}

   







