/*  
Theme Name: nichinan.tv
Theme URI: http://wordpress.org/
Description: newcreative designed.
Version: 2.1
Author: yoshi
Author URI: http://www.newcreative-21.com/

	yoshi
	 http://www.newcreative-21.com/

	This theme was designed and built by yoshi,
	whose blog you will find at http://www.newcreative-21.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

@import	"block.css";
@import	"head.css";
@import	"menu.css";
@import	"content.css";
@import	"sidenav.css";
@import	"foot.css";
@import	"../../../../body.css";	/*フリーCSS*/


BODY {
	margin: 0 0 0 0;	/*上右下左の順で指定*/
	padding: 0 0 0 0;
	background-color: #ffffff;
	color:#555555;
	font:normal normal normal 9px/1.5 "メイリオ","Meiryo","ＭＳ Ｐゴシック", "Osaka",sans-serif;	/*モダンブラウザ向けにフォントサイズを指定*/
	_font:normal normal normal 60.5%/1.5  "メイリオ","Meiryo","ＭＳ Ｐゴシック", "Osaka",sans-serif;	/*IE6向けにフォントサイズを指定*/
	/*基本フォントを指定：sans-serif・fantasy・cursive・monospace等*/
	text-align: center;	/*センタリング*/
	line-height: 2.0em;
	margin: 0px;
	padding: 0px;	
	letter-spacing:0.1em;
}


A {text-decoration:none;}
A:link{text-decoration:none;color:#000000;}
A:hover{text-decoration:none;color:#3333ff;}
A:visited{text-decoration:none;color:#330099;}
A IMG{border:none;}

HR {	/*HRを1pxの実線に変更*/
	height:1px;
	width:100%;
	padding:0 0 0 0;
	margin:5px 0 5px 0;
	border-bottom-color:#999999;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
}

H1,H2,H3,H4,H5,H6 {	/*タイトルタグをリセット*/
	font:normal normal normal 1em/1.2 sans-serif;
	margin:0 0 0 0;
	padding:0 0 0 0;
}



UL,OL,LI {	/*リストをリセット*/
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style: none outside;
	text-indent:0;
}



/* Mac版IEクリアフィックス対策 ¥*/
#container {
	display:block;
}

/* End Various Tags & Classes*/

