@charset "shift_jis";

/* リンク部分の装飾 */
a:link, a:visited, a:active	{
	color: #444444;
	text-decoration: none;
}
a:hover	{
	color: #FF6600;
	text-decoration: underline;
}

/* スクロールバーの装飾（デフォルトで見た目が変わるのはIEのみ）とページの背景色の指定 */
body	{
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #909090;
	scrollbar-3dlight-color: #909090;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	background-color:#ffffff;

	background-attachment:fixed;
	background-image:url(crosswing.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

/* ページ全体のフォントの色、スタイル、サイズの指定 */
body,div,td	{ color:#2a2a2a; 
	font-size:90%;
	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
}

/* サイト名部分 */
.sitename	{
	width:90%;
	font-size:160%;
	padding:30px;
	font-weight: normal;
}

/* サイト名以下の左右全体のサイズ  */
.page {
	position:relative;
	width:90%;
}

/* 左右の記事部分の指定  */
#indx { 
	position: absolute; 
	top:0;left:5%;
	width:28%;
}
#right { 
	position: absolute; 
	top:0; left:33%; 
	width:60%;
}

/* 左右の記事部分共通の指定  */
.log {
	width:100%;
	font-size:100%;
	border:none;
}

/* 左側のコンテンツ名の部分  */
.lefttitle {
	width:80%;
	font-size:100%;
	border:1px #5f5f5f solid;
	padding:6px;
	margin-bottom:16px;
}

/* 右の記事タイトル部分  */
.righttitle {
	width:100%;
	border-bottom:1px #404040 solid;
	padding-bottom:2px;
	font-size:100%;
	margin-bottom:10px;
}

/* 右の記事部分  */
.kiji {
	width:100%;
	font-size:100%;
	margin-bottom:50px;
	line-height:140%;
}

/* 右の著作権表示部分  */
.guide{width:100%;font-size:100%;text-align:right;margin-bottom:20px;}

span.new
	{
	color: #666666;
	margin-left: 8px;
	}

input, textarea
	{
	font-size: 12px;
	padding: 1px;
	background-color: #FFFFFF;
	border:1px solid #2A2A2A;
	}

