/* -- NATUR SKI KLUB STYLE SHEET v01 -- */

body {
	background-color: white;
	background-image: url(images/natur-ski-klub_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 950px;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	font-size : 85%;
	color: #333333;
	margin : 5px;
	text-align: center;
	}

h1 {
	clear: both;
	margin-top: 0px;
	margin-left: 1px;
	margin-bottom: 2px;
	font-size: 140%;
	padding: 0.2em; /*文字の上下 左右の余白*/
	color: white; /*文字色*/
	background: #222950;/*背景色*/
	border-left: solid 5px #7db4e6;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	}

h2 {
	clear: both;
	margin-left: 1px;
	margin-bottom: 2px;
	font-size: 120%;
	color: #364e96;/*文字色*/
	border: solid 3px #364e96;/*線色*/
	padding: 0.2em;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
	}

h3	{
	clear: both;
	font-size: 100%;
	margin-bottom: 0px;
	padding-left: 20px;
	}

h4,h5,h6	{
	font-size: 100%;
	margin-bottom: 0px;
	padding-left: 20px;
	}

.maincontents {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	}
	
.clubnamearea {
	display: block;
	width: 970px;
	height: 200px;
/*	border: 1px solid black; */
	}

.leftarea {
	float: left;	
	display: block;
	width: 200px;
	height: 450px;
/*	border: 1px solid red; */
	}		

.information {
	float: left;
	display: block;	
	width: 570px;
	heigth: 200px;
/*	border: 1px solid red; */
	}

.rightarea {
	float: right;
	display: block;
	width: 200px;
	height: 450px;
/*	border: 1px solid red; */
	}		

.intro {
	font-size: 1.2em;
	font-weight: bold;
	color: #fefe00;
/*	color: #320050;*/
	text-align: left;
	}	

.join {
	font-size: 1.1em;
	font-weight: bold;
	color: #000073;
	text-align: left;
	}	

.box30 {
	font-size: 1.0em;
	margin: 1em 30px;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	}

.box30 .box-title {
    background: #5fc2f5;
    padding: 4px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	}

.box30 p {
    padding: 5px 5px;
    margin: 5px;
    text-align: left;
	}

.box30 a {
	text-decoration: none;
    font-weight: bold;
	}
