/*
Theme Name: planetseed
Description: プラネットシード用テーマ
Auther: T Hashimoto
Auther URI: http://www.planetseed.jp/
Version: 1.0
Tags: green eco
*/

/* 全体的なルール */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body{background-color: black;font-family: "ヒラギノ丸ゴ Pro W4","MS P ゴシック","Osaka",sans-serif;color: white;}
/* ヘッダーテンプレート */
#p-area {width: 800px;margin: 0 auto 0 auto;}
/*　トップページ　*/
#home-text {color: white;font-size: 11pt;}
#home-text a:link,#home-text a:visited {color: white;text-decoration: underline;}
#home-text li {list-style-position: inside;}
#home-text h2 {font-size: 12pt;text-decoration: underline; color: yellow;text-align: center;}
#home-text h3 {color: yellow;}
#home-text h4 {color: aqua;font-weight: normal;}
#top-page-waku {border: 1px dotted white;padding: 5px 5px 5px 5px;}
.home-textarea {padding: 5px 0 5px 0;}
/*　フッター用テンプレート　*/
#copyright {width: 800px;height: 50px;font-size: 8pt;text-align: center;color: white;background-image: url(image/footer.png);}
#copyright p {padding: 30px 0 0 0;}
#link-linkplanet {color: white; text-align: right;}
#link-linkplanet a:link,#link-linkplanet a:visited {color: white; text-decoration: underline;}
/*　フォーム用　*/

/*　ページ　*/
.img-center {text-align: center;padding: 15px 0 15px 0;}

/*テーブル*/
#outline {width: 800px;font-size: 10pt;padding: 0 50px 15px 50px;text-align: left;font-weight: normal;}
#outline td {padding: 5px 0 5px 0;line-height: 2em;background-color: #eefafa;color: green;text-indent: 1em;}
#outline .left2 {width: 200px;text-align: center;background-color: #cfffd2;color: green;text-indent: 0;}
#outline li{list-style: none;}

