/*Win版*/

p {
    font-size : 14px;
}

body {
	width : 85% ;
	margin : 0 auto ;
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
}


#header {
	background-color : white ;
	padding : 30px 0px 0px 0px ;
	height : auto ;
}

h1 {
	color : black ;
	font-size : 28px ;
}

#main {
	background-color : white ;
	float : left ;
	width : 75% ;

}

#sidebar {
	background-color : white ;
	float : right ;
	width : 22% ;
}


#menu2{
	background-color : #fccd1b ;
	height : 24px ;
	color : black ;
	padding : 0px 0px 0px 4px ;
}


#sample {
	margin-left : 3em ;
	line-height : 1.5em ;
}


a:visited {
    color : blue ;
}

/*箇条書き*/
ul {
	list-style-type : square ;
	font-size : 14px ;
	list-style-position : outside ;
	margin-left : -1.5em ;
}

/*番号入りリスト*/
ol {
	font-size : 14px ;
	margin-left : -1.5em ;
}

/*リストのスタイル*/
li {
	margin-bottom : 1em ;
}

#footer {
	background-color : white ;
	clear : left ;
	padding : 40px 0px 0px 0px ;
	font-size : 80% ;
}

hr {
	border-color : grey ;
	height : 3px;
	background-color : white ;
}

#copyright {
	margin : 30px 0px 0px 0px ;
	font-size : 10px ;
}

