@charset "utf-8";
@import url("./com.css") ;

/*============================================================================
	メイン画像部分
=============================================================================*/
#photo_box {
	background:#ffffff url("../image/news/photo.jpg") no-repeat ;
	background-position: center 90px ;
	background-repeat: no-repeat;
	background-attachment: fixed; 
}

/*============================================================================
	コンテンツ部分
=============================================================================*/

/*============================================
	タイトル
============================================*/
h2#title {
	background:url("../image/news/title.gif") no-repeat;
}

.news_box {
	padding-top:30px ;
}

.news_date {
	color:#cc0000 ;
}

.news_box h3 {
	font-size:140% ;
}

.news_desc {
	padding-bottom:30px ;
}

.news_box a:link,a:visited {
	text-decoration:underline ;
}

.news_box a:link {
	color:#0000cc ;
}
