@charset "utf-8";

/*----------------------------------------------------
	全般
----------------------------------------------------*/

html {
	overflow-y:scroll;
}
body,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;
}
table {
	border-spacing:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
img {
	border:0;
}
li {
	list-style-type:none;
}
body {
	color:#666666;
	font-size:88%;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
}
* html body {	/* for IF6 */
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
a {
	color:#666666;
}
a:link {
	color:#666666;
	text-decoration:none;
}
a:active {
	color:#666666;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
@media screen and (max-device-width: 480px) {
	body {
-webkit-text-size-adjust: none; /* iPhone */
	}
}



/*----------------------------------------------------
	汎用
----------------------------------------------------*/
.b {
	font-weight:bold;
}
#header, #footer {
	display:block;
}
.inner {
	_width:950px;
	width:1000px;
	margin:0 auto;
	font-size:115%;
}
.clearfix {
	overflow:hidden;
	_zoom:1;
}
.ttl {
	margin-bottom:20px;
}
.leftBox {
	float:left;
}
.rightBox {
	float:right;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}


/*----------------------------------------------------
	header

#header {
	background-color:#c9c9c4;
	height:120px;
	color:#ffffff;
}
#header.headerIndex {
	height:180px;
}
#header1 {
	padding:10px 0 10px 11px;
}
#header1.headerIndex {
	padding:15px 0;
	text-align:center;
}
.headerLogo {
}
#header2 {
}
#header h1 {
}
#header ul {
	overflow:hidden;
}
#header ul li {
	float:left;
}
#navi {
}
#navi li {
	width:199px;
	padding:2px 0;
	font-size:129%;
	text-align:center;
	border-left: 1px solid #ffffff;
}
#navi li.naviLast {
	width:198px;
	border-right: 1px solid #ffffff;
}
#naviIcon {
}
#naviIcon li {
	width:200px;
	padding:2px 0;
	text-align:center;
}
#header a {
	color:#ffffff;
}
#header a:link {
	color:#ffffff;
	text-decoration:none;
}
#header a:active {
	color:#ffffff;
	text-decoration:none;
}
#header a:visited {
	color:#ffffff;
	text-decoration:none;
}
#header a:hover {
	color:#999999;
	text-decoration:none;
}

----------------------------------------------------*/

/*----------------------------------------------------
	box

.box {
	overflow:hidden;
	_zoom:1;
	width:650px;
	margin-bottom:25px;
}
.box h3 {
	background:url(../img/bg_ttl.png) no-repeat top left;
	display:block;
	width:620px;
	height:40px;
	padding-left:30px;
	margin-bottom:20px;
	font-size:18px;
	line-height:50px;
}
.box p {
	margin:10px 25px;
}
----------------------------------------------------*/
.pageTop {
	text-align:right;
}
#main p,
#main ul,
#main table,
#main dl {
	margin-bottom:10px;
}



/*----------------------------------------------------
	footer

#footer {
	border-top: 2px solid #c9c9c4;
	overflow:hidden;
}
.footerBox {
	overflow:hidden;
	margin: 20px 0 20px;
}
#naviFooter {
}
#naviFooter ul {
	overflow:hidden;
}
#naviFooter li {
	width:199px;
	padding:3px 0;
	text-align:center;
	border-left: 1px solid #999999;
	float:left;
}
#naviFooter li.naviLast {
	width:198px;
	border-right: 1px solid #999999;
}
#copyBox {
	text-align:center;
	padding-bottom:30px;
}
----------------------------------------------------*/


/*----------------------------------------------------
	title
----------------------------------------------------*/
.title {
	padding:30px 20px 10px 20px;
}
.titleSuzuki {
	margin-right:5px;
	float:left;
}
.titleBalloon {
	width:114px;
	height:42px;
	margin:4px 0;
	background:url(../img/title_balloon.png) no-repeat top left;
	float:left;
}
.titleBalloonL {
	width:210px;
	height:42px;
	margin:4px 0;
	background:url(../img/title_balloon_l.png) no-repeat top left;
	float:left;
}
.titleText {
	color:#ffffff;
	font-weight:bold;
	padding:9px 0 9px 12px;; 
	text-align:center;
}


/*----------------------------------------------------
	Index
----------------------------------------------------*/
.topImg {
	padding:30px 20px 10px;
	text-align:center;
}
.topImg img {
	box-shadow: 0px 0px 5px #999999;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
}
.indexL {
	width:660px;
	float:left;
}
.indexR {
	width:340px;
	float:left;
}

.topics {
	padding:0 20px;
}
.topicsItem {
	margin-bottom:20px;
}
.topicsDate {
	color:#333333;
	font-weight:bold;
	padding:5px 5px 0;
}
.topicsTitle {
	font-size:143%;
	padding:5px;
	margin-bottom:15px;
	border-bottom:1px solid #c9c9c4;
}
.topicsDetail {
	padding:5px;
}
.topicsDetail a {
	font-weight:bold;
}
.topicsDetail a:link {
	font-weight:bold;
}
.topicsDetail a:active {
	font-weight:bold;
}
.topicsDetail a:visited {
	font-weight:bold;
}
.topicsDetail a:hover {
	font-weight:bold;
}
.topicsKaereba {
	padding:15px 5px 5px;
}
.topicsKaereba a:link {
	font-weight:bold;
}
.topicsKaereba a:active {
	font-weight:bold;
}
.topicsKaereba a:visited {
	font-weight:bold;
}
.topicsKaereba a:hover {
	font-weight:bold;
}
.kaerebalink-box {
}

.indexBanner {
	padding:0 20px;
}
.indexBanner li {
	margin:10px 0;
}
.indexBanner img {
	box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	-webkit-box-shadow: 0px 0px 10px #999999;
}

.indexSocial{
	height:110px;
	padding:0 20px;
}
.indexSocial li {
	float:left;
}
.indexSocial img {
	width:100px;
	height:100px;
}



/*----------------------------------------------------
	Profile
----------------------------------------------------*/
.profileL {
	width:660px;
	float:left;
}
.profileR {
	width:340px;
	float:left;
}

.profileMain {
	padding:0 20px;
}
.profileItem {
	margin-bottom:20px;
}
.topicsDate {
	color:#333333;
	font-weight:bold;
	padding:5px 5px 0;
}
.profileTitle {
	font-size:143%;
	padding:5px;
	margin-bottom:15px;
	border-bottom:1px solid #c9c9c4;
}
.profileDetail {
	padding:5px;
}
.profileDetail a {
	font-weight:bold;
}
.profileDetail a:link {
	font-weight:bold;
}
.profileDetail a:active {
	font-weight:bold;
}
.profileDetail a:visited {
	font-weight:bold;
}
.profileDetail a:hover {
	font-weight:bold;
}
.profileKaereba {
	padding:5px 5px 15px;
}
.profileKaereba a:link {
	font-weight:bold;
}
.profileKaereba a:active {
	font-weight:bold;
}
.profileKaereba a:visited {
	font-weight:bold;
}
.profileKaereba a:hover {
	font-weight:bold;
}

.indexBanner {
	padding:0 20px;
}
.indexBanner li {
	margin:10px 0;
}
.indexBanner img {
	box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	-webkit-box-shadow: 0px 0px 10px #999999;
}



/*----------------------------------------------------
	Qualification
----------------------------------------------------*/
.qualCol1 {
	width:140px;
	float:left;
}
.qualCol2 {
	width:360px;
	float:left;
}
.qualCol3 {
	width:500px;
	float:left;
}
.qualCol2-3 {
	width:860px;
	float:left;
}

.qualCat {
	font-weight:bold;
	padding:25px;
}
.qualCat li {
	margin-bottom:10px;
}

.qualAllList {
	padding:25px 20px 20px;
}
.qualAllItem {
	margin-bottom:10px;
}
.qualAllNo {
	width:50px;
	color:#c9c9c4;
	font-weight:bold;
	margin-right:15px;
	text-align:center;
	float:left;
}
.qualAllDate {
	width:110px;
	color:#333333;
	font-weight:bold;
	margin-right:10px;
	float:left;
}
.qualAllName {
	width:635px;
	float:left;
}

.qualList {
	padding:20px;
}
.qualItem {
	margin-bottom:10px;
}
.qualItemL {
	width:50px;
	margin-right:10px;
	float:left;
}
.qualNo {
	color:#ffffff;
	background-color:#c9c9c4;
	padding:5px;
	text-align:center;
}
.qualItemR {
	width:260px;
	float:left;
}
.qualDate {
	color:#333333;
	font-weight:bold;
	padding:5px 5px 0;
}
.qualName {
	padding:5px;
}

.qualDetail {
	padding:20px;
}
.qualNameDetail {
	font-size:143%;
	padding:5px;
}
.qualImg {
	width:450px;
	margin:20px 5px 30px;
	text-align:center;
}
.qualImg img {
	max-width:450px;
	box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	-webkit-box-shadow: 0px 0px 10px #999999;
}
.qualLink {
	width:420px;
	margin-bottom:20px;
	text-align:center;
}
.qualLinkItem {
	width:360px;
	margin:10px 50px;
}
.qualLinkDetail {
	font-size:129%;
	color:#ffffff;
	background-color:#c9c9c4;
	padding:10px;
	text-align:center;
}
.qualLinkDetail a {
	color:#ffffff;
}
.qualLinkDetail a:link {
	color:#ffffff;
	text-decoration:none;
}
.qualLinkDetail a:active {
	color:#ffffff;
	text-decoration:none;
}
.qualLinkDetail a:visited {
	color:#ffffff;
	text-decoration:none;
}
.qualLinkDetail a:hover {
	color:#999999;
	text-decoration:none;
}
.qualNote {
}



/*----------------------------------------------------
	Media
----------------------------------------------------*/
.mediaCol1 {
	width:140px;
	float:left;
}
.mediaCol2 {
	width:360px;
	float:left;
}
.mediaCol3 {
	width:500px;
	float:left;
}
.mediaCol2-3 {
	width:860px;
	float:left;
}

.mediaCat {
	font-weight:bold;
	padding:25px;
}
.mediaCat li {
	margin-bottom:10px;
}

.mediaAllList {
	padding:25px 20px 20px;
}
.mediaAllCat {
	font-size:143%;
	padding:10px 0;
}
.mediaAllCatFirst {
	font-size:143%;
	padding:0 0 10px;
}
.mediaAllItem {
	margin-bottom:10px;
}
.mediaAllNo {
	width:50px;
	color:#c9c9c4;
	font-weight:bold;
	margin-right:15px;
	text-align:center;
	float:left;
}
.mediaAllDate {
	width:110px;
	color:#333333;
	font-weight:bold;
	margin-right:10px;
	float:left;
}
.mediaAllName {
	_width:635px;
	_width:445px;
	width:495px;
	_margin-right:10px;
	margin-right:20px;
	float:left;
}
._mediaAllLinkMedia {
	width:40px;
	min-height:1px;
	margin-right:10px;
	float:left;
}
.mediaAllLinkWeb {
	_width:50px;
	width:40px;
	min-height:1px;
	margin-right:10px;
	float:left;
}
.mediaAllLinkAmazon {
	width:70px;
	min-height:1px;
	float:left;
}



/*----------------------------------------------------
	Works
----------------------------------------------------*/
.worksCat {
	font-size:143%;
	padding:10px 20px;
}
/*
.worksBox {
	width:990px;
	margin:5px;
}
.worksBox ul {
	overflow:hidden;
}
.worksBox li {
	float:left;
}
.shikakuRadioItem {
	width:330px;
	margin-bottom:20px;
}
.shikakuRadioMovie {
	width:300px;
	margin:0 auto 10px;
}
.shikakuRadioNote {
	width:300px;
	margin:0 auto 10px;
	text-align:center;
}
*/

.shikakuRadioText {
	padding:0 20px 30px;
}
.shikakuRadioText a {
	font-weight:bold;
}
.shikakuRadioText a:link {
	font-weight:bold;
}
.shikakuRadioText a:active {
	font-weight:bold;
}
.shikakuRadioText a:visited {
	font-weight:bold;
}
.shikakuRadioText a:hover {
	font-weight:bold;
}
.shikakuRadioNew {
	padding:0 20px;
}
.shikakuRadioNewMovie {
	margin-bottom:10px;
}
.shikakuRadioNewNote {
	margin-bottom:10px;
}

.shikakuRadioList {
	padding:25px 20px 20px;
}
.shikakuRadioItem {
	margin-bottom:10px;
}
.shikakuRadioNo {
	width:50px;
	color:#c9c9c4;
	font-weight:bold;
	margin-right:15px;
	text-align:center;
	float:left;
}
.shikakuRadioDate {
	width:110px;
	color:#333333;
	font-weight:bold;
	margin-right:10px;
	float:left;
}
.shikakuRadioNico {
	width:50px;
	min-height:1px;
	margin-right:10px;
	float:left;
}
.shikakuRadioYoutube {
	width:70px;
	min-height:1px;
	margin-right:15px;
	float:left;
}
.shikakuRadioNote {
	width:630px;
	float:left;
}



/*----------------------------------------------------
	Calendar
----------------------------------------------------*/
.calendarCol1 {
	width:140px;
	float:left;
}
.calendarCol2 {
	width:860px;
	float:left;
}

.calendarMonth {
	font-weight:bold;
	padding:25px;
}
.calendarMonth li {
	margin-bottom:10px;
}

.calendarTitle {
	font-size:143%;
	font-weight:bold;
	padding:25px 20px;
}
.calendarCaution {
	padding:0 20px;
}
.calendarCaution li {
	list-style-type:disc;
	margin-bottom:5px;
}

.calendarList {
	padding:25px 20px 20px;
}
.calendarCat {
	font-size:143%;
	padding:10px 0;
}
.calendarCatFirst {
	font-size:143%;
	padding:0 0 10px;
}
.calendarItem {
	margin-bottom:10px;
}
.calendarName {
	width:280px;
	margin-right:20px;
	float:left;
}
.calendarApply {
	width:250px;
	margin-right:20px;
	float:left;
}
.calendarExam {
	width:250px;
	float:left;
}



/*----------------------------------------------------
	Google
----------------------------------------------------*/

.GoogleAdIndexSideBottom {
	margin:30px 0 0;
	padding:0 20px;
}

.GoogleAdQualDetailCol3Bottom {
	margin:30px 0 0;
	text-align:center;
}

.GoogleAdCalendarTop {
	margin:30px 0 0;
}


