@charset 'shift_jis';

* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}
html{overflow-y: scroll;overflow-x: hidden;}
.ar {
	text-align: right;
}
.ac {
	text-align: center;
}
.al {
	text-align: left;
}

/* タグ関係 */
body {
	font-size: 13px;
	line-height: 150%;
	color: #4D4D4D;
	margin: 0;
	padding: 0;
	text-align:center;
}
a:link {
	color:#234823;
	text-decoration: underline;
}
a:visited {
	color:#234823;
	text-decoration: underline;
}
a:active {
	color: #234823;
	text-decoration: underline;
}
a:hover {
	color:#B8C8AB;
	text-decoration: none;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
table {
	border: none;
	font-size: 13px;
}
h1 {
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: -3px;
	margin-right: 10px;
	font-weight: normal;
	text-align: right;
}

input{
	font-size:10pt;
	color:#333;
	background:#FFFFFF;
	border:solid 1px #4D4D4D;
}
textarea{
	font-size:10pt;
	color:#333;
	background:#FFFFFF;
	border:solid 1px #4D4D4D;
}

/* ページ */
#all {
	margin: auto;
	width: 850px;
	text-align:center;
	overflow: hidden;
}

.page-top {
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

.page-top h2 {
	font-size: 200%;
	margin: 0px 0px 15px 0px;
}

.page-top a:link {
	padding: 2px;
	color:#234823;
	text-decoration: none;
}
.page-top a:visited {
	padding: 2px;
	color:#234823;
	text-decoration: none;
}
.page-top a:active {
	padding: 2px;
	color: #234823;
	text-decoration: none;
}
.page-top a:hover {
	padding: 2px;
	margin: 0px -5px 0px 5px;
	color:#B8C8AB;
	text-decoration: none;
}

.top-01 {
	background-image: url(http://www.snow-light.net/img/top01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: right;
	padding: 330px 10px 10px 0px;
}

.top-02 {
	background-image: url(http://www.snow-light.net/img/top02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: right;
	padding: 130px 10px 10px 0px;
}



/* main */
.clear { clear:both; } 
.clear hr { display:none; } 

#mt {
	width: 850px;
	margin: 0px;
}

#page-left {
	float: left;
	width: 250px;
	margin: 10px 0px;
	text-align:center;
}

#page-right {
	float: right;
	width: 600px;
	margin: 10px 0px;
	text-align:center;
}

.about {
	height: 100px;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: 1px;
}

.about-l {
	margin-left: 5px;
	font-size: 10px;
	line-height: 120%;
	text-align: left;
}

.outside {
	text-align: center;
	margin: 20px;
}

/* menu */
.menu img {
	margin: 2px 0px;
}

.mf {
	margin-top:10px;
}

.mf p {
	text-align: right;
	margin-right: 10px;
}

.wc {
	text-align: center;
	margin-bottom: 5px;
	border-bottom: 1px solid #C9C9C9;
}


#new {
	
}

.update {
	width: 230px;
	text-align: left;
	margin: 0px 10px;
}

.memo {
	width: 580px;
	height: 320px;
	text-align: left;
	margin: 0px 10px;
	overflow: hidden;
}

.m-h {
	margin: 10px 0px 10px 0px;
	padding-left: 10px;
}

.n-memo {
	margin-bottom: 10px;
	border-bottom: 1px solid #C9C9C9;
}

.barter {
	text-align: right;
	margin-top: 15px;
}



/* リンク関係 */
.link-page {
	width: 230px;
	margin: auto;
	overflow: hidden;
}

.link-page p {
	margin: 10px 0px;
}

.link-in {
	margin: 10px 5px 0px 5px;
}

/* エントリー系 */
.g-menu {
	width: 230px;
	text-align: left;
	margin: 0px 10px;
}

.entry {
	width: 580px;
	text-align: left;
	margin: 0px 10px;
}

.ent {
	width:580px;
	margin: 10px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	text-align: left;
}

.entry-content {
	margin: 10px;
}
.entry-body p {
	margin-bottom: 10px;
}
.entry-body img {
	margin: 0px 0px 10px 0px;
}
.come {
	margin: 0px 20px;
}
.entry-footer {
	text-align: right;
}
.entry-more {
	margin-top: 50px;
}
.sn {
	margin-left: 30px;
}
.sn img {
	margin: 2px 0px;
	border: 1px solid #3F3C66;
}

/* リスト関係 */
.module-list {
	list-style-type: none;
}
.module-list .module-list {
	margin:  0px 0px 0px -20px;
}
.module-list-item {
	margin: 5px 0px;
	line-height: 120%;
	border-bottom: 1px solid #C9C9C9;
}

.weblog .module-list-item {
	margin: 5px 0px;
	line-height: 180%;
	border-bottom: 1px solid #C9C9C9;
}

/* ページ下 */
.page-footer {
	width: 600px;
	text-align: right;
	margin: 0px 10px 0px 250px;
	font-size: 10px;
	line-height: 130%;
}

.normal {
	font-size: 13px;
}

.union {
	padding: 10px 0px 0px 0px;
	margin: 0px 10px;
	text-align: right;
}

.union p {
	text-align: left;
	margin-left: 50px;
	font-size: 13px;
	border-bottom: 1px solid #C9C9C9;
}

/* コピーライト */
.copy {
	padding-bottom: 0px;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
}

.copy img {
	margin: 0px 5px;
}
