/* ::::: CSS初期化処理 ::::: */

*{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	line-height:1;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

html, body {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0pt;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(image/bg.png);
	background-repeat: repeat;
	background-position: 0% 0%;
	text-decoration: none;
}

h1, h2, h3, h4, p, dl, dt, dd, ul, ol, li, p, div, form {
	margin: 0pt;
	padding: 0pt;
}

ul {
	list-style-type: none;
}

p {
	line-height: 1.4em;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #FF5F00;
}

a img {
	border: medium none ;
}

.hide{
	overflow: hidden;
	display: none;
	height: 1px;
	font-size: 1px;
	text-indent: -9999px;
	position: absolute;
	visibility: hidden;
	bottom: 10000px;
}

.clearbox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearbox{
	display: inline-block;
}

* html .clearbox{
	height: 1%
}

.clearbox{
	display:block;
}

.right{
	float: right;
	height: auto;
	width: auto;
	margin-left: 15px;
}

.left{
	float: left;
	height: auto;
	width: auto;
	margin-right: 15px;
}

.clear{
	clear: both;
}

/* ::::: CSS設定 ::::: */
#menu{
	width: 175px;
	background-color: #FFF;
	padding-left: 20px;
	height: 1050px;
}

.menutips{
	margin-top: 10px;
	margin-bottom: 20px;
}

.menutips li{
	background-image: url(image/arrow.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 13px;
	margin-bottom: 10px;
}

.linkbox{
	margin-top: 20px;
	margin-bottom: 20px;
}

.link{
	height: 188px;
	width: 643px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #333;
}

.thumb ul{


}

.thumb li{
	float: left;
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
}

.thumb li p{
	text-align: center;
	font-size: 12px;
}
