@charset "shift_jis";
/* CSS Document */


/* プロパティの指定順序 */
/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/*==========================================================================================

	// link text color

==========================================================================================*/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
a:link {
	color:#e31752;
	text-decoration:underline;
}
a:visited {
	color:#e31752;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:active {
	color:#e31752;
	text-decoration:underline;
}
a:focus {
	text-decoration:underline;
}
img {
	margin:0;
	padding:0;
	border:0;
	vertical-align:bottom;
}
/**{
    margin:0;
    padding:0;
}*/
.clearFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*==========================================================================================

	// HTML,BODY

==========================================================================================*/

html {
	width:100%;
	height:100%;
}
body {
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
	font-size:11px;
	line-height:1.4em;
	color:#fff;
	margin:0;
	padding:0;
}
/*==========================================================================================

	// Index

==========================================================================================*/

.wrapper {
	width:950px;
	margin:0 auto;
	padding: 0px;
}
#headerarea{
	width:950px;
	height:65px;
	margin-top:15px;
	padding:0;
	background:url(../img/title_bg.jpg) no-repeat left top;
}
#headerarea h1.logo{
	float:left;
	width:200px;
}
#headerarea .info{
	float:right;
	width:220px;
}
h2.title{
	width:950px;
	margin-top:20px;
	padding:0;
}
.cont {
	width:950px;
	margin:20px 0;
	padding:0px;
}
.cont .l_news{
	background:url(../img/title_news.gif) no-repeat left top;
	width:270px;
	margin-right:20px;
	padding-top:26px;
	float:left;
}
.cont .l_news .n_btm{
	background: url(../img/btm_news.gif) no-repeat left top;
	width:270px;
	height:8px;
	margin:0px;
	padding:0px;
}
.cont .l_news .newsarea{
	width:250px;
	height:298px;
	background:#eb7aab;
	padding:2px 10px 0px 10px;
	margin:0;
}
#news{
	width:250px;
	height:268px;
	padding:0;
	margin:0;
}
/****************news**************/
.cont .l_news .newsarea dl {
	width:250px;
	padding:0;
	margin-top:10px;
	background:#FFF url(../img/ico_link.gif) no-repeat left top;
	padding:0 0 5px 0;
}
.cont .l_news .newsarea dt {
	padding:5px 5px 5px 25px;
	font-size:10px;
	font-weight:bold;
	color:#000;
}
.cont .l_news .newsarea dd {
	font-size:12px;
	line-height:1.2;
	font-weight:normal;
	color:#e31752;
	text-decoration:underline;
	padding:0px 5px 5px 25px;
	color:#000;
}
.cont .l_news .newsarea dd a{
	color:#e31752;
	text-decoration:underline;
}

.cont .l_news .newsarea p.btn{
	text-align:right;
	margin-top:5px;
}
/**************project****************/

.cont .c_project{
	width:430px;
	float:left;
	margin:0;
	padding:0;
}
.cont .c_project .c_cnt{
	width:390px;
	height:165px;
	padding: 20px 20px 0px 20px;
	margin:0;
	_margin-bottom:-9px;
	background:#fcd916;
}
.cont .c_project .c_btm{
	padding:0;
	margin:0;
	background:url(../img/btm_project.gif) no-repeat left bottom;
	width:430px;
	height:10px;
}
.cont .c_project .c_cnt table{
	border:0;
	padding:0;
	margin:0;
	color:#000;
}
.cont .c_project .c_cnt table tr td{
	border:0;
	padding:0;
	margin:0;
	color:#000;
}
.cont .r_bnr{
	width:210px;
	margin:0px;
	padding:0;
	float:right;
}
/*FB*/
.cont .r_bnr .fb_bnr{
	width:210px;
	margin-top:18px;
}
/* twitter */
.cont .r_bnr .tweet_area{
	width:210px;
	font-size: 10px;
	line-height:1.4;
}
/*Footer*/

#footerarea{
	width:950px;
	height:40px;
	margin:0px;
	padding-top:15px;
	border-top:#e31752 solid 3px;
}