@charset "Shift_JIS";


/* CSS Document */
/* COMMON
--------------------------------------------*/
* {
margin: 0;
padding: 0;
}

body {
margin: 0;

padding: 0;

height: 100%;
text-align: left;
}

/* setting border: 0 hoses ie5 win window inner well border */

img {
border: 0;
}

form {
margin: 0;
padding: 0;
}

ul {
margin: 0;
padding: 0;
}



body,td,th { font-size: 10px;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ 角ゴシック Pro W3", Osaka, "MS Pゴシック", "MS P Gothic", sans-serif; line-height:1.2em; color:#1E1E1E;
}


/* for WinIE6*/

* html body { font-size: 62.5%;
        font-family: Verdana, 'MS Pゴシック', 'MS P Gothic', sans-serif;
        letter-spacing: 1px;
        vertical-align:baseline;
}

/* for WinIE7*/

*:first-child+html body { 
        font-size: 75%;
        font-family: 'MS P ゴシック', 'MS P Gothic', sans-serif;
}


p { font-size: 1.2em;}
.t10 { font-size:1.0em; }

a:link      { color:#FF6600; text-decoration:underline; }
.authorName a:link{ font-size:1em; line-height:1.4; color:#1E1E1E; text-decoration:underline;}
a:visited   { color:#666666; text-decoration:underline; }
.authorName a:visited{ font-size:1em; line-height:1.4; color:#1E1E1E; text-decoration:underline;}
a:hover     { color:#FF3300; text-decoration:none; }
.authorName a:hover{ font-size:1em; line-height:1.4; color:#FF3300; text-decoration:none;}
a:active    { color:#FF9900; text-decoration:underline; }
.authorName a:active{ font-size:1em; line-height:1.4; color:#FF3300; text-decoration:none;}

/* 右上のロゴ芸術新聞社 */
.logoRight img { margin-top:5px; margin-bottom:5px; margin-right:6px; }

/* 購入 */
.GoOrder { margin-top:30px; margin-bottom:15px; padding-left:10px;}
/* 右上メニュー */
.rightTopMenu {
float:right;
	font-size: 1.0em;
	font-style: normal;
	line-height: 1.4em;
	color: #333333;
	padding-top:5px;
	padding-right:5px;
	margin-bottom:15px;
}

/* 右下コピーライトなど */
.rightBottomText  {
float:right;
	font-size: 1.0em;
	font-style: normal;
	line-height: 1.4em;
	color: #333333;
	padding-top:3px;
	padding-right:5px;
	padding-bottom:2px;
}

/* 一覧リスト部分 */
ul, ol{  
    margin:auto -3em 1em 0; padding:0;  
    position:relative; left:-3em; overflow:hidden;  
}  
  
li{margin-top:0.25em; margin-bottom:0.25em;}  
ul ul, ul ol,  
ol ol, ol ul{ margin-left:1em; padding-left:0;}  
ul li, ol li{ margin-left:5em;} 
li li{margin-left:1em;}  
  
.flat li{margin-left:3em;}  
.flat li ul, .flat li ol{margin-left:1em; padding-left:3em;}  
.flat li li{margin-left:0;}

.flat2 li{margin-left:8em;}  
.flat2 li ul, .flat2 li ol{margin-left:10em; padding-left:0;}  
.flat2 li li{margin-left:0;}

  
.spaced{margin-bottom:0;}  
.spaced ul, .spaced ol{margin-top:1em;}  
.spaced li{margin-bottom:1em;}  
.indent li{padding-left:1em; text-indent:-1em;}  
.inside li{list-style-position:inside;}  
.clear li{list-style-type:none;} 
.square li{list-style-type:square;}
.none li{list-style-type:none;}
  
  .disc li{list-style-type:disc;}
ul.bullet-a li{list-style-image: url(../newsimage/bullet-image-a.png);}　