/*
--------------------------------------------------
勝星産業　CSS
author: yoozma.jp
--------------------------------------------------*/


/* サイト共通部分
--------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	background-image: url(../../www/images/bg.gif);
	background-color: #E8F6F4;
}

a:link {
	color: #0033CC;
	text-decoration: none;
}

a:visited {  
	color: #660066;
	text-decoration: none;
}

a:hover {  
	color: #FF0000;
	text-decoration: underline;
}


/* 760 */
#pbody {
	width: 760px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
}

#pannavi {
	font-size: 87.5%;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}

/* メイン部分*/
#main {
	width: 740px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}

#ptitle {
	padding: 0px;
	width: 740px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

/* ヘッダー */
#header {
	width: 760px;
	padding: 0px;
	text-align: left;
	margin-bottom: 0;
	background-image: url(../../www/images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#gnavi {
   	margin-bottom: 20px;
}

/* フッター */

#footer {
	width: 760px;
	margin: 0px;
	clear: both;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #36B49E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 78%;
}

ul {
	padding: 0px;
	margin-left: 1.5em;
	margin-bottom: 0px;
	margin-top: 0px;
}

li {
	font-size: 87.5%;
	line-height: 140%;
	margin: 0px;
	padding-bottom: 0.5em;
	padding-top: 0px;
}

.arrow li {
	list-style-position: outside;
	list-style-image: url(../../www/images/arrow.gif);
}

.font1 {
	font-size: 90%;
	line-height: 1.4;

}

.font2 {
	font-size: 100%;
	line-height: 1.4;

}

.font3 {
	font-size: 110%;
	line-height: 1.4;
}
hr {
	margin: 0px;
	padding: 0px;
}
