@charset "utf-8";
/* CSS Document */

/*
    Site Name	: Media Radar
	Css Name	: layout.css /レイアウト制御
    Author		: Kazuya Shimazu
    Update		: 2008/1/1
*/

/*===== CONTENTS ===========================================

    1: body
    2: header
    3: container
    4: contents
    5: side_right
    6: footer

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

/*===== 1: body ==========================================*/

body{
	background:#FFFFFF;
	text-align:center;
}

/*===== 2: HEADER ==========================================*/

div#header{
	width:100%;
	text-align:center;
}

/*===== 3: container ==========================================*/

div#top_wrapper{
	text-align:center;
}

div#wrapper{
	text-align:center;
}

div#container{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

/*===== 4: contents ==========================================*/

div#contents{
	width:755px;
	height:auto;
	float:left;
}

/*===== 4-2: Second page contents =======*/

div#sec_contents{
	width:650px;
	padding:90px 0 40px 80px;
	height:auto;
	float:left;
}
div#sec_contents.wideWidth{
	width:100% !important;
	padding: 90px 80px 40px;
	box-sizing: border-box;
}

/*===== 5: side_right ==========================================*/

div#side_right{
	width:190px;
	float:right;
}
div#side_right input{
	width:145px;
}

/*===== 5-2: Second page side_right ====*/

div#sec_side_right{
	width:190px;
	padding:20px 20px 20px 0;
	float:right;
}
div#sec_side_right input{
	width:145px;
}

/*===== 6: topickpath ==========================================*/

div#topickpath{
	width:100%;
	clear:both;
	text-align:center;
}

/*===== 7: FOOTER ==========================================*/

div#footer{
	width:100%;
	text-align:center;
}

/*===== 8: common ==========================================*/

/*
div.outline{
	width:960px;
	margin:0 auto;
}
*/