/*  つり太郎-Web-view- CSS */

html,body{
	margin: 0;
	padding: 0px;
	background-color:#FFFFFF;
}
body{
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", ;
	width:1100px;
	height:826px;
	background-image: url(../img/bg_ground.gif);
	background-repeat: no-repeat;
}
p{
	/*\*/
	color: #333333;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	/**/
}
a{
	display:block;
	color: #0380B7;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
}
/*  ヘッダー */
div#header {
	width:950px;
	height:100px;
	margin:0;
	background-image: url(../img/top-logo.gif);
	background-repeat: no-repeat;
}
div#header h1 {
	list-style-type:none;
	display:none;
}
div#container {
	text-align:left;
	width:950px;
	margin:0 auto;
}
div#content {
	float:left;
	width:250px;
	height:600px;
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
}
div#content p {
	padding:0 0 0 10px;
	line-height:1.4;
	font-size:120%;
	color: #0380B7 !important;
	font-weight:bold;
}
div#content a{
	font-size:120%;
	width:200px;
	margin:10px 0 0 10px;
	padding:0px 0 0 18px;
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
}
div#content a:hover{
	font-size:120%;
	text-decoration:underline;
	color: #FFFFFF !important;
}
div#content a:hover{
	font-size:120%;
	padding:0px 0px 0px 18px;
	color:#00FF00;
	line-height:120%;
	font-weight:bold;
	background-image : url(../img/arrow01.gif);
	background-repeat:no-repeat;
}
.hiddenimg {
	display:none;
}
.little {
	padding:0 0 0 30px;
	font-size:80%;
	color:#FFFFFF;
	letter-spacing: 0.0em !important;
}

div#navigation {
	float:right;
	width:700px;
	height:600px;
	background-image: url(../img/back.gif);
	background-repeat: no-repeat;
}
div#navigation p {
	padding:210px 0 0 10px;
	line-height:1.7;
	color:#FFFFFF;
	text-align: center;
}
div#navigation li {
	font-size:80%;
	list-style-type:none;
	width:400px;
	padding:10px 0 0 130px;
	line-height:1.6;
	color:#FFFFFF;
	text-align: left;
}
div#footer {
	clear:both;
	width:100%;
	background: #333;
	color: #FFF;
}
div#footer p{
	margin:0;
	padding:5px 10px;
	color: #FFF;
	font-size:80%;
}

div#content a.sam {
	float:bottom;
	display:block;
	width:210px;
	height:179px;
	background-image: url(../img/sample01.gif);
	background-repeat:no-repeat;
}
div#content a.sam:hover {
	float:bottom;
	background-image: url(../img/sample02.gif);
}

.hiddenimg1 {
	display:none;
}

