@charset "utf-8";

/* ###########################################################

	サイト登録 無料 - Paseon （PaseonLinksスタイルシート）
	http://www.paseon.jp/
	Version 1.0
	Licenses クリエイティブ・コモンズ 表示 - 継承 2.1 日本 ライセンス （商用利用OK）
	http://creativecommons.org/licenses/by-sa/2.1/jp/
	Copyright (c) 2011 Paseon

   ########################################################### */
 
* {
	font-family: Verdana,"Meiryo", "メイリオ", "Meiryo UI","Hiragino Kaku Gothic Pro w6","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック","Lucida Sans Unicode",Arial,sans-serif;
	margin: 0;
	padding: 0;
	}

html{
	height: 100%;
	}

body{
	background: transparent url("bg.jpg") 0 0;
	color: #555;
	line-height: 1.8;
	letter-spacing: 1px;
	font-size: 12px;
	}

a{
	color: #99cc33;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
	}

a:hover{
	color: #ff9933;
	text-decoration: underline;
	}

a:active{
	outline: none;
	}

img{
	border: 0;
	vertical-align: middle;
	}

h1{
	font-size: 30px;
	}

h2,h3,h4,h5,h6,strong,em{
	font-weight: normal;
	font-size: 12px;
	}

address{
	margin-bottom: 15px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	}

#wrap{
	width: 1000px;
	padding-top: 30px;
	margin: 0 auto;
	text-align: left;
	}

#paseonnavi{
	margin: 30px 0 5px 0;
	}

#paseonlink{
	background: transparent url("back.jpg") 0 0;
	padding: 15px 15px 0 0;
	margin-bottom: 5px;
	-moz-box-shadow: 0 0 5px #aaaaaa;
	-webkit-box-shadow: 0 0 5px #aaaaaa;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

#paseonlink li{
	list-style: none;
	float: left;
	width: 447px;
	min-height: 90px;
	margin-left: 15px;
	}

#paseonlink li a{
	font-size: 14px;
	}

.paseonsite{
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
	-moz-box-shadow: 0 0 5px #aaaaaa;
	-webkit-box-shadow: 0 0 5px #aaaaaa;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

#paseonpr{
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
	-moz-box-shadow: 0 0 5px #ff9933;
	-webkit-box-shadow: 0 0 5px #ff9933;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

#powered {
	text-align: right;
	padding-right: 15px;
	font-size: 10px;
	}

#powered a{
	color: #555;
	}

#powered a:hover{
	color: #555;
	text-decoration: none;
	}

#paseonvote{
	margin: 15px 0;
	text-align: center;
	}

#paseonvote p{
	margin-bottom: 15px;
	}

#paseonvote a:hover{
	position: relative;
	top: 1px;
	}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
*:first-child+html .clearfix { zoom: 1; }