/*  つり太郎-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;
	text-decoration:none;
}
/*  ヘッダー */
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_bg02.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/back02.gif);
	background-repeat: no-repeat;
}
div#navigation h1 {
	margin:20px 50px 0 50px;
	padding:0 0 0 8px;
	font-size:130%;
	color:#FFFFFF;
	font-weight:bold;
	border-left:15px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
div#navigation h2 {
	margin:10px 50px 0 50px;
	padding:0 0 0 8px;
	font-size:115%;
	color:#FFFFFF;
	font-weight:bold;
}
div#navigation p {
	font-size:100%;
	padding:0px 50px 0 50px;
	line-height:1.5;
	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;
}


