<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*　基本構造　*/

body {
	background: url(../images/bg.jpg) repeat center top;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	}
	
div#wrapper{
	width: 800px;
	background: url(../images/main_bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: center;
	}
	
/*　ヘッダ　*/

div#head{
	width: 800px;
	background: url(../images/head_bg.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: center;
	}
	
div#profile{
	margin: 30px auto;
	}
	
h1{
	margin: 0;
	padding: 10px;
	}
	
/*　メイン　*/

div#mokuji{
	margin: 20px auto;
	}
	
div#main{
	margin: 20px auto;
	}
	
h3{
	margin-bottom: 40px;
	}
	
/*　フォント　*/

.text12px{
	font-size: 12px;
	}
	
/*　フッタ　*/

div#foot{
	margin: 0 auto;
	padding: 40px 0;
	}

/*　リンク　*/

a:link{
	color: #fd8a02;
	text-decoration: none;
	}
	
a:visited{
	color: #938472;
	text-decoration: none;
	}
	
a:hover{
	color: #fd5b02;
	text-decoration: none;
	}</pre></body></html>